From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753675AbeAMU1W (ORCPT + 1 other); Sat, 13 Jan 2018 15:27:22 -0500 Received: from mail-pl0-f65.google.com ([209.85.160.65]:34766 "EHLO mail-pl0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751354AbeAMU1U (ORCPT ); Sat, 13 Jan 2018 15:27:20 -0500 X-Google-Smtp-Source: ACJfBoutpq8NOoWXlD+0jP6Kqc7+Q324hTH6SO/aV2CcXb/KqxfD3P96OfSlAW/bd8h86PGYgLd83g== From: Himanshu Jha To: yamada.masahiro@socionext.com Cc: Julia.Lawall@lip6.fr, Gilles.Muller@lip6.fr, nicolas.palix@imag.fr, michal.lkml@markovi.net, cocci@systeme.lip6.fr, linux-kernel@vger.kernel.org, elfring@users.sourceforge.net, Himanshu Jha Subject: [PATCH v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple Date: Sun, 14 Jan 2018 01:56:58 +0530 Message-Id: <1515875218-9707-1-git-send-email-himanshujha199640@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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 Signed-off-by: Himanshu Jha --- 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