usb: phy: mxs: fix spelling mistake "stardard" -> "standard"
authorColin Ian King <colin.king@canonical.com>
Tue, 18 Sep 2018 06:54:11 +0000 (08:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Sep 2018 11:16:14 +0000 (13:16 +0200)
Trivial fix to spelling mistake in dev_dbg message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/phy/phy-mxs-usb.c

index e5aa24c..1b1bb0a 100644 (file)
@@ -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 */