summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2017-03-10 11:26:30 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-03-10 11:26:30 +1100
commit549152d3f965d5c8f89cad33b9ab7df125a07d47 (patch)
treeccf4dae3eca467e897fc07dc2dbc9f4a25958ace /lib
parent4140c72391270dcedb5ed0beca356576f2d9a39b (diff)
checkpatch-add-ability-to-find-bad-uses-of-vsprintf-%pfoo-extensions-fix-fix
text tweak Cc: Joe Perches <joe@perches.com> Cc: Kees Cook <keescook@chromium.org> Cc: William Roberts <william.c.roberts@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/vsprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index df113aa9ae5e..db44e6049028 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -1477,8 +1477,8 @@ int kptr_restrict __read_mostly;
* by an extra set of alphanumeric characters that are extended format
* specifiers.
*
- * Please update scripts/checkpatch.pl when adding new conversion characters.
- * (search for "check for vsprintf extension").
+ * Please update scripts/checkpatch.pl when adding/removing conversion
+ * characters. (Search for "check for vsprintf extension").
*
* Right now we handle:
*