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]
Message-ID: <6591a368-e2aa-fa8b-c3d0-2a438f52c126@omp.ru>
Date: Sun, 29 Sep 2024 12:40:25 +0300
From: Sergey Shtylyov <s.shtylyov@....ru>
To: Shen Lichuan <shenlichuan@...o.com>, <Thinh.Nguyen@...opsys.com>,
	<gregkh@...uxfoundation.org>
CC: <linux-usb@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
	<opensource.kernel@...o.com>
Subject: Re: [PATCH v1] usb: dwc3: Correct some typos in comments

On 9/29/24 10:58, Shen Lichuan wrote:

> Fixed some confusing typos that were currently identified with codespell,
> the details are as follows:
> 
> -in the code comments:
> drivers/usb/dwc3/core.c:1406: feild ==> field
> drivers/usb/dwc3/core.h:84: boundries ==> boundaries
> drivers/usb/dwc3/ep0.c:148: issueing ==> issuing
> drivers/usb/dwc3/host.c:38: temperary ==> temporary
> 
> Signed-off-by: Shen Lichuan <shenlichuan@...o.com>
[...]

> diff --git a/drivers/usb/dwc3/host.c b/drivers/usb/dwc3/host.c
> index e0533cee6870..60f7a55e1ea3 100644
> --- a/drivers/usb/dwc3/host.c
> +++ b/drivers/usb/dwc3/host.c
> @@ -35,7 +35,7 @@ static void dwc3_power_off_all_roothub_ports(struct dwc3 *dwc)
>  	u32 reg;
>  	int i;
>  
> -	/* xhci regs is not mapped yet, do it temperary here */
> +	/* xhci regs is not mapped yet, do it temporary here */

   s/is/are/. And maybe "temporarily"? :-)

>  	if (dwc->xhci_resources[0].start) {
>  		xhci_regs = ioremap(dwc->xhci_resources[0].start, DWC3_XHCI_REGS_END);
>  		if (!xhci_regs) {

MBR, Sergey


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ