提交 525867db 编写于 作者: C Colin Ian King 提交者: Chanwoo Choi

extcon: axp288: Fix spelling mistake

This patch fixes the spelling mistake in dev_dbg messages.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
[cw00.choi: Modify the patch title/description]
Signed-off-by: NChanwoo Choi <cw00.choi@samsung.com>
上级 e5b07e55
...@@ -189,19 +189,19 @@ static int axp288_handle_chrg_det_event(struct axp288_extcon_info *info) ...@@ -189,19 +189,19 @@ static int axp288_handle_chrg_det_event(struct axp288_extcon_info *info)
switch (chrg_type) { switch (chrg_type) {
case DET_STAT_SDP: 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_otg = true;
notify_charger = true; notify_charger = true;
cable = EXTCON_CHG_USB_SDP; cable = EXTCON_CHG_USB_SDP;
break; break;
case DET_STAT_CDP: 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_otg = true;
notify_charger = true; notify_charger = true;
cable = EXTCON_CHG_USB_CDP; cable = EXTCON_CHG_USB_CDP;
break; break;
case DET_STAT_DCP: 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; notify_charger = true;
cable = EXTCON_CHG_USB_DCP; cable = EXTCON_CHG_USB_DCP;
break; break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册