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>] [day] [month] [year] [list]
Date:   Thu, 24 Nov 2022 15:34:00 +0800 (GMT+08:00)
From:   慕冬亮 <dzm91@...t.edu.cn>
To:     linux@...inikbrodowski.net
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drivers: pcmcia: typo fix




> -----原始邮件-----
> 发件人: "Dongliang Mu" <dzm91@...t.edu.cn>
> 发送时间: 2022-11-16 09:45:50 (星期三)
> 收件人: linux@...inikbrodowski.net
> 抄送: "Dongliang Mu" <dzm91@...t.edu.cn>
> 主题: [PATCH] drivers: pcmcia: typo fix
> 
> themselfves -> themselves

ping?

> 
> Signed-off-by: Dongliang Mu <dzm91@...t.edu.cn>
> ---
>  drivers/pcmcia/pcmcia_resource.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pcmcia/pcmcia_resource.c b/drivers/pcmcia/pcmcia_resource.c
> index d78091e79a0f..e9e31c638a67 100644
> --- a/drivers/pcmcia/pcmcia_resource.c
> +++ b/drivers/pcmcia/pcmcia_resource.c
> @@ -684,7 +684,7 @@ EXPORT_SYMBOL(pcmcia_request_io);
>   * pcmcia_request_irq() is a wrapper around request_irq() which allows
>   * the PCMCIA core to clean up the registration in pcmcia_disable_device().
>   * Drivers are free to use request_irq() directly, but then they need to
> - * call free_irq() themselfves, too. Also, only %IRQF_SHARED capable IRQ
> + * call free_irq() themselves, too. Also, only %IRQF_SHARED capable IRQ
>   * handlers are allowed.
>   */
>  int __must_check pcmcia_request_irq(struct pcmcia_device *p_dev,
> -- 
> 2.35.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ