summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2019-03-01 16:01:58 +0100
committerMauro Carvalho Chehab2019-03-01 16:02:25 +0100
commit26b190053ec0db030697e2e19a8f8f13550b9ff7 (patch)
treec330b169d3291231d861a22b8e10570f5fb950b0 /drivers/media/usb
parentmedia: Documentation: fix several typos (diff)
downloadkernel-qcow2-linux-26b190053ec0db030697e2e19a8f8f13550b9ff7.tar.gz
kernel-qcow2-linux-26b190053ec0db030697e2e19a8f8f13550b9ff7.tar.xz
kernel-qcow2-linux-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/usb')
-rw-r--r--drivers/media/usb/au0828/au0828-dvb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/au0828/au0828-dvb.c b/drivers/media/usb/au0828/au0828-dvb.c
index d9093a3c57c5..6e43028112d1 100644
--- a/drivers/media/usb/au0828/au0828-dvb.c
+++ b/drivers/media/usb/au0828/au0828-dvb.c
@@ -566,7 +566,7 @@ void au0828_dvb_unregister(struct au0828_dev *dev)
dvb->frontend = NULL;
}
-/* All the DVB attach calls go here, this function get's modified
+/* All the DVB attach calls go here, this function gets modified
* for each new card. No other function in this file needs
* to change.
*/