projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da43652
)
lib/cmdline.c: remove meaningless comment
author
Baoquan He
<bhe@redhat.com>
Fri, 8 Sep 2017 23:15:51 +0000
(16:15 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 9 Sep 2017 01:26:49 +0000
(18:26 -0700)
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/cmdline.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/cmdline.c
b/lib/cmdline.c
index 4c0888c4a68d9621717f9012d3ca4cc0b72df20b..171c19b6888e207bd663e9e41a87c7b0fad9a1de 100644
(file)
--- 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;
}