lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 24 Aug 2022 11:18:31 +0200
From:   Hans Verkuil <hverkuil@...all.nl>
To:     Jason Wang <wangborong@...rlc.com>
Cc:     mchehab@...nel.org, linux-media@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] media: Fix comment typo

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@...rlc.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;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ