From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751620AbeAPOgf (ORCPT + 1 other); Tue, 16 Jan 2018 09:36:35 -0500 Received: from conssluserg-04.nifty.com ([210.131.2.83]:24084 "EHLO conssluserg-04.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751401AbeAPOgc (ORCPT ); Tue, 16 Jan 2018 09:36:32 -0500 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com w0GEa3je007621 X-Nifty-SrcIP: [209.85.213.52] X-Google-Smtp-Source: ACJfBosIM8bOJBhxvri/N2oWo6kghQkg8kE4zTk4O0johYygQv8l1145bVYX/baSOweh8uV4g8c0ijmI8Q7ie/OwQJg= MIME-Version: 1.0 In-Reply-To: <1515875218-9707-1-git-send-email-himanshujha199640@gmail.com> References: <1515875218-9707-1-git-send-email-himanshujha199640@gmail.com> From: Masahiro Yamada Date: Tue, 16 Jan 2018 23:35:22 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple To: Himanshu Jha Cc: Julia Lawall , Gilles Muller , Nicolas Palix , Michal Marek , cocci@systeme.lip6.fr, Linux Kernel Mailing List , SF Markus Elfring Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 2018-01-14 5:26 GMT+09:00 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 > 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%) > Applied to linux-kbuild/misc. Thanks! -- Best Regards Masahiro Yamada