summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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:
*