Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751830AbeANJAS (ORCPT + 1 other); Sun, 14 Jan 2018 04:00:18 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:45936 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750936AbeANJAR (ORCPT ); Sun, 14 Jan 2018 04:00:17 -0500 X-IronPort-AV: E=Sophos;i="5.46,358,1511823600"; d="scan'208";a="251137156" Date: Sun, 14 Jan 2018 10:00:14 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: Himanshu Jha cc: yamada.masahiro@socionext.com, Julia Lawall , Gilles Muller , nicolas.palix@imag.fr, michal.lkml@markovi.net, cocci@systeme.lip6.fr, linux-kernel@vger.kernel.org, elfring@users.sourceforge.net Subject: Re: [PATCH v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple In-Reply-To: <1515875218-9707-1-git-send-email-himanshujha199640@gmail.com> Message-ID: References: <1515875218-9707-1-git-send-email-himanshujha199640@gmail.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Sun, 14 Jan 2018, Himanshu Jha wrote: > 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 Acked-by: Julia Lawall Thanks. > --- > 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 > >