From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julia Lawall Date: Wed, 03 Jan 2018 12:02:40 +0000 Subject: Re: [PATCH] Coccinelle: Rename the script for a transformation of memory allocations Message-Id: List-Id: References: <6423882b-20df-61fd-d7c6-ac1bb4ec891d@users.sourceforge.net> In-Reply-To: <6423882b-20df-61fd-d7c6-ac1bb4ec891d@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: cocci@systeme.lip6.fr On Wed, 3 Jan 2018, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 3 Jan 2018 12:43:45 +0100 > > A script for the semantic patch language was extended > in a significant way. > An other file name is more appropriate then to indicate > the provided functionality. Thus rename this file. > > Signed-off-by: Markus Elfring > --- > ...kzalloc-simple.cocci => use zalloc functions with extra changes.cocci} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename scripts/coccinelle/api/alloc/{kzalloc-simple.cocci => use zalloc functions with extra changes.cocci} (100%) > > diff --git a/scripts/coccinelle/api/alloc/kzalloc-simple.cocci b/scripts/coccinelle/api/alloc/use zalloc functions with extra changes.cocci > similarity index 100% > rename from scripts/coccinelle/api/alloc/kzalloc-simple.cocci > rename to scripts/coccinelle/api/alloc/use zalloc functions with extra changes.cocci NACK. The name is too long and should not contain spaces. julia