mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
media: staging/intel-ipu3: css: Convert comma to semicolon
The return of function imgu_css_grid_end_calc is void. To ensure code clarity and prevent potential errors, it's advisable to employ the ';' as a statement separator, except when ',' are intentionally used for specific purposes. Signed-off-by: Shen Lichuan <shenlichuan@vivo.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
bcca6cb79a
commit
f35b2e24a7
|
|
@ -2626,7 +2626,7 @@ int imgu_css_cfg_acc(struct imgu_css *css, unsigned int pipe,
|
|||
return -EINVAL;
|
||||
|
||||
acc->awb.config.grid.height_per_slice =
|
||||
IMGU_ABI_AWB_MAX_CELLS_PER_SET / acc->awb.config.grid.width,
|
||||
IMGU_ABI_AWB_MAX_CELLS_PER_SET / acc->awb.config.grid.width;
|
||||
imgu_css_grid_end_calc(&acc->awb.config.grid);
|
||||
|
||||
for (i = 0; i < stripes; i++)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user