|
@@ -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,
|