Commit 7c6c4d5c4aec7e2375c7f67515c18c37c5d28e68
Committed by
Jiri Kosina
1 parent
40dc23aa82
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
Coccinelle: fix typo in memdup_user.cocci
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
scripts/coccinelle/api/memdup_user.cocci
... | ... | @@ -51,11 +51,11 @@ |
51 | 51 | p << r.p; |
52 | 52 | @@ |
53 | 53 | |
54 | -coccilib.org.print_todo(p[0], "WARNING opportunity for memdep_user") | |
54 | +coccilib.org.print_todo(p[0], "WARNING opportunity for memdup_user") | |
55 | 55 | |
56 | 56 | @script:python depends on report@ |
57 | 57 | p << r.p; |
58 | 58 | @@ |
59 | 59 | |
60 | -coccilib.report.print_report(p[0], "WARNING opportunity for memdep_user") | |
60 | +coccilib.report.print_report(p[0], "WARNING opportunity for memdup_user") |