public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] staging: media: atomisp: pipe_stagedesc: Fix leading space indentation
@ 2026-03-07 12:02 Giorgi Tchankvetadze
  2026-03-07 14:33 ` Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: Giorgi Tchankvetadze @ 2026-03-07 12:02 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, Giorgi Tchankvetadze

Fix lines starting with spaces instead of tabs to comply with the
kernel coding style.

No functional change.

Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
---
 .../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)
 {
 	unsigned int i;
 
@@ -41,13 +41,13 @@ void ia_css_pipe_get_generic_stage_desc(
 }
 
 void ia_css_pipe_get_firmwares_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,
-    const struct ia_css_fw_info *fw,
-    unsigned int mode)
+	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,
+	const struct ia_css_fw_info *fw,
+	unsigned int mode)
 {
 	unsigned int i;
 
@@ -66,10 +66,10 @@ void ia_css_pipe_get_firmwares_stage_desc(
 }
 
 void ia_css_pipe_get_sp_func_stage_desc(
-    struct ia_css_pipeline_stage_desc *stage_desc,
-    struct ia_css_frame *out_frame,
-    enum ia_css_pipeline_stage_sp_func sp_func,
-    unsigned int max_input_width)
+	struct ia_css_pipeline_stage_desc *stage_desc,
+	struct ia_css_frame *out_frame,
+	enum ia_css_pipeline_stage_sp_func sp_func,
+	unsigned int max_input_width)
 {
 	unsigned int i;
 
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging: media: atomisp: pipe_stagedesc: Fix leading space indentation
  2026-03-07 12:02 [PATCH] staging: media: atomisp: pipe_stagedesc: Fix leading space indentation Giorgi Tchankvetadze
@ 2026-03-07 14:33 ` Dan Carpenter
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2026-03-07 14:33 UTC (permalink / raw)
  To: Giorgi Tchankvetadze; +Cc: gregkh, linux-staging, linux-kernel

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@gmail.com>
> ---
>  .../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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-07 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-07 12:02 [PATCH] staging: media: atomisp: pipe_stagedesc: Fix leading space indentation Giorgi Tchankvetadze
2026-03-07 14:33 ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox