summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/ov7740.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-02-18 14:28:58 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-03-01 09:29:58 -0500
commitf8a7647d311f49f2f8cad572bcc62dbca5484dc8 (patch)
tree60482a8279dcd11a699cae673849fe709f0bcbbe /drivers/media/i2c/ov7740.c
parent7808239d8e3dcb4c2317f6c25a5586ac907050e8 (diff)
downloadlinux-0-day-f8a7647d311f49f2f8cad572bcc62dbca5484dc8.tar.gz
linux-0-day-f8a7647d311f49f2f8cad572bcc62dbca5484dc8.tar.xz
media: i2c: fix several typos
Use codespell to fix lots of typos over frontends. Manually verified to avoid false-positives. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/i2c/ov7740.c')
-rw-r--r--drivers/media/i2c/ov7740.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/ov7740.c b/drivers/media/i2c/ov7740.c
index 8835b831cdc09..dfece91ce96be 100644
--- a/drivers/media/i2c/ov7740.c
+++ b/drivers/media/i2c/ov7740.c
@@ -20,7 +20,7 @@
#define REG_BGAIN 0x01 /* blue gain */
#define REG_RGAIN 0x02 /* red gain */
#define REG_GGAIN 0x03 /* green gain */
-#define REG_REG04 0x04 /* analog setting, dont change*/
+#define REG_REG04 0x04 /* analog setting, don't change*/
#define REG_BAVG 0x05 /* b channel average */
#define REG_GAVG 0x06 /* g channel average */
#define REG_RAVG 0x07 /* r channel average */