Re: [PATCH v2 1/2] staging: media: atomisp: clean up block comment formatting in headers
From: Andy Shevchenko
Date: Sun Jul 12 2026 - 06:34:46 EST
On Fri, Jul 10, 2026 at 03:02:53PM +0300, Bohdan D. Marcus wrote:
> Fix block comment formatting issues in several header files to comply
> with the Linux kernel coding style. Specifically:
> - Move trailing '*/' to a separate line.
> - Align '*' on subsequent lines of block comments.
> - Reformat excessively long lines and remove Doxygen-style tags.
...
> /* Purpose of mutex is to protect and serialize use of isp data
> - * structures and css API calls. */
> + * structures and css API calls.
> + */
This still has a problem with the style.
...
Have you checked patches by Ricardo Ribalda?
...
Sakari, may you apply Ricardo's first two patches at least, please?
--
With Best Regards,
Andy Shevchenko