public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: atomisp: pci: remove leading whitespace at the start of the line
@ 2026-03-24  8:10 Anushka Badhe
  2026-03-24 11:50 ` Andy Shevchenko
  0 siblings, 1 reply; 10+ messages in thread
From: Anushka Badhe @ 2026-03-24  8:10 UTC (permalink / raw)
  To: gregkh, mchehab
  Cc: hansg, andy, sakari.ailus, linux-kernel, linux-media,
	linux-staging, Anushka Badhe

Removed the whitespace at the start of the line to comply with
 linux kernel coding style.

Signed-off-by: Anushka Badhe <anushkabadhe@gmail.com>
---
 drivers/staging/media/atomisp/pci/system_local.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/pci/system_local.c b/drivers/staging/media/atomisp/pci/system_local.c
index a8a93760d5b1..3cf35678383f 100644
--- a/drivers/staging/media/atomisp/pci/system_local.c
+++ b/drivers/staging/media/atomisp/pci/system_local.c
@@ -87,7 +87,7 @@ const hrt_address GP_DEVICE_BASE[N_GP_DEVICE_ID] = {
  * so, having multiple base addresses for
  * different timers does not help*/
 const hrt_address GP_TIMER_BASE =
-    (hrt_address)0x0000000000000600ULL;
+	(hrt_address)0x0000000000000600ULL;
 
 /* GPIO */
 const hrt_address GPIO_BASE[N_GPIO_ID] = {
-- 
2.43.0


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

end of thread, other threads:[~2026-03-26 10:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-24  8:10 [PATCH] staging: atomisp: pci: remove leading whitespace at the start of the line Anushka Badhe
2026-03-24 11:50 ` Andy Shevchenko
2026-03-24 11:51   ` Andy Shevchenko
2026-03-24 18:08     ` [PATCH v2] staging: atomisp: pci: fix block comment style and merge split declaration Anushka Badhe
2026-03-24 19:43       ` [PATCH v3] staging: media: " Anushka Badhe
2026-03-25 12:08         ` Andy Shevchenko
2026-03-25 13:24           ` [PATCH v4] staging: media: atomisp: pci: fix split GP_TIMER_BASE declaration Anushka Badhe
2026-03-26 10:48             ` Andy Shevchenko
2026-03-25  8:45       ` [PATCH v2] staging: atomisp: pci: fix block comment style and merge split declaration Greg KH
2026-03-25  9:12         ` Anushka B

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