]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - lib/cmdline.c
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / lib / cmdline.c
index 4c0888c4a68d9621717f9012d3ca4cc0b72df20b..171c19b6888e207bd663e9e41a87c7b0fad9a1de 100644 (file)
@@ -244,5 +244,4 @@ char *next_arg(char *args, char **param, char **val)
 
        /* Chew up trailing spaces. */
        return skip_spaces(next);
-       //return next;
 }