Skip to content

Commit

Permalink
lib/cmdline.c: remove meaningless comment
Browse files Browse the repository at this point in the history
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/[email protected]
Signed-off-by: Baoquan He <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Baoquan He authored and torvalds committed Sep 9, 2017
1 parent da43652 commit 7c61bd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cmdline.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,4 @@ char *next_arg(char *args, char **param, char **val)

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

0 comments on commit 7c61bd6

Please sign in to comment.