[PATCH] vsprintf: drop comment claiming %n is ignored

From: Kees Cook
Date: Wed Sep 11 2013 - 15:31:37 EST


The %n format is not ignored, so remove the incorrect comment about it.

Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
---
lib/vsprintf.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index 26559bd..d25d1f8 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -1576,7 +1576,6 @@ qualifier:
* case.
* %*ph[CDN] a variable-length hex string with a separator (supports up to 64
* bytes of the input)
- * %n is ignored
*
* ** Please update Documentation/printk-formats.txt when making changes **
*
--
1.7.9.5


--
Kees Cook
Chrome OS Security
--
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/