The patch titled fix a trivial typo in scripts/checkstack.pl has been removed from the -mm tree. Its filename was fix-a-trivial-typo-in-scripts-checkstackpl.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 @@ -15,7 +15,7 @@ # AVR32 port by Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> # # 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 origin.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