All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hippi: fix spelling mistake: "Framming" -> "Framing"
@ 2018-05-18 10:09 ` Colin King
  0 siblings, 0 replies; 8+ messages in thread
From: Colin King @ 2018-05-18 10:09 UTC (permalink / raw)
  To: Jes Sorensen, David S . Miller, linux-hippi, netdev
  Cc: kernel-janitors, linux-kernel

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

Trivial fix to spelling mistake in printk message text

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

diff --git a/drivers/net/hippi/rrunner.c b/drivers/net/hippi/rrunner.c
index 1ab97d99b9ba..f41116488079 100644
--- a/drivers/net/hippi/rrunner.c
+++ b/drivers/net/hippi/rrunner.c
@@ -867,7 +867,7 @@ static u32 rr_handle_event(struct net_device *dev, u32 prodidx, u32 eidx)
 			       dev->name);
 			goto drop;
 		case E_FRM_ERR:
-			printk(KERN_WARNING "%s: Framming Error\n",
+			printk(KERN_WARNING "%s: Framing Error\n",
 			       dev->name);
 			goto drop;
 		case E_FLG_SYN_ERR:
-- 
2.17.0

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

end of thread, other threads:[~2018-05-18 17:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-18 10:09 [PATCH] hippi: fix spelling mistake: "Framming" -> "Framing" Colin King
2018-05-18 10:09 ` Colin King
2018-05-18 14:33 ` Jes Sorensen
2018-05-18 14:33   ` Jes Sorensen
2018-05-18 15:26   ` David Miller
2018-05-18 15:26     ` David Miller
2018-05-18 17:46 ` David Miller
2018-05-18 17:46   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.