Re: [PATCH 1/2] staging: media: atomisp: fix block comment style in ov2722.h
From: Taekyung Oh
Date: Mon Feb 09 2026 - 11:37:42 EST
On Monday, February 9th, 2026 at 1:47 AM, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> > Fix coding style warnings reported by checkpatch.pl.
> > Move the comments above the corresponding code lines.
> >
> > Signed-off-by: Taekyung Oh ohxorud@xxxxxxxxxxx
> > ---
> > drivers/staging/media/atomisp/i2c/ov2722.h | 12 ++++++------
> > 1 file changed, 6 insertions(+), 6 deletions(-)
> >
> > diff --git a/drivers/staging/media/atomisp/i2c/ov2722.h b/drivers/staging/media/atomisp/i2c/ov2722.h
> > index 00317d105..c69f0086c 100644
> > --- a/drivers/staging/media/atomisp/i2c/ov2722.h
> > +++ b/drivers/staging/media/atomisp/i2c/ov2722.h
> > @@ -566,8 +566,8 @@ static const struct ov2722_reg ov2722_VGA_30fps[] = {
> > #endif
> >
> > static const struct ov2722_reg ov2722_1632_1092_30fps[] = {
> > - {OV2722_8BIT, 0x3021, 0x03}, /* For stand wait for
> > - a whole frame complete.(vblank) /
> > + / For stand wait for a whole frame complete.(vblank) */
> > + {OV2722_8BIT, 0x3021, 0x03},
>
>
> You now added a different coding style warning :(
Sorry, I made silly mistake as it's my first contribution to Linux.
I will fix tab style and send v2 shortly.