Re: [PATCH] staging: greybus: remove unnecessary parentheses
From: Dan Carpenter
Date: Thu Jan 09 2025 - 02:46:08 EST
On Wed, Jan 08, 2025 at 08:56:50PM -0600, Alex Elder wrote:
> On 1/8/25 6:36 PM, Will Walsh wrote:
> > Unnecessary parentheses in boolean comparisons make it harder to read.
> >
> > Removed the extra parentheses on line 305 for code readability.
> >
> > Signed-off-by: Will Walsh <iron.will.walsh@xxxxxxxxx>
>
> I'm not sure this makes a big difference in readability but I
> personally avoid extra parentheses unless adding them makes a
> compiler warning go away.
It's not a compiler warning, it checkpatch.
regards,
dan carpenter