Re: [PATCH v8 1/3] staging: media: atomisp: fix indentation in aa

From: Andy Shevchenko
Date: Sat Jul 05 2025 - 14:08:23 EST


On Fri, Jul 4, 2025 at 6:41 PM LiangCheng Wang <zaq14760@xxxxxxxxx> wrote:
>
> This patch fixes tab/space indentation issues in aa
> following kernel coding style guidelines.
>
> No functional logic changes were made.

...

> * ISP2: BAA2 is used.
> */
> struct ia_css_aa_config {
> - u16 strength; /** Strength of the filter.
> + u16 strength; /** Strength of the filter.
> u0.13, [0,8191],
> default/ineffective 0 */
> };

This seems to be a kernel-doc format. Instead of fixing this, move the
description of the field to the top comment and make sure it follows
kernel-doc. In such case the change will be much more useful.

--
With Best Regards,
Andy Shevchenko