linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: wan: slic_ds26522: fix spelling mistake: "configurated" -> "configured"
@ 2016-12-28 16:44 Colin King
  2016-12-28 20:12 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-12-28 16:44 UTC (permalink / raw)
  To: David S . Miller, Javier Martinez Canillas, Zhao Qiang, netdev
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in pr_info message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/wan/slic_ds26522.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wan/slic_ds26522.c b/drivers/net/wan/slic_ds26522.c
index b776a0a..9d9b4e0 100644
--- a/drivers/net/wan/slic_ds26522.c
+++ b/drivers/net/wan/slic_ds26522.c
@@ -218,7 +218,7 @@ static int slic_ds26522_probe(struct spi_device *spi)
 
 	ret = slic_ds26522_init_configure(spi);
 	if (ret == 0)
-		pr_info("DS26522 cs%d configurated\n", spi->chip_select);
+		pr_info("DS26522 cs%d configured\n", spi->chip_select);
 
 	return ret;
 }
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: wan: slic_ds26522: fix spelling mistake: "configurated" -> "configured"
  2016-12-28 16:44 [PATCH] net: wan: slic_ds26522: fix spelling mistake: "configurated" -> "configured" Colin King
@ 2016-12-28 20:12 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-12-28 20:12 UTC (permalink / raw)
  To: colin.king; +Cc: javier, qiang.zhao, netdev, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Wed, 28 Dec 2016 16:44:23 +0000

> From: Colin Ian King <colin.king@canonical.com>
> 
> trivial fix to spelling mistake in pr_info message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-28 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-28 16:44 [PATCH] net: wan: slic_ds26522: fix spelling mistake: "configurated" -> "configured" Colin King
2016-12-28 20:12 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).