aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2017-04-17 01:23:39 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2017-04-17 01:23:39 +1000
commita93616cf7c5389689bda76fa9a5b95c94167407b (patch)
tree6c68eb59e16dbba2919469e2f4de77271a0e8220 /lib
parentdca0c6935e60ca9e892724961c3e72366d0ae23b (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:
*