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

From: Dan Carpenter

Date: Tue Aug 04 2026 - 08:12:05 EST


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

regards,
dan carpenter