[PTACH] kernel/params.c: fix lying comment for param_array()

From: Bert Wesarg
Date: Mon Apr 02 2007 - 17:09:18 EST


From: Bert Wesarg <wesarg@xxxxxxxxxxxxxxxxxxxxxxx>

This fixes the comment for the function param_array. Which lies that it
only *temporarily* mangle the input string @val.

Signed-off-by: Bert Wesarg <wesarg@xxxxxxxxxxxxxxxxxxxxxxx>

---

PS: please CC me, because i'm not subscripted to this list

kernel/params.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff --quilt old/kernel/params.c new/kernel/params.c
--- old/kernel/params.c
+++ new/kernel/params.c
@@ -267,11 +267,11 @@ int param_get_invbool(char *buffer, stru

val = !*(int *)kp->arg;
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,
void *elem, int elemsize,
int (*set)(const char *, struct kernel_param *kp),
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/