[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <567AC79A.8000306@redhat.com>
Date: Wed, 23 Dec 2015 11:11:06 -0500
From: Doug Ledford <dledford@...hat.com>
To: Dave Goodell <dgoodell@...co.com>,
Julia Lawall <Julia.Lawall@...6.fr>
Cc: Christian Benvenuti <benve@...co.com>,
kernel-janitors@...r.kernel.org, Sean Hefty <sean.hefty@...el.com>,
Hal Rosenstock <hal.rosenstock@...il.com>,
linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org,
Nelson Escobar <neescoba@...co.com>
Subject: Re: [PATCH] IB/usnic: delete unneeded IS_ERR test
On 12/22/2015 10:29 AM, Dave Goodell wrote:
> [copying Nelson too]
>
> On Sat, Dec 19, 2015 at 09:48:59PM +0100, Julia Lawall wrote:
>> kzalloc doesn't return ERR_PTR, so there is no need to test for it.
>>
>> The semantic match that finds this problem is as follows:
>> (http://coccinelle.lip6.fr/)
>>
>> // <smpl>
>> @@
>> expression x,e;
>> @@
>>
>> * x = kzalloc(...)
>> ... when != x = e
>> * IS_ERR_OR_NULL(x)
>> // </smpl>
>>
>> Signed-off-by: Julia Lawall <Julia.Lawall@...6.fr>
>
> Reviewed-by: Dave Goodell <dgoodell@...co.com>
>
> -Dave
>
Thanks, applied.
--
Doug Ledford <dledford@...hat.com>
GPG KeyID: 0E572FDD
Download attachment "signature.asc" of type "application/pgp-signature" (885 bytes)
Powered by blists - more mailing lists