diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-18 14:29:04 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-03-01 09:44:17 -0500 |
commit | 4faf7066de49b8e5284e5d95b95eeac7f7e63d8d (patch) | |
tree | 4015700dbddfe5294539089ab78a6c29caebc4a3 /drivers/media/v4l2-core/videobuf-dma-contig.c | |
parent | 3e4d8f48b9bfff7585135d096132df9653be9377 (diff) | |
download | linux-4faf7066de49b8e5284e5d95b95eeac7f7e63d8d.tar.gz linux-4faf7066de49b8e5284e5d95b95eeac7f7e63d8d.tar.bz2 linux-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/videobuf-dma-contig.c')
-rw-r--r-- | drivers/media/v4l2-core/videobuf-dma-contig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/v4l2-core/videobuf-dma-contig.c b/drivers/media/v4l2-core/videobuf-dma-contig.c index f46132504d88..e1bf50df4c70 100644 --- a/drivers/media/v4l2-core/videobuf-dma-contig.c +++ b/drivers/media/v4l2-core/videobuf-dma-contig.c @@ -248,7 +248,7 @@ static int __videobuf_iolock(struct videobuf_queue *q, /* All handling should be done by __videobuf_mmap_mapper() */ if (!mem->vaddr) { - dev_err(q->dev, "memory is not alloced/mmapped.\n"); + dev_err(q->dev, "memory is not allocated/mmapped.\n"); return -EINVAL; } break; |