diff options
author | ddomingo <ddomingo@redhat.com> | 2009-03-17 13:56:21 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2009-03-17 13:56:21 +1000 |
commit | 929a278ec01bc14630d247788352a2aaab372ddd (patch) | |
tree | 53f5ff520eca8e663844d48a86db703d13277ed4 | |
parent | ca9c813990b17f9a5d01e3f39350bcced9dc7260 (diff) | |
download | systemtap-steved-929a278ec01bc14630d247788352a2aaab372ddd.tar.gz systemtap-steved-929a278ec01bc14630d247788352a2aaab372ddd.tar.xz systemtap-steved-929a278ec01bc14630d247788352a2aaab372ddd.zip |
further cleanup for formatting
-rw-r--r-- | tapset/scsi.stp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tapset/scsi.stp b/tapset/scsi.stp index 8ff3dcca..1c52355a 100644 --- a/tapset/scsi.stp +++ b/tapset/scsi.stp @@ -47,8 +47,8 @@ probe scsi.ioentry * @dev_id: The scsi device id * @device_state: The current state of the device. * @data_direction: The data_direction specifies whether this command is from/to - * the device. 0 (DMA_BIDIRECTIONAL), 1 (DMA_TO_DEVICE), - * 2 (DMA_FROM_DEVICE), 3 (DMA_NONE) + * the device. 0 (DMA_BIDIRECTIONAL), 1 (DMA_TO_DEVICE), + * 2 (DMA_FROM_DEVICE), 3 (DMA_NONE) * @request_buffer: The request buffer address * @req_bufflen: The request buffer length */ @@ -81,7 +81,7 @@ probe scsi.iodispatching * @dev_id: The scsi device id * @device_state: The current state of the device * @data_direction: The data_direction specifies whether this command is - * from/to the device. + * from/to the device. */ probe scsi.iodone = module("scsi_mod").function("scsi_done@drivers/scsi/scsi.c")?, @@ -106,7 +106,7 @@ probe scsi.iodone * @dev_id: The scsi device id * @device_state: The current state of the device * @data_direction: The data_direction specifies whether this command is from/to - * the device + * the device * @goodbytes: The bytes completed. */ // mid-layer processes the completed IO |