public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [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; 3+ 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] 3+ messages in thread

* Re: [PATCH] Coccinelle: memdup: Fix typo in warning messages
  2018-03-01  8:57 [PATCH] Coccinelle: memdup: Fix typo in warning messages Dafna Hirschfeld
@ 2018-03-01 15:14 ` Masahiro Yamada
  2018-03-01 19:45 ` Nicolas Palix (LIG)
  1 sibling, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2018-03-01 15:14 UTC (permalink / raw)
  To: Dafna Hirschfeld
  Cc: Julia Lawall, Gilles Muller, Nicolas Palix, Michal Marek,
	Linux Kernel Mailing List, Linux Kbuild mailing list,
	outreachy-kernel

2018-03-01 17:57 GMT+09:00 Dafna Hirschfeld <dafna3@gmail.com>:
> Replace 'kmemdep' with 'kmemdup' in warning messages.
>
> Signed-off-by: Dafna Hirschfeld <dafna3@gmail.com>
> Acked-by: Julia Lawall <julia.lawall@lip6.fr>
> ---

Applied to linux-kbuild/fixes.  Thanks!


>  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
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Best Regards
Masahiro Yamada

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

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

Le 01/03/2018 à 09:57, Dafna Hirschfeld a écrit :
> Replace 'kmemdep' with 'kmemdup' in warning messages.
> 
> Signed-off-by: Dafna Hirschfeld <dafna3@gmail.com>
> Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Acked-by: Nicolas Palix <nicolas.palix@imag.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")
> 


-- 
Nicolas Palix
http://lig-membres.imag.fr/palix/

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

end of thread, other threads:[~2018-03-01 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-01  8:57 [PATCH] Coccinelle: memdup: Fix typo in warning messages Dafna Hirschfeld
2018-03-01 15:14 ` Masahiro Yamada
2018-03-01 19:45 ` Nicolas Palix (LIG)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox