media: ov2680: fix a typo in a function name
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 21 Jul 2019 19:04:23 +0000 (15:04 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 25 Jul 2019 10:44:39 +0000 (06:44 -0400)
commit913c55a86400e0b3c99164a71a826ffb860c26c4
tree6430fe85e25844f010141902fef46d5c6709f41e
parent050ff2ad1cca6fe6fcb6edde6e3b91f7e47d1c9c
media: ov2680: fix a typo in a function name

All functions in this file starts with 'ov2680_', except ov2860_parse_dt().

This is likely a typo.
rename it to 'ov2680_parse_dt()' (6 and 8)

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/i2c/ov2680.c