The patch titled kernel/params.c: fix lying comment for param_array() has been removed from the -mm tree. Its filename was kernel-paramsc-fix-lying-comment-for-param_array.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: kernel/params.c: fix lying comment for param_array() 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> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/params.c~kernel-paramsc-fix-lying-comment-for-param_array kernel/params.c --- a/kernel/params.c~kernel-paramsc-fix-lying-comment-for-param_array +++ a/kernel/params.c @@ -269,7 +269,7 @@ int param_get_invbool(char *buffer, stru 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, _ Patches currently in -mm which might be from wesarg@xxxxxxxxxxxxxxxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html