spelling fixes: init/
Spelling fix in init/. Signed-off-by: Simon Arlott <simon@fire.lp0.eu> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
parent
183ff22bb6
commit
211fee8a82
@ -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…
Reference in New Issue
Block a user