The patch titled kbuild: remove extraneous blank line after declaration of usage() has been added to the -mm tree. Its filename is kbuild-remove-extraneous-blank-line-after-declaration-of-usage.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: kbuild: remove extraneous blank line after declaration of usage() From: Trevor Keith <tsrk@xxxxxxxx> Signed-off-by: Trevor Keith <tsrk@xxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/basic/fixdep.c | 1 - 1 file changed, 1 deletion(-) diff -puN scripts/basic/fixdep.c~kbuild-remove-extraneous-blank-line-after-declaration-of-usage scripts/basic/fixdep.c --- a/scripts/basic/fixdep.c~kbuild-remove-extraneous-blank-line-after-declaration-of-usage +++ a/scripts/basic/fixdep.c @@ -125,7 +125,6 @@ char *depfile; char *cmdline; static void usage(void) - { fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n"); exit(1); _ Patches currently in -mm which might be from tsrk@xxxxxxxx are kbuild-add-static-to-prototypes.patch kbuild-remove-extraneous-blank-line-after-declaration-of-usage.patch fix-all-wmissing-prototypes-warnings-in-x86-defconfig.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