Re: [PATCH] staging: media: atomisp: pipe_stagedesc: Fix leading space indentation

From: Dan Carpenter

Date: Sat Mar 07 2026 - 09:34:19 EST


On Sat, Mar 07, 2026 at 04:02:34PM +0400, Giorgi Tchankvetadze wrote:
> Fix lines starting with spaces instead of tabs to comply with the
> kernel coding style.
>
> No functional change.
>
> Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@xxxxxxxxx>
> ---
> .../pci/camera/pipe/src/pipe_stagedesc.c | 32 +++++++++----------
> 1 file changed, 16 insertions(+), 16 deletions(-)
>
> diff --git a/drivers/staging/media/atomisp/pci/camera/pipe/src/pipe_stagedesc.c b/drivers/staging/media/atomisp/pci/camera/pipe/src/pipe_stagedesc.c
> index a9f736398f50..8e31981f31b4 100644
> --- a/drivers/staging/media/atomisp/pci/camera/pipe/src/pipe_stagedesc.c
> +++ b/drivers/staging/media/atomisp/pci/camera/pipe/src/pipe_stagedesc.c
> @@ -9,11 +9,11 @@
> #include "ia_css_debug.h"
>
> void ia_css_pipe_get_generic_stage_desc(
> - struct ia_css_pipeline_stage_desc *stage_desc,
> - struct ia_css_binary *binary,
> - struct ia_css_frame *out_frame[],
> - struct ia_css_frame *in_frame,
> - struct ia_css_frame *vf_frame)
> + struct ia_css_pipeline_stage_desc *stage_desc,
> + struct ia_css_binary *binary,
> + struct ia_css_frame *out_frame[],
> + struct ia_css_frame *in_frame,
> + struct ia_css_frame *vf_frame)

Same feedback.

regards,
dan carpenter