From mboxrd@z Thu Jan 1 00:00:00 1970 From: SF Markus Elfring Date: Wed, 03 Jan 2018 11:55:36 +0000 Subject: [PATCH] Coccinelle: Rename the script for a transformation of memory allocations Message-Id: <6423882b-20df-61fd-d7c6-ac1bb4ec891d@users.sourceforge.net> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: cocci@systeme.lip6.fr, Gilles Muller , Himanshu Jha , Julia Lawall , Masahiro Yamada , Michal Marek , Nicolas Palix Cc: LKML , kernel-janitors@vger.kernel.org, Amitoj Kaur Chawla 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 -- 2.15.1