diff options
author | Himanshu Jha | 2018-01-14 01:56:58 +0530 |
---|---|---|
committer | Masahiro Yamada | 2018-01-16 23:40:17 +0900 |
commit | 1936f8f30066cd608d1cee5807a2adf380dda718 (patch) | |
tree | b059e295ea40cdc2120d61753d8a50e5b88f9063 /scripts | |
parent | 3e47599fd61d6ba650b09e023f97bc9b9e7e390f (diff) |
Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
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>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/coccinelle/api/alloc/zalloc-simple.cocci (renamed from scripts/coccinelle/api/alloc/kzalloc-simple.cocci) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/scripts/coccinelle/api/alloc/kzalloc-simple.cocci b/scripts/coccinelle/api/alloc/zalloc-simple.cocci index 92b20913055f..92b20913055f 100644 --- a/scripts/coccinelle/api/alloc/kzalloc-simple.cocci +++ b/scripts/coccinelle/api/alloc/zalloc-simple.cocci |