|
@@ -148,7 +148,7 @@ static void __init boot_flags_init(char *commands)
|
|
{
|
|
{
|
|
while (*commands) {
|
|
while (*commands) {
|
|
/* Move to the start of the next "argument". */
|
|
/* Move to the start of the next "argument". */
|
|
- while (*commands && *commands == ' ')
|
|
|
|
|
|
+ while (*commands == ' ')
|
|
commands++;
|
|
commands++;
|
|
|
|
|
|
/* Process any command switches, otherwise skip it. */
|
|
/* Process any command switches, otherwise skip it. */
|