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 <kartik.koolks@gmail.com> Link: https://lore.kernel.org/r/20240731103353.39245-1-kartik.koolks@gmail.com Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
1 parent 5788a2d commit cfc0ac5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)