mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
media: platform: s5p-mfc: Fix spelling mistake "mmaping" -> "mmapping"
There are a couple of spelling mistakes in mfc_debug messages. Fix them. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
9195a860ef
commit
fd5bd6d258
|
|
@ -1047,10 +1047,10 @@ static int s5p_mfc_mmap(struct file *file, struct vm_area_struct *vma)
|
|||
int ret;
|
||||
|
||||
if (offset < DST_QUEUE_OFF_BASE) {
|
||||
mfc_debug(2, "mmaping source\n");
|
||||
mfc_debug(2, "mmapping source\n");
|
||||
ret = vb2_mmap(&ctx->vq_src, vma);
|
||||
} else { /* capture */
|
||||
mfc_debug(2, "mmaping destination\n");
|
||||
mfc_debug(2, "mmapping destination\n");
|
||||
vma->vm_pgoff -= (DST_QUEUE_OFF_BASE >> PAGE_SHIFT);
|
||||
ret = vb2_mmap(&ctx->vq_dst, vma);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user