From: Kishon Vijay Abraham I <kishon@ti.com>
To: Colin King <colin.king@canonical.com>,
Heiko Stuebner <heiko@sntech.de>,
<linux-arm-kernel@lists.infradead.org>,
<linux-rockchip@lists.infradead.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] phy: rockchip-inno-usb2: fix spelling mistake: "connecetd" -> "connected"
Date: Thu, 30 Mar 2017 11:02:41 +0530 [thread overview]
Message-ID: <07c054ae-69bf-6348-b7a6-afa367358ba4@ti.com> (raw)
In-Reply-To: <20170222233052.8016-1-colin.king@canonical.com>
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;
>
prev parent reply other threads:[~2017-03-30 5:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-22 23:30 Colin King
2017-03-30 5:32 ` Kishon Vijay Abraham I [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=07c054ae-69bf-6348-b7a6-afa367358ba4@ti.com \
--to=kishon@ti.com \
--cc=colin.king@canonical.com \
--cc=heiko@sntech.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®