Re: [PATCH v2] media: atomisp: fix block comment formatting style

From: Andy Shevchenko

Date: Wed Jul 01 2026 - 04:33:32 EST


On Tue, Jun 30, 2026 at 4:26 PM Bohdan D. Marcus
<bohdandmarcus@xxxxxxxxx> wrote:
>
> Fix a block comment formatting warning reported by checkpatch.pl in atomisp_cmd.c to conform to the Linux kernel coding style.

Wrap the commit message at ~72 characters per line.

...

> - /* If the grid info in the argument differs from the current
> - grid info, we tell the caller to reset the grid size and
> - try again. */
> + /*
> + * If the grid info in the argument differs
> + * from the current grid info, we tell the
> + * caller to reset the grid size and try
> + * again.
> + */

Indentation is broken AFAICS.

> return -EAGAIN;
> }

Also, is this the only single issue of a kind in the whole (almost
100kLoC) driver?!

--
With Best Regards,
Andy Shevchenko