From: Colin Ian King Date: Tue, 18 Sep 2018 06:54:11 +0000 (+0200) Subject: usb: phy: mxs: fix spelling mistake "stardard" -> "standard" X-Git-Tag: v5.4-rc1~2361^2~17^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a13b9689da8d9d62b5eff1632115bf21f24c52d;p=platform%2Fkernel%2Flinux-rpi.git usb: phy: mxs: fix spelling mistake "stardard" -> "standard" Trivial fix to spelling mistake in dev_dbg message Acked-by: Peter Chen Signed-off-by: Colin Ian King Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/phy/phy-mxs-usb.c b/drivers/usb/phy/phy-mxs-usb.c index e5aa24c..1b1bb0a 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 */