Skip to content

Commit 4a13b96

Browse files
Colin Ian KingFelipe Balbi
authored andcommitted
usb: phy: mxs: fix spelling mistake "stardard" -> "standard"
Trivial fix to spelling mistake in dev_dbg message Acked-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
1 parent a9383a6 commit 4a13b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/phy/phy-mxs-usb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ static enum usb_charger_type mxs_charger_primary_detection(struct mxs_phy *x)
563563
regmap_read(regmap, ANADIG_USB1_CHRG_DET_STAT, &val);
564564
if (!(val & ANADIG_USB1_CHRG_DET_STAT_CHRG_DETECTED)) {
565565
chgr_type = SDP_TYPE;
566-
dev_dbg(x->phy.dev, "It is a stardard downstream port\n");
566+
dev_dbg(x->phy.dev, "It is a standard downstream port\n");
567567
}
568568

569569
/* Disable charger detector */

0 commit comments

Comments
 (0)