diff --git a/[refs] b/[refs] index 839796c2e21e..f067e8d76a48 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a5c43dae7ae38c2a6b3e9a819bcf45f010bf6a4a +refs/heads/master: 9730b5b06fee7ffd1f0150855f03cf319c0e004f diff --git a/trunk/kernel/params.c b/trunk/kernel/params.c index 312172320b4c..e61c46c97ce7 100644 --- a/trunk/kernel/params.c +++ b/trunk/kernel/params.c @@ -269,7 +269,7 @@ int param_get_invbool(char *buffer, struct kernel_param *kp) return param_get_bool(buffer, &dummy); } -/* We cheat here and temporarily mangle the string. */ +/* We break the rule and mangle the string. */ static int param_array(const char *name, const char *val, unsigned int min, unsigned int max,