From: Dafna Hirschfeld <dafna3@gmail.com>
To: Julia.Lawall@lip6.fr, Gilles.Muller@lip6.fr,
nicolas.palix@imag.fr, michal.lkml@markovi.net
Cc: outreachy-kernel@googlegroups.com
Subject: [PATCH] Coccinelle: memdup: Fix typo in warning messages
Date: Tue, 27 Feb 2018 23:59:17 +0200 [thread overview]
Message-ID: <20180227215914.GA4522@gmail.com> (raw)
Replace 'kmemdep' with 'kmemdup' in warning messages.
Signed-off-by: Dafna Hirschfeld <dafna3@gmail.com>
---
scripts/coccinelle/api/memdup.cocci | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/coccinelle/api/memdup.cocci b/scripts/coccinelle/api/memdup.cocci
index 1249b72..8fd6437 100644
--- 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 kmemdep")
+coccilib.org.print_todo(p[0], "WARNING opportunity for kmemdup")
@script:python depends on report@
p << r.p;
@@
-coccilib.report.print_report(p[0], "WARNING opportunity for kmemdep")
+coccilib.report.print_report(p[0], "WARNING opportunity for kmemdup")
--
2.7.4
next reply other threads:[~2018-02-27 21:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-27 21:59 Dafna Hirschfeld [this message]
2018-02-27 22:52 ` [PATCH] Coccinelle: memdup: Fix typo in warning messages Nicolas Palix (LIG)
2018-02-28 7:58 ` Julia Lawall
2018-03-01 5:25 ` yamada.masahiro
2018-03-01 6:44 ` Julia Lawall
-- strict thread matches above, loose matches on Subject: below --
2018-03-01 8:57 Dafna Hirschfeld
2018-03-01 15:14 ` Masahiro Yamada
2018-03-01 19:45 ` Nicolas Palix (LIG)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180227215914.GA4522@gmail.com \
--to=dafna3@gmail.com \
--cc=Gilles.Muller@lip6.fr \
--cc=Julia.Lawall@lip6.fr \
--cc=michal.lkml@markovi.net \
--cc=nicolas.palix@imag.fr \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.