linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: phy: mxs: fix spelling mistake "stardard" -> "standard"
@ 2018-09-18  6:54 Colin King
  2018-09-20  3:33 ` Peter Chen
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2018-09-18  6:54 UTC (permalink / raw)
  To: Felipe Balbi, Greg Kroah-Hartman, linux-usb; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in dev_dbg message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/usb/phy/phy-mxs-usb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/phy/phy-mxs-usb.c b/drivers/usb/phy/phy-mxs-usb.c
index e5aa24c1e4fd..1b1bb0ad40c3 100644
--- a/drivers/usb/phy/phy-mxs-usb.c
+++ b/drivers/usb/phy/phy-mxs-usb.c
@@ -563,7 +563,7 @@ static enum usb_charger_type mxs_charger_primary_detection(struct mxs_phy *x)
 	regmap_read(regmap, ANADIG_USB1_CHRG_DET_STAT, &val);
 	if (!(val & ANADIG_USB1_CHRG_DET_STAT_CHRG_DETECTED)) {
 		chgr_type = SDP_TYPE;
-		dev_dbg(x->phy.dev, "It is a stardard downstream port\n");
+		dev_dbg(x->phy.dev, "It is a standard downstream port\n");
 	}
 
 	/* Disable charger detector */
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] usb: phy: mxs: fix spelling mistake "stardard" -> "standard"
  2018-09-18  6:54 [PATCH] usb: phy: mxs: fix spelling mistake "stardard" -> "standard" Colin King
@ 2018-09-20  3:33 ` Peter Chen
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Chen @ 2018-09-20  3:33 UTC (permalink / raw)
  To: colin.king; +Cc: balbi, Greg Kroah-Hartman, linux-usb, kernel-janitors, lkml

On Tue, Sep 18, 2018 at 2:55 PM Colin King <colin.king@canonical.com> wrote:
>
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in dev_dbg message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/usb/phy/phy-mxs-usb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/usb/phy/phy-mxs-usb.c b/drivers/usb/phy/phy-mxs-usb.c
> index e5aa24c1e4fd..1b1bb0ad40c3 100644
> --- a/drivers/usb/phy/phy-mxs-usb.c
> +++ b/drivers/usb/phy/phy-mxs-usb.c
> @@ -563,7 +563,7 @@ static enum usb_charger_type mxs_charger_primary_detection(struct mxs_phy *x)
>         regmap_read(regmap, ANADIG_USB1_CHRG_DET_STAT, &val);
>         if (!(val & ANADIG_USB1_CHRG_DET_STAT_CHRG_DETECTED)) {
>                 chgr_type = SDP_TYPE;
> -               dev_dbg(x->phy.dev, "It is a stardard downstream port\n");
> +               dev_dbg(x->phy.dev, "It is a standard downstream port\n");
>         }
>
>         /* Disable charger detector */
> --
> 2.17.1
>

Acked-by: Peter Chen <peter.chen@nxp.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-20  3:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-18  6:54 [PATCH] usb: phy: mxs: fix spelling mistake "stardard" -> "standard" Colin King
2018-09-20  3:33 ` Peter Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).