From: Andrew Morton Date: Mon, 30 Jul 2012 21:40:25 +0000 (-0700) Subject: lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when adding... X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=80f548e04d0b1d67d4fa8f59dbecc247f7b71c92;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when adding printk formats Cc: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/vsprintf.c b/lib/vsprintf.c index 736974576e2d..a0b5f15c92cf 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -1297,6 +1297,8 @@ qualifier: * case. * %n is ignored * + * ** Please update Documentation/printk-formats.txt when making changes ** + * * The return value is the number of characters which would * be generated for the given input, excluding the trailing * '\0', as per ISO C99. If you want to have the exact