On Mon, Jan 10, 2022 at 2:13 PM Rasesh Mody wrote:
>
> > From: Anatoly Burakov
> > Sent: Tuesday, November 30, 2021 10:29 PM
> >
> > External Email
> >
> > --
> > Expression "a && 1" is equivalent to just "a", so fix the accident
> From: Anatoly Burakov
> Sent: Tuesday, November 30, 2021 10:29 PM
>
> External Email
>
> --
> Expression "a && 1" is equivalent to just "a", so fix the accidental
> inclusion of
> a literal in code.
>
> Cc: sta...@dpdk.org
>
> On Tue, Nov 30, 2021 at 10:29 PM Anatoly Burakov
> wrote:
>>
>> Expression "a && 1" is equivalent to just "a", so fix the accidental
>> inclusion of a literal in code.
>>
>> Cc: sta...@dpdk.org
>>
>> Fixes: ec55c118792b ("net/qede: add infrastructure for debug data
>> collection")
>> Cc: rm..
> -Original Message-
> From: Jerin Jacob
> Sent: Monday, January 10, 2022 12:50 PM
> To: Anatoly Burakov
> Cc: dpdk-dev ; Rasesh Mody ;
> Devendra Singh Rawat ; Igor Russkikh
> ; dpdk stable
> Subject: [EXT] Re: [PATCH v1 1/1] net/qede: fix redundant c
On Tue, Nov 30, 2021 at 10:29 PM Anatoly Burakov
wrote:
>
> Expression "a && 1" is equivalent to just "a", so fix the accidental
> inclusion of a literal in code.
>
> Cc: sta...@dpdk.org
>
> Fixes: ec55c118792b ("net/qede: add infrastructure for debug data collection")
> Cc: rm...@marvell.com
Hi
Expression "a && 1" is equivalent to just "a", so fix the accidental
inclusion of a literal in code.
Cc: sta...@dpdk.org
Fixes: ec55c118792b ("net/qede: add infrastructure for debug data collection")
Cc: rm...@marvell.com
Signed-off-by: Anatoly Burakov
---
Notes:
This isn't a bug, this is
6 matches
Mail list logo