All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] lib-cmldinec-clean-up-the-meaningless-comment.patch removed from -mm tree
@ 2017-09-11 19:42 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-09-11 19:42 UTC (permalink / raw)
  To: bhe, mm-commits


The patch titled
     Subject: lib/cmdline.c: remove meaningless comment
has been removed from the -mm tree.  Its filename was
     lib-cmldinec-clean-up-the-meaningless-comment.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Baoquan He <bhe@redhat.com>
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@redhat.com
Signed-off-by: Baoquan He <bhe@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@redhat.com are



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-09-11 19:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-11 19:42 [merged] lib-cmldinec-clean-up-the-meaningless-comment.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.