* [PATCH] lib/cmldine.c: Clean up the meaningless comment
@ 2017-08-21 10:41 Baoquan He
0 siblings, 0 replies; only message in thread
From: Baoquan He @ 2017-08-21 10:41 UTC (permalink / raw)
To: linux-kernel; +Cc: mingo, akpm, matvejchikov, Baoquan He
One line of code was commented out by c++ style comment for debugging, but
forgot removing it.
Clean it up.
Signed-off-by: Baoquan He <bhe@redhat.com>
---
lib/cmdline.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/cmdline.c b/lib/cmdline.c
index 4c0888c4a68d..171c19b6888e 100644
--- a/lib/cmdline.c
+++ b/lib/cmdline.c
@@ -244,5 +244,4 @@ char *next_arg(char *args, char **param, char **val)
/* Chew up trailing spaces. */
return skip_spaces(next);
- //return next;
}
--
2.5.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-08-21 10:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-21 10:41 [PATCH] lib/cmldine.c: Clean up the meaningless comment Baoquan He
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®