netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: ucc_geth: fix spelling mistake "propperty" -> "property"
@ 2016-08-28 11:03 Colin King
  2016-08-29  3:42 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-08-28 11:03 UTC (permalink / raw)
  To: Li Yang, netdev, linuxppc-dev; +Cc: linux-kernel

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

Trivial fix to spelling mistake in dev_warn message.

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

diff --git a/drivers/net/ethernet/freescale/ucc_geth.c b/drivers/net/ethernet/freescale/ucc_geth.c
index 5bf1ade..186ef8f 100644
--- a/drivers/net/ethernet/freescale/ucc_geth.c
+++ b/drivers/net/ethernet/freescale/ucc_geth.c
@@ -3756,7 +3756,7 @@ static int ucc_geth_probe(struct platform_device* ofdev)
 			return -EINVAL;
 		}
 		if ((*prop < QE_CLK_NONE) || (*prop > QE_CLK24)) {
-			pr_err("invalid rx-clock propperty\n");
+			pr_err("invalid rx-clock property\n");
 			return -EINVAL;
 		}
 		ug_info->uf_info.rx_clock = *prop;
-- 
2.9.3

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

* Re: [PATCH] net: ucc_geth: fix spelling mistake "propperty" -> "property"
  2016-08-28 11:03 [PATCH] net: ucc_geth: fix spelling mistake "propperty" -> "property" Colin King
@ 2016-08-29  3:42 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-08-29  3:42 UTC (permalink / raw)
  To: colin.king; +Cc: leoli, netdev, linuxppc-dev, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Sun, 28 Aug 2016 12:03:27 +0100

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

Applied.

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

end of thread, other threads:[~2016-08-29  3:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-28 11:03 [PATCH] net: ucc_geth: fix spelling mistake "propperty" -> "property" Colin King
2016-08-29  3:42 ` 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).