aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/vsprintf.c2
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:
1297 * case. 1297 * case.
1298 * %n is ignored 1298 * %n is ignored
1299 * 1299 *
1300 * ** Please update Documentation/printk-formats.txt when making changes **
1301 *
1300 * The return value is the number of characters which would 1302 * The return value is the number of characters which would
1301 * be generated for the given input, excluding the trailing 1303 * be generated for the given input, excluding the trailing
1302 * '\0', as per ISO C99. If you want to have the exact 1304 * '\0', as per ISO C99. If you want to have the exact