Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Shen Lichuan and committed by
Mauro Carvalho Chehab
f35b2e24 bcca6cb7

+1 -1
+1 -1
drivers/staging/media/ipu3/ipu3-css-params.c
··· 2626 2626 return -EINVAL; 2627 2627 2628 2628 acc->awb.config.grid.height_per_slice = 2629 - IMGU_ABI_AWB_MAX_CELLS_PER_SET / acc->awb.config.grid.width, 2629 + IMGU_ABI_AWB_MAX_CELLS_PER_SET / acc->awb.config.grid.width; 2630 2630 imgu_css_grid_end_calc(&acc->awb.config.grid); 2631 2631 2632 2632 for (i = 0; i < stripes; i++)