diff options
author | Slark Xiao <slark_xiao@163.com> | 2022-07-22 03:52:11 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-09-24 09:03:15 +0200 |
commit | 9c6dee9ac62931987bc45add5dfe6d535a1d9f80 (patch) | |
tree | f4dd471e7f5b8e82fd05b8891cca76b20f5000c5 | |
parent | bb9ea2c31fa11b789ade4c3abcdda3c5370a76ab (diff) | |
download | lwn-9c6dee9ac62931987bc45add5dfe6d535a1d9f80.tar.gz lwn-9c6dee9ac62931987bc45add5dfe6d535a1d9f80.zip |
media: i2c: mt9v111: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment.
Signed-off-by: Slark Xiao <slark_xiao@163.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
-rw-r--r-- | drivers/media/i2c/mt9v111.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/mt9v111.c b/drivers/media/i2c/mt9v111.c index 2dc4a0f24ce8..7beca0b70b72 100644 --- a/drivers/media/i2c/mt9v111.c +++ b/drivers/media/i2c/mt9v111.c @@ -633,7 +633,7 @@ static int mt9v111_hw_config(struct mt9v111_dev *mt9v111) /* * Set pixel integration time to the whole frame time. - * This value controls the the shutter delay when running with AE + * This value controls the shutter delay when running with AE * disabled. If longer than frame time, it affects the output * frame rate. */ |