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 <sakirnth@gmail.com> Link: https://lore.kernel.org/r/20240730084220.38204-1-sakirnth@gmail.com Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
1 parent f59ba45 commit 456b86d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)