projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b293d75
)
fix a trivial typo in scripts/checkstack.pl
author
Joern Engel
<joern@logfs.org>
Fri, 19 Oct 2007 06:39:18 +0000
(23:39 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Fri, 19 Oct 2007 18:53:34 +0000
(11:53 -0700)
Trivial change in a comment.
Signed-off-by: Joern Engel <joern@logfs.org>
Signed-off-by: Andre Haupt <andre@finow14.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkstack.pl
patch
|
blob
|
history
diff --git
a/scripts/checkstack.pl
b/scripts/checkstack.pl
index b458e2acb4acf3e035d7e3bd66a4b4687e8d5965..28e480c8100f80ebd70e0af9b2597a4041dbb4cd 100755
(executable)
--- a/
scripts/checkstack.pl
+++ b/
scripts/checkstack.pl
@@
-15,7
+15,7
@@
# AVR32 port by Haavard Skinnemoen <hskinnemoen@atmel.com>
#
# Usage:
-# objdump -d vmlinux | s
tackche
ck.pl [arch]
+# objdump -d vmlinux | s
cripts/checksta
ck.pl [arch]
#
# TODO : Port to all architectures (one regex per arch)