* [PATCH] staging: media: atomisp: sh_css_param_shading: Fix leading space indentation
@ 2026-03-10 13:46 Giorgi Tchankvetadze
2026-03-10 18:48 ` Bera Yüzlü
0 siblings, 1 reply; 2+ messages in thread
From: Giorgi Tchankvetadze @ 2026-03-10 13:46 UTC (permalink / raw)
To: gregkh; +Cc: linux-staging, linux-kernel, Giorgi Tchankvetadze
Fix lines starting with spaces instead of tabs to comply with
kernel coding style. This silences checkpatch warnings "WARNING: please,
no spaces at the start of a line". Fixing line 323 also incidentally
resolved a CHECK warning on line 322 - "CHECK: Lines should not end
with a '('".
No functional change.
Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
---
.../staging/media/atomisp/pci/sh_css_param_shading.c | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/drivers/staging/media/atomisp/pci/sh_css_param_shading.c b/drivers/staging/media/atomisp/pci/sh_css_param_shading.c
index 9105334c71b1..cbb6397be7f8 100644
--- a/drivers/staging/media/atomisp/pci/sh_css_param_shading.c
+++ b/drivers/staging/media/atomisp/pci/sh_css_param_shading.c
@@ -197,10 +197,8 @@ crop_and_interpolate(unsigned int cropped_width,
}
void
-sh_css_params_shading_id_table_generate(
- struct ia_css_shading_table **target_table,
- unsigned int table_width,
- unsigned int table_height)
+sh_css_params_shading_id_table_generate(struct ia_css_shading_table **target_table,
+ unsigned int table_width, unsigned int table_height)
{
/* initialize table with ones, shift becomes zero */
unsigned int i, j;
@@ -318,10 +316,7 @@ prepare_shading_table(const struct ia_css_shading_table *in_table,
*target_table = result;
}
-struct ia_css_shading_table *
-ia_css_shading_table_alloc(
- unsigned int width,
- unsigned int height)
+struct ia_css_shading_table *ia_css_shading_table_alloc(unsigned int width, unsigned int height)
{
unsigned int i;
struct ia_css_shading_table *me;
--
2.52.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: media: atomisp: sh_css_param_shading: Fix leading space indentation
2026-03-10 13:46 [PATCH] staging: media: atomisp: sh_css_param_shading: Fix leading space indentation Giorgi Tchankvetadze
@ 2026-03-10 18:48 ` Bera Yüzlü
0 siblings, 0 replies; 2+ messages in thread
From: Bera Yüzlü @ 2026-03-10 18:48 UTC (permalink / raw)
To: giorgitchankvetadze1997
Cc: gregkh, linux-kernel, linux-staging, Bera Yüzlü
LGTM.
Reviewed-by: Bera Yüzlü <b9788213@gmail.com>
Thanks,
Bera
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-10 18:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-10 13:46 [PATCH] staging: media: atomisp: sh_css_param_shading: Fix leading space indentation Giorgi Tchankvetadze
2026-03-10 18:48 ` Bera Yüzlü
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox