diff options
author | ddomingo <ddomingo@redhat.com> | 2009-03-17 15:13:23 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2009-03-17 15:13:23 +1000 |
commit | 83b85c2b0be729352bae4ea204d814b377b32fcf (patch) | |
tree | 07faccf4fa2e701348c52fe374d3a5b96eb05897 /tapset/scsi.stp | |
parent | 11f44635b6964dd7a7753da6722fa4750573d0ca (diff) | |
download | systemtap-steved-83b85c2b0be729352bae4ea204d814b377b32fcf.tar.gz systemtap-steved-83b85c2b0be729352bae4ea204d814b377b32fcf.tar.xz systemtap-steved-83b85c2b0be729352bae4ea204d814b377b32fcf.zip |
minor edits
Diffstat (limited to 'tapset/scsi.stp')
-rw-r--r-- | tapset/scsi.stp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tapset/scsi.stp b/tapset/scsi.stp index 1c52355a..f8859be2 100644 --- a/tapset/scsi.stp +++ b/tapset/scsi.stp @@ -46,8 +46,8 @@ probe scsi.ioentry * @lun: The lun number * @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), + * @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) * @request_buffer: The request buffer address * @req_bufflen: The request buffer length @@ -142,3 +142,4 @@ function get_devstate_from_req:long(var:long) sdev = @cast(var, "request_queue", "kernel:scsi_mod")->queuedata return @cast(sdev, "scsi_device", "kernel:scsi_mod")->sdev_state } +g
\ No newline at end of file |