All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cocci] [PATCH v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
@ 2018-01-13 20:26 ` Himanshu Jha
  0 siblings, 0 replies; 10+ messages in thread
From: Himanshu Jha @ 2018-01-13 20:26 UTC (permalink / raw)
  To: cocci

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] 10+ messages in thread

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

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

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.