diff options
author | wcohen <wcohen> | 2006-02-06 14:10:56 +0000 |
---|---|---|
committer | wcohen <wcohen> | 2006-02-06 14:10:56 +0000 |
commit | 21cedab12f35be7bfefb7d782d564e54dff25d30 (patch) | |
tree | 0ac7d58d9902469b844d0cbe7dc3885882749a4d /tapset/syscalls2.stp | |
parent | 375d97b5e87898d9d5a06a4156e873a9c8677a5d (diff) | |
download | systemtap-steved-21cedab12f35be7bfefb7d782d564e54dff25d30.tar.gz systemtap-steved-21cedab12f35be7bfefb7d782d564e54dff25d30.tar.xz systemtap-steved-21cedab12f35be7bfefb7d782d564e54dff25d30.zip |
Remove closing comment typos.
Diffstat (limited to 'tapset/syscalls2.stp')
-rw-r--r-- | tapset/syscalls2.stp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tapset/syscalls2.stp b/tapset/syscalls2.stp index 6dc43c2e..afe37b2b 100644 --- a/tapset/syscalls2.stp +++ b/tapset/syscalls2.stp @@ -240,7 +240,6 @@ probe syscall.pciconfig_iobase.return = kernel.function("sys_pciconfig_iobase"). name = "pciconfig_iobase" returnp = 1 } -*/ # pciconfig_read _____________________________________________ # # asmlinkage int @@ -265,7 +264,6 @@ probe syscall.pciconfig_read.return = name = "pciconfig_read" returnp = 1 } -*/ # pciconfig_write ____________________________________________ # # asmlinkage int @@ -289,7 +287,6 @@ probe syscall.pciconfig_write.return = name = "pciconfig_write" returnp = 1 } -*/ # personality ________________________________________________ # # asmlinkage long |