summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorSlark Xiao <slark_xiao@163.com>2022-07-22 08:41:05 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-08-29 15:32:14 +0200
commit33b96f15f277bff42c172f64b059a563a749495e (patch)
treee89e8f1cc3b46293915da1705859a327641fae03 /drivers/media/usb
parent031d8af19bd2ca7343f2df610004d72dfd78386f (diff)
downloadlinux-stable-33b96f15f277bff42c172f64b059a563a749495e.tar.gz
linux-stable-33b96f15f277bff42c172f64b059a563a749495e.tar.bz2
linux-stable-33b96f15f277bff42c172f64b059a563a749495e.zip
media: tm6000: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao <slark_xiao@163.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/tm6000/tm6000-cards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/tm6000/tm6000-cards.c b/drivers/media/usb/tm6000/tm6000-cards.c
index 98f4a63adc2a..b7842cd6f9af 100644
--- a/drivers/media/usb/tm6000/tm6000-cards.c
+++ b/drivers/media/usb/tm6000/tm6000-cards.c
@@ -1297,7 +1297,7 @@ static int tm6000_usb_probe(struct usb_interface *interface,
le16_to_cpu(dev->udev->descriptor.idProduct),
interface->altsetting->desc.bInterfaceNumber);
-/* check if the the device has the iso in endpoint at the correct place */
+/* check if the device has the iso in endpoint at the correct place */
if (!dev->isoc_in.endp) {
printk(KERN_ERR "tm6000: probing error: no IN ISOC endpoint!\n");
rc = -ENODEV;