aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2024-02-15 09:58:10 -0800
committerKees Cook <keescook@chromium.org>2024-02-29 13:38:01 -0800
commit1d02f252339e2eaf3ba35b9dc77e7a1a9aa7414c (patch)
treefe98920cfa047920c2de0b17b64aa96b4cf6e9eb /MAINTAINERS
parent9ca5facd0400f610f3f7f71aeb7fc0b949a48c67 (diff)
downloadlinux-1d02f252339e2eaf3ba35b9dc77e7a1a9aa7414c.tar.gz
coccinelle: Add rules to find str_plural() replacements
Add rules for finding places where str_plural() can be used. This currently finds: 54 files changed, 62 insertions(+), 61 deletions(-) Co-developed-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Link: https://lore.kernel.org/all/fc1b25a8-6381-47c2-831c-ab6b8201a82b@intel.com/ Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index d0df728734c190..216d02a3fed5b0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8979,6 +8979,7 @@ F: lib/string.c
F: lib/string_helpers.c
F: lib/test-string_helpers.c
F: lib/test_string.c
+F: scripts/coccinelle/api/string_choices.cocci
GENERIC UIO DRIVER FOR PCI DEVICES
M: "Michael S. Tsirkin" <mst@redhat.com>