All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minas Harutyunyan <Minas.Harutyunyan@synopsys.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Li Yang <leoyang.li@nxp.com>, Felipe Balbi <balbi@kernel.org>,
	Bin Liu <b-liu@ti.com>, Jiri Kosina <trivial@kernel.org>
Cc: "linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH trivial] usb: Spelling s/enpoint/endpoint/
Date: Fri, 25 Oct 2019 05:30:18 +0000	[thread overview]
Message-ID: <aa4cfba1-45de-a646-adde-3eedc8c2341e@synopsys.com> (raw)
In-Reply-To: <20191024152833.30698-1-geert+renesas@glider.be>



On 10/24/2019 7:28 PM, Geert Uytterhoeven wrote:
> Fix misspellings of "endpoint".
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Minas Harutyunyan <hminas@synopsys.com>

> ---
>   drivers/usb/dwc2/core.h             | 2 +-
>   drivers/usb/gadget/udc/fsl_qe_udc.h | 4 ++--
>   drivers/usb/gadget/udc/mv_u3d.h     | 2 +-
>   drivers/usb/musb/musb_gadget.c      | 2 +-
>   4 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/usb/dwc2/core.h b/drivers/usb/dwc2/core.h
> index d08d070a0fb6f598..968e03b89d04d5d8 100644
> --- a/drivers/usb/dwc2/core.h
> +++ b/drivers/usb/dwc2/core.h
> @@ -134,7 +134,7 @@ struct dwc2_hsotg_req;
>    * @target_frame: Targeted frame num to setup next ISOC transfer
>    * @frame_overrun: Indicates SOF number overrun in DSTS
>    *
> - * This is the driver's state for each registered enpoint, allowing it
> + * This is the driver's state for each registered endpoint, allowing it
>    * to keep track of transactions that need doing. Each endpoint has a
>    * lock to protect the state, to try and avoid using an overall lock
>    * for the host controller as much as possible.
> diff --git a/drivers/usb/gadget/udc/fsl_qe_udc.h b/drivers/usb/gadget/udc/fsl_qe_udc.h
> index 2c537a904ee73950..53ca0ff7c2cbd48c 100644
> --- a/drivers/usb/gadget/udc/fsl_qe_udc.h
> +++ b/drivers/usb/gadget/udc/fsl_qe_udc.h
> @@ -333,8 +333,8 @@ struct qe_udc {
>   	u32 resume_state;       /* USB state to resume*/
>   	u32 usb_state;          /* USB current state */
>   	u32 usb_next_state;     /* USB next state */
> -	u32 ep0_state;          /* Enpoint zero state */
> -	u32 ep0_dir;            /* Enpoint zero direction: can be
> +	u32 ep0_state;          /* Endpoint zero state */
> +	u32 ep0_dir;            /* Endpoint zero direction: can be
>   				USB_DIR_IN or USB_DIR_OUT*/
>   	u32 usb_sof_count;      /* SOF count */
>   	u32 errors;             /* USB ERRORs count */
> diff --git a/drivers/usb/gadget/udc/mv_u3d.h b/drivers/usb/gadget/udc/mv_u3d.h
> index 982625b7197a0d9c..66b84f792f646bb9 100644
> --- a/drivers/usb/gadget/udc/mv_u3d.h
> +++ b/drivers/usb/gadget/udc/mv_u3d.h
> @@ -138,7 +138,7 @@ struct mv_u3d_op_regs {
>   	u32	doorbell;	/* doorbell register */
>   };
>   
> -/* control enpoint enable registers */
> +/* control endpoint enable registers */
>   struct epxcr {
>   	u32	epxoutcr0;	/* ep out control 0 register */
>   	u32	epxoutcr1;	/* ep out control 1 register */
> diff --git a/drivers/usb/musb/musb_gadget.c b/drivers/usb/musb/musb_gadget.c
> index 2cb31fc0cd601eb4..f62ffaede1abba48 100644
> --- a/drivers/usb/musb/musb_gadget.c
> +++ b/drivers/usb/musb/musb_gadget.c
> @@ -1315,7 +1315,7 @@ static int musb_gadget_dequeue(struct usb_ep *ep, struct usb_request *request)
>   }
>   
>   /*
> - * Set or clear the halt bit of an endpoint. A halted enpoint won't tx/rx any
> + * Set or clear the halt bit of an endpoint. A halted endpoint won't tx/rx any
>    * data but will queue requests.
>    *
>    * exported to ep0 code
> 

  reply	other threads:[~2019-10-25  5:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-24 15:28 [PATCH trivial] usb: Spelling s/enpoint/endpoint/ Geert Uytterhoeven
2019-10-25  5:30 ` Minas Harutyunyan [this message]
2019-10-25 19:27 ` Li Yang

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=aa4cfba1-45de-a646-adde-3eedc8c2341e@synopsys.com \
    --to=minas.harutyunyan@synopsys.com \
    --cc=b-liu@ti.com \
    --cc=balbi@kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=gregkh@linuxfoundation.org \
    --cc=leoyang.li@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=trivial@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.