* [PATCH] wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter"
@ 2016-08-28 10:40 Colin King
2016-08-29 3:42 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-08-28 10:40 UTC (permalink / raw)
To: Zhao Qiang, netdev, linuxppc-dev; +Cc: linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in dev_err message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/net/wan/fsl_ucc_hdlc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wan/fsl_ucc_hdlc.c b/drivers/net/wan/fsl_ucc_hdlc.c
index 6f04445..5fbf83d 100644
--- a/drivers/net/wan/fsl_ucc_hdlc.c
+++ b/drivers/net/wan/fsl_ucc_hdlc.c
@@ -162,7 +162,7 @@ static int uhdlc_init(struct ucc_hdlc_private *priv)
ALIGNMENT_OF_UCC_HDLC_PRAM);
if (priv->ucc_pram_offset < 0) {
- dev_err(priv->dev, "Can not allocate MURAM for hdlc prameter.\n");
+ dev_err(priv->dev, "Can not allocate MURAM for hdlc parameter.\n");
ret = -ENOMEM;
goto free_tx_bd;
}
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter"
2016-08-28 10:40 [PATCH] wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter" 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: qiang.zhao, netdev, linuxppc-dev, linux-kernel
From: Colin King <colin.king@canonical.com>
Date: Sun, 28 Aug 2016 11:40:41 +0100
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in dev_err 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 10:40 [PATCH] wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter" 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).