Re: [PATCH] staging: media: atomisp: remove unnecessary parentheses
Ali Nasrollahi <[email protected]>
| Newsgroups | gmane.linux.kernel |
|---|---|
| Message-ID | <anHgfcWqVFVrbEi9@zephyr> |
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 <[email protected]> > > --- > > 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