linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
@ 2018-01-13 20:26 Himanshu Jha
  2018-01-14  9:00 ` Julia Lawall
  2018-01-16 14:35 ` Masahiro Yamada
  0 siblings, 2 replies; 6+ messages in thread
From: Himanshu Jha @ 2018-01-13 20:26 UTC (permalink / raw)
  To: yamada.masahiro
  Cc: Julia.Lawall, Gilles.Muller, nicolas.palix, michal.lkml, cocci,
	linux-kernel, elfring, Himanshu Jha

Rename kzalloc-simple to zalloc-simple since now the rule is not
specific to kzalloc function only, but also to many other zero memory
allocating functions specified in the rule.

Suggested-by: SF Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>
---
     v2:
	-generated the patch using -M flag for renaming.
	-Since Markus earlier worked on renaming this patch adding his name too
 .../coccinelle/api/alloc/{kzalloc-simple.cocci => zalloc-simple.cocci}    | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename scripts/coccinelle/api/alloc/{kzalloc-simple.cocci => zalloc-simple.cocci} (100%)

diff --git a/scripts/coccinelle/api/alloc/kzalloc-simple.cocci b/scripts/coccinelle/api/alloc/zalloc-simple.cocci
similarity index 100%
rename from scripts/coccinelle/api/alloc/kzalloc-simple.cocci
rename to scripts/coccinelle/api/alloc/zalloc-simple.cocci
-- 
2.7.4

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

end of thread, other threads:[~2018-01-17 14:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-13 20:26 [PATCH v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple Himanshu Jha
2018-01-14  9:00 ` Julia Lawall
2018-01-16 14:35 ` Masahiro Yamada
2018-01-17 11:08   ` [v2] " SF Markus Elfring
2018-01-17 14:11     ` Himanshu Jha
2018-01-17 14:45       ` SF Markus Elfring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).