X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=kernel%2Fparams.c;h=7ab388a48a2eb2eb60551cc8a56dc748a429dae0;hb=25985edcedea6396277003854657b5f3cb31a628;hp=0da1411222b9a2e11c1de4ed228e4028e8aef2b1;hpb=afe997a183ecc0be72652c7a5ce2152bdf91724e;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/kernel/params.c b/kernel/params.c index 0da1411222b9..7ab388a48a2e 100644 --- a/kernel/params.c +++ b/kernel/params.c @@ -95,7 +95,7 @@ static int parse_one(char *param, /* Find parameter */ for (i = 0; i < num_params; i++) { if (parameq(param, params[i].name)) { - /* Noone handled NULL, so do it here. */ + /* No one handled NULL, so do it here. */ if (!val && params[i].ops->set != param_set_bool) return -EINVAL; DEBUGP("They are equal! Calling %p\n",