mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
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>
This commit is contained in:
parent
5788a2d2e2
commit
cfc0ac5b9c
|
|
@ -45,7 +45,8 @@ ia_css_bnr_dump(
|
|||
const struct sh_css_isp_bnr_params *bnr,
|
||||
unsigned int level)
|
||||
{
|
||||
if (!bnr) return;
|
||||
if (!bnr)
|
||||
return;
|
||||
ia_css_debug_dtrace(level, "Bayer Noise Reduction:\n");
|
||||
ia_css_debug_dtrace(level, "\t%-32s = %d\n",
|
||||
"bnr_gain_all", bnr->gain_all);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user