aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/v4l2-ioctl.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-02-18 14:29:04 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-03-01 09:44:17 -0500
commit4faf7066de49b8e5284e5d95b95eeac7f7e63d8d (patch)
tree4015700dbddfe5294539089ab78a6c29caebc4a3 /drivers/media/v4l2-core/v4l2-ioctl.c
parentmedia: usb: fix several typos (diff)
downloadlinux-dev-4faf7066de49b8e5284e5d95b95eeac7f7e63d8d.tar.xz
linux-dev-4faf7066de49b8e5284e5d95b95eeac7f7e63d8d.zip
media: v4l2-core: 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>
Diffstat (limited to 'drivers/media/v4l2-core/v4l2-ioctl.c')
-rw-r--r--drivers/media/v4l2-core/v4l2-ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/v4l2-core/v4l2-ioctl.c b/drivers/media/v4l2-core/v4l2-ioctl.c
index 6f707466b5d2..f6d663934648 100644
--- a/drivers/media/v4l2-core/v4l2-ioctl.c
+++ b/drivers/media/v4l2-core/v4l2-ioctl.c
@@ -88,7 +88,7 @@ const char *v4l2_norm_to_name(v4l2_std_id id)
int i;
/* HACK: ppc32 architecture doesn't have __ucmpdi2 function to handle
- 64 bit comparations. So, on that architecture, with some gcc
+ 64 bit comparisons. So, on that architecture, with some gcc
variants, compilation fails. Currently, the max value is 30bit wide.
*/
BUG_ON(myid != id);