Skip to content

Commit a11761c

Browse files
Dafna Hirschfeldmasahir0y
authored andcommitted
Coccinelle: memdup: Fix typo in warning messages
Replace 'kmemdep' with 'kmemdup' in warning messages. Signed-off-by: Dafna Hirschfeld <[email protected]> Acked-by: Julia Lawall <[email protected]> Acked-by: Nicolas Palix <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 1a90ce3 commit a11761c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/coccinelle/api/memdup.cocci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ statement S;
5656
p << r.p;
5757
@@
5858
59-
coccilib.org.print_todo(p[0], "WARNING opportunity for kmemdep")
59+
coccilib.org.print_todo(p[0], "WARNING opportunity for kmemdup")
6060
6161
@script:python depends on report@
6262
p << r.p;
6363
@@
6464
65-
coccilib.report.print_report(p[0], "WARNING opportunity for kmemdep")
65+
coccilib.report.print_report(p[0], "WARNING opportunity for kmemdup")

0 commit comments

Comments
 (0)