linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: Fix comment typo
@ 2022-07-15  5:15 Jason Wang
  2022-08-24  9:18 ` Hans Verkuil
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2022-07-15  5:15 UTC (permalink / raw)
  To: wangborong; +Cc: mchehab, linux-media, linux-kernel

The double `the' is duplicated in line 1300, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/media/usb/tm6000/tm6000-cards.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] media: Fix comment typo
  2022-07-15  5:15 [PATCH] media: Fix comment typo Jason Wang
@ 2022-08-24  9:18 ` Hans Verkuil
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Verkuil @ 2022-08-24  9:18 UTC (permalink / raw)
  To: Jason Wang; +Cc: mchehab, linux-media, linux-kernel

Duplicate of:

https://patchwork.linuxtv.org/project/linux-media/patch/20220722064105.70610-1-slark_xiao@163.com/

I'll drop this patch. BTW, same issue as before: the subject line suggests
a media-wide patch, when it is just for the tm6000 driver.

Regards,

	Hans

On 15/07/2022 07:15, Jason Wang wrote:
> The double `the' is duplicated in line 1300, remove one.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  drivers/media/usb/tm6000/tm6000-cards.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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;

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-24  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15  5:15 [PATCH] media: Fix comment typo Jason Wang
2022-08-24  9:18 ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).