Skip to content

Commit 456b86d

Browse files
Sakirnth-Zmchehab
authored andcommitted
media: atomisp: move trailing statement to next line.
Fix checkpath error "ERROR: trailing statements should be on next line" in ia_css_fpn.host.c:46. Signed-off-by: Sakirnth Nagarasa <[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 f59ba45 commit 456b86d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/staging/media/atomisp/pci/isp/kernels/fpn/fpn_1.0/ia_css_fpn.host.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ ia_css_fpn_dump(
4343
const struct sh_css_isp_fpn_params *fpn,
4444
unsigned int level)
4545
{
46-
if (!fpn) return;
46+
if (!fpn)
47+
return;
4748
ia_css_debug_dtrace(level, "Fixed Pattern Noise Reduction:\n");
4849
ia_css_debug_dtrace(level, "\t%-32s = %d\n",
4950
"fpn_shift", fpn->shift);

0 commit comments

Comments
 (0)