diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-03-17 12:50:43 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-03-17 12:50:43 +0100 |
commit | dcb8ea7a7d1461bef3ea56ebf65d07e8ff998a00 (patch) | |
tree | b7ffc05b0f9268db4320aefc98c1820f86b0bcef | |
parent | b9315d945fa0700f9a1d8cf9185c66388d29023c (diff) | |
download | systemtap-steved-dcb8ea7a7d1461bef3ea56ebf65d07e8ff998a00.tar.gz systemtap-steved-dcb8ea7a7d1461bef3ea56ebf65d07e8ff998a00.tar.xz systemtap-steved-dcb8ea7a7d1461bef3ea56ebf65d07e8ff998a00.zip |
Remove trailing 'g' from scsi.stp file.
* tapset/scsi.stp: Remove 'g' at end of file.
-rw-r--r-- | tapset/scsi.stp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tapset/scsi.stp b/tapset/scsi.stp index f8859be2..e1457739 100644 --- a/tapset/scsi.stp +++ b/tapset/scsi.stp @@ -142,4 +142,3 @@ 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 |