Re: [PATCH v4 3/4] staging: media: atomisp: reformat block comments
From: Andy Shevchenko
Date: Mon Mar 30 2026 - 05:01:59 EST
On Mon, Mar 30, 2026 at 10:36 AM Serban-Pascu Robert
<robyserbanpascu06@xxxxxxxxx> wrote:
>
> Add missing asterisks to block comments to conform with the
> standard Linux kernel comment style.
I don't believe it's the only problem like this in the entire driver.
Fix more of them if not all.
...
> -/* this extra define is needed because we want to use it also
> - in the preprocessor, and that doesn't work with enums.
> +/*
> + * this extra define is needed because we want to use it also
> + * in the preprocessor, and that doesn't work with enums.
You should also respect English grammar:
this --> This
define --> #define
> */
> #define N_GDC_ID_CPP 2
--
With Best Regards,
Andy Shevchenko