Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1612570 > unrolled thread
| Started by | Kishon Vijay Abraham I <kishon@ti.com> |
|---|---|
| First post | 2017-03-30 07:40 +0200 |
| Last post | 2017-03-30 07:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] phy: rockchip-inno-usb2: fix spelling mistake: "connecetd" -> "connected" Kishon Vijay Abraham I <kishon@ti.com> - 2017-03-30 07:40 +0200
| From | Kishon Vijay Abraham I <kishon@ti.com> |
|---|---|
| Date | 2017-03-30 07:40 +0200 |
| Subject | Re: [PATCH] phy: rockchip-inno-usb2: fix spelling mistake: "connecetd" -> "connected" |
| Message-ID | <tqAYp-1xw-7@gated-at.bofh.it> |
On Thursday 23 February 2017 05:00 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> trivial fix to spelling mistake in dev_dbg message, also rejoin
> lines to clean up checkpatch warning
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
merged, thanks.
-Kishon
> ---
> drivers/phy/phy-rockchip-inno-usb2.c | 9 +++------
> 1 file changed, 3 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/phy/phy-rockchip-inno-usb2.c b/drivers/phy/phy-rockchip-inno-usb2.c
> index 4ea95c2..761a921 100644
> --- a/drivers/phy/phy-rockchip-inno-usb2.c
> +++ b/drivers/phy/phy-rockchip-inno-usb2.c
> @@ -554,8 +554,7 @@ static void rockchip_usb2phy_otg_sm_work(struct work_struct *work)
> case USB_CHG_STATE_DETECTED:
> switch (rphy->chg_type) {
> case POWER_SUPPLY_TYPE_USB:
> - dev_dbg(&rport->phy->dev,
> - "sdp cable is connecetd\n");
> + dev_dbg(&rport->phy->dev, "sdp cable is connected\n");
> rockchip_usb2phy_power_on(rport->phy);
> rport->state = OTG_STATE_B_PERIPHERAL;
> notify_charger = true;
> @@ -563,16 +562,14 @@ static void rockchip_usb2phy_otg_sm_work(struct work_struct *work)
> cable = EXTCON_CHG_USB_SDP;
> break;
> case POWER_SUPPLY_TYPE_USB_DCP:
> - dev_dbg(&rport->phy->dev,
> - "dcp cable is connecetd\n");
> + dev_dbg(&rport->phy->dev, "dcp cable is connected\n");
> rockchip_usb2phy_power_off(rport->phy);
> notify_charger = true;
> sch_work = true;
> cable = EXTCON_CHG_USB_DCP;
> break;
> case POWER_SUPPLY_TYPE_USB_CDP:
> - dev_dbg(&rport->phy->dev,
> - "cdp cable is connecetd\n");
> + dev_dbg(&rport->phy->dev, "cdp cable is connected\n");
> rockchip_usb2phy_power_on(rport->phy);
> rport->state = OTG_STATE_B_PERIPHERAL;
> notify_charger = true;
>
Back to top | Article view | linux.kernel
csiph-web