]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - scripts/checkstack.pl
kobject: replace '/' with '!' in name
[linux-2.6-omap-h63xx.git] / scripts / checkstack.pl
index c3b42f99df3ba1431c31a001703bf3fee7510d08..340ad6920511aa08a52f5360c54836c682e2deed 100755 (executable)
@@ -2,7 +2,7 @@
 
 #      Check the stack usage of functions
 #
-#      Copyright Joern Engel <joern@wh.fh-wedel.de>
+#      Copyright Joern Engel <joern@lazybastard.org>
 #      Inspired by Linus Torvalds
 #      Original idea maybe from Keith Owens
 #      s390 port and big speedup by Arnd Bergmann <arnd@bergmann-dalldorf.de>
@@ -16,7 +16,7 @@
 #      PARISC port by Kyle McMartin <kyle@parisc-linux.org>
 #
 #      Usage:
-#      objdump -d vmlinux | stackcheck.pl [arch]
+#      objdump -d vmlinux | scripts/checkstack.pl [arch]
 #
 #      TODO :  Port to all architectures (one regex per arch)