aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-03-01 10:01:58 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-03-01 10:02:25 -0500
commit26b190053ec0db030697e2e19a8f8f13550b9ff7 (patch)
treec330b169d3291231d861a22b8e10570f5fb950b0 /drivers/media/platform
parentmedia: Documentation: fix several typos (diff)
downloadlinux-dev-26b190053ec0db030697e2e19a8f8f13550b9ff7.tar.xz
linux-dev-26b190053ec0db030697e2e19a8f8f13550b9ff7.zip
media: a few more typos at staging, pci, platform, radio and usb
Those typos were left over from codespell check, on my first pass or belong to code added after the time I ran it. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/platform')
-rw-r--r--drivers/media/platform/ti-vpe/vpdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/ti-vpe/vpdma.c b/drivers/media/platform/ti-vpe/vpdma.c
index 1da2cb3aaf0c..78d716c93649 100644
--- a/drivers/media/platform/ti-vpe/vpdma.c
+++ b/drivers/media/platform/ti-vpe/vpdma.c
@@ -1008,7 +1008,7 @@ unsigned int vpdma_get_list_mask(struct vpdma_data *vpdma, int irq_num)
}
EXPORT_SYMBOL(vpdma_get_list_mask);
-/* clear previously occurred list interupts in the LIST_STAT register */
+/* clear previously occurred list interrupts in the LIST_STAT register */
void vpdma_clear_list_stat(struct vpdma_data *vpdma, int irq_num,
int list_num)
{