From: Baoquan He Date: Fri, 8 Sep 2017 23:15:51 +0000 (-0700) Subject: lib/cmdline.c: remove meaningless comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7c61bd6983b185272315722787cceacf5f5d2e7d;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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; }