Loading init/main.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -280,7 +280,7 @@ static int __init unknown_bootoption(char *param, char *val) return 0; return 0; /* /* * Preemptive maintenance for "why didn't my mispelled command * Preemptive maintenance for "why didn't my misspelled command * line work?" * line work?" */ */ if (strchr(param, '.') && (!val || strchr(param, '.') < val)) { if (strchr(param, '.') && (!val || strchr(param, '.') < val)) { Loading Loading
init/main.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -280,7 +280,7 @@ static int __init unknown_bootoption(char *param, char *val) return 0; return 0; /* /* * Preemptive maintenance for "why didn't my mispelled command * Preemptive maintenance for "why didn't my misspelled command * line work?" * line work?" */ */ if (strchr(param, '.') && (!val || strchr(param, '.') < val)) { if (strchr(param, '.') && (!val || strchr(param, '.') < val)) { Loading