projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a90ce3
)
Coccinelle: memdup: Fix typo in warning messages
author
Dafna Hirschfeld
<
[email protected]
>
Thu, 1 Mar 2018 08:57:21 +0000
(10:57 +0200)
committer
Masahiro Yamada
<
[email protected]
>
Fri, 2 Mar 2018 15:41:24 +0000
(
00:41
+0900)
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]
>
scripts/coccinelle/api/memdup.cocci
patch
|
blob
|
history
diff --git
a/scripts/coccinelle/api/memdup.cocci
b/scripts/coccinelle/api/memdup.cocci
index 1249b727644b742db1c215eda9691e3d5e69d877..8fd6437beda80778554cd43c47d3e120e0f0c4d2 100644
(file)
--- a/
scripts/coccinelle/api/memdup.cocci
+++ b/
scripts/coccinelle/api/memdup.cocci
@@
-56,10
+56,10
@@
statement S;
p << r.p;
@@
-coccilib.org.print_todo(p[0], "WARNING opportunity for kmemd
e
p")
+coccilib.org.print_todo(p[0], "WARNING opportunity for kmemd
u
p")
@script:python depends on report@
p << r.p;
@@
-coccilib.report.print_report(p[0], "WARNING opportunity for kmemd
e
p")
+coccilib.report.print_report(p[0], "WARNING opportunity for kmemd
u
p")