All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Coccinelle: memdup: Fix typo in warning messages
@ 2018-02-27 21:59 Dafna Hirschfeld
  2018-02-27 22:52 ` Nicolas Palix (LIG)
  2018-02-28  7:58 ` Julia Lawall
  0 siblings, 2 replies; 8+ messages in thread
From: Dafna Hirschfeld @ 2018-02-27 21:59 UTC (permalink / raw)
  To: Julia.Lawall, Gilles.Muller, nicolas.palix, michal.lkml; +Cc: outreachy-kernel

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



^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH] Coccinelle: memdup: Fix typo in warning messages
@ 2018-03-01  8:57 Dafna Hirschfeld
  2018-03-01 15:14 ` Masahiro Yamada
  2018-03-01 19:45 ` Nicolas Palix (LIG)
  0 siblings, 2 replies; 8+ messages in thread
From: Dafna Hirschfeld @ 2018-03-01  8:57 UTC (permalink / raw)
  To: Julia.Lawall, Gilles.Muller, nicolas.palix, michal.lkml,
	linux-kernel, linux-kbuild
  Cc: outreachy-kernel

Replace 'kmemdep' with 'kmemdup' in warning messages.

Signed-off-by: Dafna Hirschfeld <dafna3@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
---
 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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-03-02  4:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-27 21:59 [PATCH] Coccinelle: memdup: Fix typo in warning messages Dafna Hirschfeld
2018-02-27 22:52 ` 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)

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.