mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Steffen Trumtrar <s.trumtrar@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 2/3] net: mdio:gpio: fix typos in dev_dbg
Date: Wed, 16 Dec 2020 14:09:48 +0100	[thread overview]
Message-ID: <20201216130949.25830-2-s.trumtrar@pengutronix.de> (raw)
In-Reply-To: <20201216130949.25830-1-s.trumtrar@pengutronix.de>

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 drivers/net/phy/mdio-gpio.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/phy/mdio-gpio.c b/drivers/net/phy/mdio-gpio.c
index affa31ae2c9b..80d2394f4b11 100644
--- a/drivers/net/phy/mdio-gpio.c
+++ b/drivers/net/phy/mdio-gpio.c
@@ -52,7 +52,7 @@ static struct mdio_gpio_info *mdio_gpio_of_get_info(struct device_d *dev)
 
 	ret = of_get_gpio_flags(dev->device_node, 0, &flags);
 	if (ret < 0) {
-		dev_dbg(dev, "failed to get MDC inforamtion from DT\n");
+		dev_dbg(dev, "failed to get MDC information from DT\n");
 		goto free_info;
 	}
 
@@ -61,7 +61,7 @@ static struct mdio_gpio_info *mdio_gpio_of_get_info(struct device_d *dev)
 
 	ret = of_get_gpio_flags(dev->device_node, 1, &flags);
 	if (ret < 0) {
-		dev_dbg(dev, "failed to get MDIO inforamtion from DT\n");
+		dev_dbg(dev, "failed to get MDIO information from DT\n");
 		goto free_info;
 	}
 
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2020-12-16 13:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-16 13:09 [PATCH 1/3] i.MX7: Add CCM definitions for UART3 Steffen Trumtrar
2020-12-16 13:09 ` Steffen Trumtrar [this message]
2020-12-16 13:09 ` [PATCH 3/3] eeprom: at24: add support for 24cs64 Steffen Trumtrar
2021-01-06 10:08 ` [PATCH 1/3] i.MX7: Add CCM definitions for UART3 Sascha Hauer

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=20201216130949.25830-2-s.trumtrar@pengutronix.de \
    --to=s.trumtrar@pengutronix.de \
    --cc=barebox@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