Re: [PATCH] staging: media: atomisp: remove unnecessary parentheses

From: Ali Nasrollahi

Date: Tue Aug 04 2026 - 09:00:50 EST


On 26/08/01 12:18AM, Dan Carpenter wrote:
> On Fri, Jul 31, 2026 at 09:03:10PM +0330, Ali Nasrollahi wrote:
> > Remove unnecessary parentheses around comparison expressions in ov2722.c
> > to be alinged with kernel coding style. This patch is only cosmetic and
> > does not change the logic.
> >
> > Signed-off-by: Ali Nasrollahi <A.Nasrolahi01@xxxxxxxxx>
> > ---
>
> How are you even seeing this checkpatch warning? I disabled it
> for staging. Just leave it as-is.
>
> You didn't CC the maintainers for this. Next time use:
> ./scripts/get_maintainer.pl -f drivers/staging/media/atomisp/i2c/atomisp-ov2722.c

Thank you for the reply; I will.
-Ali