Skip to content

Commit f59ba45

Browse files
Katharaamchehab
authored andcommitted
media: atomisp: Fix trailing statement in ia_css_de.host.c
Fix checkpatch diagostic of Error : Trailing statements should be on the next line Signed-off-by: Kathara Sasikumar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 83e80dc commit f59ba45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/staging/media/atomisp/pci/isp/kernels/de/de_1.0/ia_css_de.host.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ ia_css_de_dump(
4747
const struct sh_css_isp_de_params *de,
4848
unsigned int level)
4949
{
50-
if (!de) return;
50+
if (!de)
51+
return;
5152
ia_css_debug_dtrace(level, "Demosaic:\n");
5253
ia_css_debug_dtrace(level, "\t%-32s = %d\n",
5354
"de_pixelnoise", de->pixelnoise);

0 commit comments

Comments
 (0)