netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: spelling fixes
@ 2015-02-14 18:47 Stephen Hemminger
  2015-02-15  4:36 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2015-02-14 18:47 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

Spelling errors caught by codespell.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

--- a/net/core/filter.c	2015-02-14 13:43:49.650827618 -0500
+++ b/net/core/filter.c	2015-02-14 13:43:49.646827774 -0500
@@ -531,7 +531,7 @@ do_pass:
 			*insn = BPF_LDX_MEM(BPF_W, BPF_REG_A, BPF_REG_CTX, fp->k);
 			break;
 
-		/* Unkown instruction. */
+		/* Unknown instruction. */
 		default:
 			goto err;
 		}
--- a/net/core/pktgen.c	2015-02-14 13:43:49.650827618 -0500
+++ b/net/core/pktgen.c	2015-02-14 13:43:49.650827618 -0500
@@ -97,7 +97,7 @@
  * New xmit() return, do_div and misc clean up by Stephen Hemminger
  * <shemminger@osdl.org> 040923
  *
- * Randy Dunlap fixed u64 printk compiler waring
+ * Randy Dunlap fixed u64 printk compiler warning
  *
  * Remove FCS from BW calculation.  Lennert Buytenhek <buytenh@wantstofly.org>
  * New time handling. Lennert Buytenhek <buytenh@wantstofly.org> 041213
--- a/net/ipv4/devinet.c	2015-02-14 13:43:49.650827618 -0500
+++ b/net/ipv4/devinet.c	2015-02-14 13:43:49.650827618 -0500
@@ -1186,7 +1186,7 @@ __be32 inet_select_addr(const struct net
 no_in_dev:
 
 	/* Not loopback addresses on loopback should be preferred
-	   in this case. It is importnat that lo is the first interface
+	   in this case. It is important that lo is the first interface
 	   in dev_base list.
 	 */
 	for_each_netdev_rcu(net, dev) {

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

* Re: [PATCH net-next] net: spelling fixes
  2015-02-14 18:47 [PATCH net-next] net: spelling fixes Stephen Hemminger
@ 2015-02-15  4:36 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-02-15  4:36 UTC (permalink / raw)
  To: stephen; +Cc: netdev

From: Stephen Hemminger <stephen@networkplumber.org>
Date: Sat, 14 Feb 2015 13:47:54 -0500

> Spelling errors caught by codespell.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Applied.

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

end of thread, other threads:[~2015-02-15  4:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-14 18:47 [PATCH net-next] net: spelling fixes Stephen Hemminger
2015-02-15  4:36 ` 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).