]> git.baikalelectronics.ru Git - kernel.git/commit
lib/cmdline.c: remove meaningless comment
authorBaoquan He <bhe@redhat.com>
Fri, 8 Sep 2017 23:15:51 +0000 (16:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Sep 2017 01:26:49 +0000 (18:26 -0700)
commitd0e9697ec5b18655db9e9921a27ac017684811b4
tree0f75ae6de00fd68c8e83c08cd81e8146cd6acd63
parentdef27e968722d4121670443466ed8c81e0a0486e
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/cmdline.c