Re: [PATCH] media: atomisp: fix block comment formatting style
From: Dan Carpenter
Date: Tue Jun 30 2026 - 09:34:11 EST
On Tue, Jun 30, 2026 at 04:12:26PM +0300, Bohdan D. Marcus wrote:
> Fix a block comment formatting warning reported by checkpatch.pl
> in atomisp_cmd.c to conform to the Linux kernel coding style.
>
> Signed-off-by: Bohdan D. Marcus <bohdanmarcus@xxxxxxxxxxxx>
> ---
> drivers/staging/media/atomisp/pci/atomisp_cmd.c | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/staging/media/atomisp/pci/atomisp_cmd.c b/drivers/staging/media/atomisp/pci/atomisp_cmd.c
> index 6cd500d9fd26..20abc2c0de80 100644
> --- a/drivers/staging/media/atomisp/pci/atomisp_cmd.c
> +++ b/drivers/staging/media/atomisp/pci/atomisp_cmd.c
> @@ -2520,9 +2520,12 @@ int atomisp_css_cp_dvs2_coefs(struct atomisp_sub_device *asd,
> if (sizeof(*cur) != sizeof(dvs2_coefs.grid) ||
> memcmp(&dvs2_coefs.grid, cur, sizeof(dvs2_coefs.grid))) {
> dev_err(asd->isp->dev, "dvs grid mismatch!\n");
> - /* 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.
> + */
Why did you indent it so far to the right? Something went wrong?
regards,
dan carpenter
> return -EAGAIN;
> }
>
> --
> 2.55.0
>