[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20171226202410.GA12081@himanshu-Vostro-3559>
Date: Wed, 27 Dec 2017 01:54:10 +0530
From: Himanshu Jha <himanshujha199640@...il.com>
To: Fabio Estevam <festevam@...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 06:14:07PM -0200, Fabio Estevam wrote:
> 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"
Oops!
Thank you so much!
I will send v2 patch with other necessary changes that Julia pointed me
out in the SmPL rule.
Himanshu Jha
Powered by blists - more mailing lists