mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
media: atomisp: Fix ia_css_vf.host.c coding style
Fix a coding style:
"ERROR: that open brace { should be on the previous line"
issue reported in ia_css_vf.host.c:94.
Signed-off-by: Pablo <pablo@pablo.ct.ws>
Link: https://lore.kernel.org/r/20250503200030.5982-1-pablo@pablo.ct.ws
Signed-off-by: Hans de Goede <hansg@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
cf101966f4
commit
ed3bc38ff5
|
|
@ -91,8 +91,7 @@ configure_kernel(
|
|||
unsigned int vf_log_ds = 0;
|
||||
|
||||
/* First compute value */
|
||||
if (vf_info)
|
||||
{
|
||||
if (vf_info) {
|
||||
err = sh_css_vf_downscale_log2(out_info, vf_info, &vf_log_ds);
|
||||
if (err)
|
||||
return err;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user