extcon: axp288: Fix spelling mistake
[deliverable/linux.git] / drivers / extcon / extcon-axp288.c
index fd55c2f2080ab4873ae7df5eb3af8dcc0c246bc4..04610f8514375343507ff3c69a0f400121e35cfd 100644 (file)
@@ -189,19 +189,19 @@ static int axp288_handle_chrg_det_event(struct axp288_extcon_info *info)
 
        switch (chrg_type) {
        case DET_STAT_SDP:
-               dev_dbg(info->dev, "sdp cable is connecetd\n");
+               dev_dbg(info->dev, "sdp cable is connected\n");
                notify_otg = true;
                notify_charger = true;
                cable = EXTCON_CHG_USB_SDP;
                break;
        case DET_STAT_CDP:
-               dev_dbg(info->dev, "cdp cable is connecetd\n");
+               dev_dbg(info->dev, "cdp cable is connected\n");
                notify_otg = true;
                notify_charger = true;
                cable = EXTCON_CHG_USB_CDP;
                break;
        case DET_STAT_DCP:
-               dev_dbg(info->dev, "dcp cable is connecetd\n");
+               dev_dbg(info->dev, "dcp cable is connected\n");
                notify_charger = true;
                cable = EXTCON_CHG_USB_DCP;
                break;
This page took 0.024972 seconds and 5 git commands to generate.