* [PATCH] staging: media: atomisp: fix code indentation
@ 2025-12-18 6:26 Arjun Changla
0 siblings, 0 replies; only message in thread
From: Arjun Changla @ 2025-12-18 6:26 UTC (permalink / raw)
To: hansg, mchehab
Cc: andy, sakari.ailus, gregkh, linux-media, linux-staging,
linux-kernel, Arjun Changla
Fix checkpatch error "code indent should use tabs where possible"
by replacing spaces with tabs for proper indentation.
Signed-off-by: Arjun Changla <arjunchangla7@gmail.com>
---
.../pci/isp/kernels/output/output_1.0/ia_css_output.host.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/ia_css_output.host.c b/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/ia_css_output.host.c
index d09365e0c471..dac0736f55a6 100644
--- a/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/ia_css_output.host.c
+++ b/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/ia_css_output.host.c
@@ -74,7 +74,7 @@ int ia_css_output0_config(struct sh_css_isp_output_isp_config *to,
}
int ia_css_output1_config(struct sh_css_isp_output_isp_config *to,
- const struct ia_css_output1_configuration *from,
+ const struct ia_css_output1_configuration *from,
unsigned int size)
{
return ia_css_output_config(to, (const struct ia_css_output_configuration *)from, size);
--
2.43.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-12-18 6:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-18 6:26 [PATCH] staging: media: atomisp: fix code indentation Arjun Changla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox