Skip to content

Commit cfc0ac5

Browse files
kartik-karzmchehab
authored andcommitted
media: atomisp: bnr: fix trailing statement
Fix checkpatch error trailing statements should be on next line in ia_css_bnr.host.c:48 Signed-off-by: Kartik Kulkarni <[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 5788a2d commit cfc0ac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr_1.0/ia_css_bnr.host.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ ia_css_bnr_dump(
4545
const struct sh_css_isp_bnr_params *bnr,
4646
unsigned int level)
4747
{
48-
if (!bnr) return;
48+
if (!bnr)
49+
return;
4950
ia_css_debug_dtrace(level, "Bayer Noise Reduction:\n");
5051
ia_css_debug_dtrace(level, "\t%-32s = %d\n",
5152
"bnr_gain_all", bnr->gain_all);

0 commit comments

Comments
 (0)