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

media: rkisp1: rkisp1-params.c: Fix typos

s/when the camera active/when the camera is active/
s/thus not isr protection/therefore there is no need to acquire a lock/

Signed-off-by: Sebastian Fricke <sebastian.fricke@posteo.net>
Reviewed-by: Dafna Hirschfeld <dafna.hirschfeld@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Sebastian Fricke and committed by
Mauro Carvalho Chehab
27ba4427 71c41518

+4 -1
+4 -1
drivers/media/platform/rockchip/rkisp1/rkisp1-params.c
··· 1258 1258 rkisp1_params_config_parameter(params); 1259 1259 } 1260 1260 1261 - /* Not called when the camera active, thus not isr protection. */ 1261 + /* 1262 + * Not called when the camera is active, therefore there is no need to acquire 1263 + * a lock. 1264 + */ 1262 1265 void rkisp1_params_disable(struct rkisp1_params *params) 1263 1266 { 1264 1267 rkisp1_param_clear_bits(params, RKISP1_CIF_ISP_DPCC_MODE,