The patch titled fix a trivial typo in scripts/checkstack.pl has been added to the -mm tree. Its filename is fix-a-trivial-typo-in-scripts-checkstackpl.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fix a trivial typo in scripts/checkstack.pl From: Joern Engel <joern@xxxxxxxxx> Trivial change in a comment. Signed-off-by: Joern Engel <joern@xxxxxxxxx> Signed-off-by: Andre Haupt <andre@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/checkstack.pl | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN scripts/checkstack.pl~fix-a-trivial-typo-in-scripts-checkstackpl scripts/checkstack.pl --- a/scripts/checkstack.pl~fix-a-trivial-typo-in-scripts-checkstackpl +++ a/scripts/checkstack.pl @@ -14,7 +14,7 @@ # M68k port by Geert Uytterhoeven and Andreas Schwab # # Usage: -# objdump -d vmlinux | stackcheck.pl [arch] +# objdump -d vmlinux | scripts/checkstack.pl [arch] # # TODO : Port to all architectures (one regex per arch) _ Patches currently in -mm which might be from joern@xxxxxxxxx are faster-ext2_clear_inode.patch fix-a-trivial-typo-in-scripts-checkstackpl.patch revert-faster-ext2_clear_inode.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html