From: Peter Chen <peter.chen@kernel.org>
To: Ihor Matushchak <ihor.matushchak@foobox.net>
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
Pawel Laszczak <pawell@cadence.com>,
Roger Quadros <rogerq@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Re: [PATCH] usb: cdns3: plat: fix a typo in cdns3_plat_probe()
Date: Sun, 5 Jul 2026 19:34:27 -0700 [thread overview]
Message-ID: <aksUM4lSYPOWP7wq@hu-petche-lv.qualcomm.com> (raw)
In-Reply-To: <20260703120136.19852-1-ihor.matushchak@foobox.net>
On 26-07-03 14:01:36, Ihor Matushchak wrote:
> Fixes typos in dev_err_probe(): 'cdn3,usb*-phy' -> 'cdns3,usb*-phy'.
>
> Signed-off-by: Ihor Matushchak <ihor.matushchak@foobox.net>
Acked-by: Peter Chen <peter.chen@kernel.org>
Peter
> ---
> drivers/usb/cdns3/cdns3-plat.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/usb/cdns3/cdns3-plat.c b/drivers/usb/cdns3/cdns3-plat.c
> index bb5405460035..e3f32c3e9535 100644
> --- a/drivers/usb/cdns3/cdns3-plat.c
> +++ b/drivers/usb/cdns3/cdns3-plat.c
> @@ -147,12 +147,12 @@ static int cdns3_plat_probe(struct platform_device *pdev)
> cdns->usb2_phy = devm_phy_optional_get(dev, "cdns3,usb2-phy");
> if (IS_ERR(cdns->usb2_phy))
> return dev_err_probe(dev, PTR_ERR(cdns->usb2_phy),
> - "Failed to get cdn3,usb2-phy\n");
> + "Failed to get cdns3,usb2-phy\n");
>
> cdns->usb3_phy = devm_phy_optional_get(dev, "cdns3,usb3-phy");
> if (IS_ERR(cdns->usb3_phy))
> return dev_err_probe(dev, PTR_ERR(cdns->usb3_phy),
> - "Failed to get cdn3,usb3-phy\n");
> + "Failed to get cdns3,usb3-phy\n");
>
> ret = phy_init(cdns->usb2_phy);
> if (ret)
> --
> 2.53.0
>
--
Thanks,
Peter Chen
prev parent reply other threads:[~2026-07-06 2:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-03 12:01 [PATCH] usb: cdns3: plat: fix a typo in cdns3_plat_probe() Ihor Matushchak
2026-07-06 2:34 ` Peter Chen [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=aksUM4lSYPOWP7wq@hu-petche-lv.qualcomm.com \
--to=peter.chen@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=ihor.matushchak@foobox.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=pawell@cadence.com \
--cc=rogerq@kernel.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