Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c61bd69 authored by Baoquan He's avatar Baoquan He Committed by Linus Torvalds
Browse files

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: default avatarBaoquan He <bhe@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent da436528
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -244,5 +244,4 @@ char *next_arg(char *args, char **param, char **val)

	/* Chew up trailing spaces. */
	return skip_spaces(next);
	//return next;
}