[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOMZO5BxjphaJXKfuTWySDXw4O66uCPZnEaX8p6_tDsG4U0TMg@mail.gmail.com>
Date: Tue, 26 Dec 2017 18:14:07 -0200
From: Fabio Estevam <festevam@...il.com>
To: Himanshu Jha <himanshujha199640@...il.com>
Cc: Julia Lawall <Julia.Lawall@...6.fr>, michal.lkml@...kovi.net,
nicolas.palix@...g.fr, linux-kernel <linux-kernel@...r.kernel.org>,
cocci@...teme.lip6.fr
Subject: Re: [Cocci] [PATCH] Coccinelle: kzalloc-simple: Add all zero
allocating functions
On Tue, Dec 26, 2017 at 5:49 PM, Himanshu Jha
<himanshujha199640@...il.com> wrote:
> diff --git a/scripts/coccinelle/api/alloc/kzalloc-simple.cocci b/scripts/coccinelle/api/alloc/kzalloc-simple.cocci
> index 52c55e4..f94888d 100644
> --- a/scripts/coccinelle/api/alloc/kzalloc-simple.cocci
> +++ b/scripts/coccinelle/api/alloc/kzalloc-simple.cocci
> @@ -1,5 +1,5 @@
> ///
> -/// Use kzalloc rather than kmalloc followed by memset with 0
> +/// Use zeroing allocator rather than allocator followed by memset with 0
> ///
> /// This considers some simple cases that are common and easy to validate
> /// Note in particular that there are no ...s in the rule, so all of the
> @@ -8,6 +8,7 @@
> // Confidence: High
> // Copyright: (C) 2009-2010 Julia Lawall, Nicolas Palix, DIKU. GPLv2.
> // Copyright: (C) 2009-2010 Gilles Muller, INRIA/LiP6. GPLv2.
> +// Cpoyright: (C) 2017 Himanshu Jha GPLv2.
Typo here in "Copyright"
Powered by blists - more mailing lists