mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
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>
This commit is contained in:
parent
f59ba45273
commit
456b86d420
|
|
@ -43,7 +43,8 @@ ia_css_fpn_dump(
|
|||
const struct sh_css_isp_fpn_params *fpn,
|
||||
unsigned int level)
|
||||
{
|
||||
if (!fpn) return;
|
||||
if (!fpn)
|
||||
return;
|
||||
ia_css_debug_dtrace(level, "Fixed Pattern Noise Reduction:\n");
|
||||
ia_css_debug_dtrace(level, "\t%-32s = %d\n",
|
||||
"fpn_shift", fpn->shift);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user