diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2021-11-18 10:17:15 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-11-30 12:46:43 +0300 |
commit | 4e05d5f24b2c0cdb8adb3c3b93dc05fe7facae66 (patch) | |
tree | 4a9c5ff7834cde4d8f6b7c59264df9cf96570b7a /drivers/media/i2c | |
parent | da653498c20ba5b185214d8ae43b4e8e9594f520 (diff) | |
download | linux-4e05d5f24b2c0cdb8adb3c3b93dc05fe7facae66.tar.xz |
media: i2c: imx274: fix trivial typo expsoure/exposure
Fix typo expsoure/exposure
Fixes: 0985dd306f72 ("media: imx274: V4l2 driver for Sony imx274 CMOS sensor")
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r-- | drivers/media/i2c/imx274.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/imx274.c b/drivers/media/i2c/imx274.c index 4d9b64c61f60..5312cf3e855d 100644 --- a/drivers/media/i2c/imx274.c +++ b/drivers/media/i2c/imx274.c @@ -1462,7 +1462,7 @@ static int imx274_s_stream(struct v4l2_subdev *sd, int on) goto fail; /* - * update frame rate & expsoure. if the last mode is different, + * update frame rate & exposure. if the last mode is different, * HMAX could be changed. As the result, frame rate & exposure * are changed. * gain is not affected. |