Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH] staging: media: atomisp: fix indentation to use tabs instead of spaces
@ 2026-06-22 18:49 Batu Ada Tutkun
  2026-06-22 18:54 ` Batu Ada Tutkun
  0 siblings, 1 reply; 7+ messages in thread
From: Batu Ada Tutkun @ 2026-06-22 18:49 UTC (permalink / raw)
  To: hansg, gregkh; +Cc: linux-staging, linux-media, Batu Ada Tutkun

Function parameters in ia_css_cnr.host.c and sp.c were indented
with spaces instead of tabs, violating the kernel coding style.
Replace leading spaces with tabs.

Signed-off-by: Batu Ada Tutkun <batuadatutkun@gmail.com>
---
 .../staging/media/atomisp/pci/hive_isp_css_common/host/sp.c   | 4 ++--
 .../atomisp/pci/isp/kernels/cnr/cnr_1.0/ia_css_cnr.host.c     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/sp.c b/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/sp.c
index 0fb8a6754..35a7fd270 100644
--- a/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/sp.c
+++ b/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/sp.c
@@ -13,8 +13,8 @@
 #include "assert_support.h"
 
 void cnd_sp_irq_enable(
-    const sp_ID_t		ID,
-    const bool		cnd)
+	const sp_ID_t		ID,
+	const bool		cnd)
 {
 	if (cnd) {
 		sp_ctrl_setbit(ID, SP_IRQ_READY_REG, SP_IRQ_READY_BIT);
diff --git a/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_1.0/ia_css_cnr.host.c b/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_1.0/ia_css_cnr.host.c
index 54789d28a..469213a06 100644
--- a/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_1.0/ia_css_cnr.host.c
+++ b/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_1.0/ia_css_cnr.host.c
@@ -13,8 +13,8 @@
 /* keep the interface here, it is not enabled yet because host doesn't know the size of individual state */
 void
 ia_css_init_cnr_state(
-    void/*struct sh_css_isp_cnr_vmem_state*/ * state,
-    size_t size)
+	void/*struct sh_css_isp_cnr_vmem_state*/ * state,
+	size_t size)
 {
 	memset(state, 0, size);
 }
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [PATCH] staging: media: atomisp: fix indentation to use tabs instead of spaces
@ 2026-04-11  0:55 Michael Ugrin
  2026-04-11 10:51 ` Dan Carpenter
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Ugrin @ 2026-04-11  0:55 UTC (permalink / raw)
  To: hansg, mchehab
  Cc: sakari.ailus, andy, gregkh, linux-media, linux-kernel,
	linux-staging, Michael Ugrin

Fix whitespace issue where a continuation line used spaces
instead of tabs for indentation.

Signed-off-by: Michael Ugrin <mugrinphoto@gmail.com>
---
 .../staging/media/atomisp/pci/runtime/debug/src/ia_css_debug.c  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/pci/runtime/debug/src/ia_css_debug.c b/drivers/staging/media/atomisp/pci/runtime/debug/src/ia_css_debug.c
index b411ca2f415e0..966d4efb200c5 100644
--- a/drivers/staging/media/atomisp/pci/runtime/debug/src/ia_css_debug.c
+++ b/drivers/staging/media/atomisp/pci/runtime/debug/src/ia_css_debug.c
@@ -1257,7 +1257,7 @@ ia_css_debug_pipe_graph_dump_stage(
 					p--;
 				/* Last comma found, copy till that comma */
 				strscpy(enable_info1, ei,
-                                        p > sizeof(enable_info1) ? sizeof(enable_info1) : p);
+					p > sizeof(enable_info1) ? sizeof(enable_info1) : p);
 
 				ei += p + 1;
 				l = strlen(ei);
-- 
2.43.0


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

end of thread, other threads:[~2026-06-22 18:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-22 18:49 [PATCH] staging: media: atomisp: fix indentation to use tabs instead of spaces Batu Ada Tutkun
2026-06-22 18:54 ` Batu Ada Tutkun
  -- strict thread matches above, loose matches on Subject: below --
2026-04-11  0:55 Michael Ugrin
2026-04-11 10:51 ` Dan Carpenter
2026-04-11 14:42   ` David Laight
2026-04-11 17:13     ` Michael Ugrin
2026-04-13  7:24       ` Andy Shevchenko

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