Skip to content

Commit

Permalink
hippi: fix spelling mistake: "Framming" -> "Framing"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in printk message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Colin Ian King authored and David S. Miller committed May 18, 2018
1 parent 1f7455c commit 8f67803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/hippi/rrunner.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8f67803

Please sign in to comment.