aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common/videobuf2/videobuf2-memops.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-02-18 14:29:05 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-03-01 09:44:48 -0500
commit4b129dc907e9b95349380a1fd0f810c5d686f705 (patch)
tree612e04937b419a7726a76924b085b6511523df91 /drivers/media/common/videobuf2/videobuf2-memops.c
parentmedia: v4l2-core: fix several typos (diff)
downloadlinux-dev-4b129dc907e9b95349380a1fd0f810c5d686f705.tar.xz
linux-dev-4b129dc907e9b95349380a1fd0f810c5d686f705.zip
media: common: 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 '')
-rw-r--r--drivers/media/common/videobuf2/videobuf2-memops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/videobuf2/videobuf2-memops.c b/drivers/media/common/videobuf2/videobuf2-memops.c
index 89e51989332b..c4a85be48ac2 100644
--- a/drivers/media/common/videobuf2/videobuf2-memops.c
+++ b/drivers/media/common/videobuf2/videobuf2-memops.c
@@ -121,7 +121,7 @@ static void vb2_common_vm_close(struct vm_area_struct *vma)
}
/*
- * vb2_common_vm_ops - common vm_ops used for tracking refcount of mmaped
+ * vb2_common_vm_ops - common vm_ops used for tracking refcount of mmapped
* video buffers
*/
const struct vm_operations_struct vb2_common_vm_ops = {