diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2013-10-21 04:34:01 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-12-09 20:50:50 +0400 |
commit | f58c91ce82cbb55a48fbc1a0cb7c84c0d0a4e1bd (patch) | |
tree | 62e7cfe6198ac0aceeefc3171cf8d8daab87785f /drivers/media/i2c/m5mols/m5mols_controls.c | |
parent | c1b96a236e94d49d9396d0bbceb5524519c5c66e (diff) | |
download | linux-f58c91ce82cbb55a48fbc1a0cb7c84c0d0a4e1bd.tar.xz |
[media] media_tree: Fix spelling errors
Fix various spelling errors in strings and comments throughout the media
tree. The majority of these were found using Lucas De Marchi's codespell
tool.
[m.chehab@samsung.com: discard hunks with conflicts]
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/i2c/m5mols/m5mols_controls.c')
-rw-r--r-- | drivers/media/i2c/m5mols/m5mols_controls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/m5mols/m5mols_controls.c b/drivers/media/i2c/m5mols/m5mols_controls.c index f34429e452ab..a60931e66312 100644 --- a/drivers/media/i2c/m5mols/m5mols_controls.c +++ b/drivers/media/i2c/m5mols/m5mols_controls.c @@ -544,7 +544,7 @@ int m5mols_init_controls(struct v4l2_subdev *sd) u16 zoom_step; int ret; - /* Determine the firmware dependant control range and step values */ + /* Determine the firmware dependent control range and step values */ ret = m5mols_read_u16(sd, AE_MAX_GAIN_MON, &exposure_max); if (ret < 0) return ret; |