The patch titled Subject: lib/cmdline.c: remove meaningless comment has been added to the -mm tree. Its filename is lib-cmldinec-clean-up-the-meaningless-comment.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/lib-cmldinec-clean-up-the-meaningless-comment.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/lib-cmldinec-clean-up-the-meaningless-comment.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 *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Baoquan He <bhe@xxxxxxxxxx> Subject: lib/cmdline.c: remove meaningless comment One line of code was commented out by c++ style comment for debugging, but forgot removing it. Clean it up. Link: http://lkml.kernel.org/r/1503312113-11843-1-git-send-email-bhe@xxxxxxxxxx Signed-off-by: Baoquan He <bhe@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/cmdline.c | 1 - 1 file changed, 1 deletion(-) diff -puN lib/cmdline.c~lib-cmldinec-clean-up-the-meaningless-comment lib/cmdline.c --- a/lib/cmdline.c~lib-cmldinec-clean-up-the-meaningless-comment +++ a/lib/cmdline.c @@ -244,5 +244,4 @@ char *next_arg(char *args, char **param, /* Chew up trailing spaces. */ return skip_spaces(next); - //return next; } _ Patches currently in -mm which might be from bhe@xxxxxxxxxx are lib-cmldinec-clean-up-the-meaningless-comment.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