diff options
author | Andrew Morton <[email protected]> | 2012-07-30 14:40:25 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-07-30 17:25:14 -0700 |
commit | 80f548e04d0b1d67d4fa8f59dbecc247f7b71c92 (patch) | |
tree | 5d420dcddeda3e8487068fcf7fc89241b372d912 | |
parent | 76597ff989a1fbaa9b9a1e54007cd759bf257ab7 (diff) |
lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when adding printk formats
Cc: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | lib/vsprintf.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |