From 549152d3f965d5c8f89cad33b9ab7df125a07d47 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 10 Mar 2017 11:26:30 +1100 Subject: checkpatch-add-ability-to-find-bad-uses-of-vsprintf-%pfoo-extensions-fix-fix text tweak Cc: Joe Perches Cc: Kees Cook Cc: William Roberts Signed-off-by: Andrew Morton --- lib/vsprintf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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: * -- cgit v1.2.3