The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Sergey Shtylyov <s.shtylyov@omp.ru>
To: Shen Lichuan <shenlichuan@vivo.com>, <Thinh.Nguyen@synopsys.com>,
	<gregkh@linuxfoundation.org>
Cc: <linux-usb@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<opensource.kernel@vivo.com>
Subject: Re: [PATCH v1] usb: dwc3: Correct some typos in comments
Date: Sun, 29 Sep 2024 12:40:25 +0300	[thread overview]
Message-ID: <6591a368-e2aa-fa8b-c3d0-2a438f52c126@omp.ru> (raw)
In-Reply-To: <20240929075856.11516-1-shenlichuan@vivo.com>

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@vivo.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


      reply	other threads:[~2024-09-29  9:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-29  7:58 [PATCH v1] usb: dwc3: Correct some typos in comments Shen Lichuan
2024-09-29  9:40 ` Sergey Shtylyov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6591a368-e2aa-fa8b-c3d0-2a438f52c126@omp.ru \
    --to=s.shtylyov@omp.ru \
    --cc=Thinh.Nguyen@synopsys.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=opensource.kernel@vivo.com \
    --cc=shenlichuan@vivo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox