[PATCH] staging: atomisp: pci: remove leading whitespace at the start of the line

From: Anushka Badhe

Date: Tue Mar 24 2026 - 04:38:53 EST


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

Signed-off-by: Anushka Badhe <anushkabadhe@xxxxxxxxx>
---
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