* [PATCH] extcon: axp288: fix spelling mistake: "connecetd" -> "connected" @ 2016-08-17 18:02 ` Colin King 2016-08-18 0:45 ` Chanwoo Choi 0 siblings, 1 reply; 2+ messages in thread From: Colin King @ 2016-08-17 18:02 UTC (permalink / raw) To: MyungJoo Ham, Chanwoo Choi, Chen-Yu Tsai; +Cc: linux-kernel From: Colin Ian King <colin.king@canonical.com> trivial fix to spelling mistake in dev_dbg messages Signed-off-by: Colin Ian King <colin.king@canonical.com> --- drivers/extcon/extcon-axp288.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/extcon/extcon-axp288.c b/drivers/extcon/extcon-axp288.c index fd55c2f..04610f8 100644 --- a/drivers/extcon/extcon-axp288.c +++ b/drivers/extcon/extcon-axp288.c @@ -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; -- 2.9.3 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] extcon: axp288: fix spelling mistake: "connecetd" -> "connected" 2016-08-17 18:02 ` [PATCH] extcon: axp288: fix spelling mistake: "connecetd" -> "connected" Colin King @ 2016-08-18 0:45 ` Chanwoo Choi 0 siblings, 0 replies; 2+ messages in thread From: Chanwoo Choi @ 2016-08-18 0:45 UTC (permalink / raw) To: Colin King, MyungJoo Ham, Chen-Yu Tsai; +Cc: linux-kernel On 2016년 08월 18일 03:02, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > trivial fix to spelling mistake in dev_dbg messages > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- > drivers/extcon/extcon-axp288.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/extcon/extcon-axp288.c b/drivers/extcon/extcon-axp288.c > index fd55c2f..04610f8 100644 > --- a/drivers/extcon/extcon-axp288.c > +++ b/drivers/extcon/extcon-axp288.c > @@ -189,19 +189,19 @@ static int axp288_handle_chrg_det_event(struct axp288_extcon_info *info) Applied it. Thanks, Chanwoo Choi ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-18 0:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20160817180304epcas1p3401ff9e1252712fe8d2c19eac841e8b3@epcas1p3.samsung.com>
2016-08-17 18:02 ` [PATCH] extcon: axp288: fix spelling mistake: "connecetd" -> "connected" Colin King
2016-08-18 0:45 ` Chanwoo Choi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox