diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2015-02-14 13:47:54 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-02-14 23:36:08 -0500 |
commit | ca9f1fd263e14765a4c213e46940876ad78fce28 (patch) | |
tree | 0320c9bb1e391b4f0b2fedfc9ee031c8ac5f69b8 /net | |
parent | 4a26e453d99a06e3f1548569d7d405ce38878b78 (diff) |
net: spelling fixes
Spelling errors caught by codespell.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/core/filter.c | 2 | ||||
-rw-r--r-- | net/core/pktgen.c | 2 | ||||
-rw-r--r-- | net/ipv4/devinet.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/core/filter.c b/net/core/filter.c index ec9baea10c16..f6bdc2b1ba01 100644 --- a/net/core/filter.c +++ b/net/core/filter.c | |||
@@ -531,7 +531,7 @@ do_pass: | |||
531 | *insn = BPF_LDX_MEM(BPF_W, BPF_REG_A, BPF_REG_CTX, fp->k); | 531 | *insn = BPF_LDX_MEM(BPF_W, BPF_REG_A, BPF_REG_CTX, fp->k); |
532 | break; | 532 | break; |
533 | 533 | ||
534 | /* Unkown instruction. */ | 534 | /* Unknown instruction. */ |
535 | default: | 535 | default: |
536 | goto err; | 536 | goto err; |
537 | } | 537 | } |
diff --git a/net/core/pktgen.c b/net/core/pktgen.c index 9fa25b0ea145..b4899f5b7388 100644 --- a/net/core/pktgen.c +++ b/net/core/pktgen.c | |||
@@ -97,7 +97,7 @@ | |||
97 | * New xmit() return, do_div and misc clean up by Stephen Hemminger | 97 | * New xmit() return, do_div and misc clean up by Stephen Hemminger |
98 | * <shemminger@osdl.org> 040923 | 98 | * <shemminger@osdl.org> 040923 |
99 | * | 99 | * |
100 | * Randy Dunlap fixed u64 printk compiler waring | 100 | * Randy Dunlap fixed u64 printk compiler warning |
101 | * | 101 | * |
102 | * Remove FCS from BW calculation. Lennert Buytenhek <buytenh@wantstofly.org> | 102 | * Remove FCS from BW calculation. Lennert Buytenhek <buytenh@wantstofly.org> |
103 | * New time handling. Lennert Buytenhek <buytenh@wantstofly.org> 041213 | 103 | * New time handling. Lennert Buytenhek <buytenh@wantstofly.org> 041213 |
diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c index f0b4a31d7bd6..3a8985c94581 100644 --- a/net/ipv4/devinet.c +++ b/net/ipv4/devinet.c | |||
@@ -1186,7 +1186,7 @@ __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope) | |||
1186 | no_in_dev: | 1186 | no_in_dev: |
1187 | 1187 | ||
1188 | /* Not loopback addresses on loopback should be preferred | 1188 | /* Not loopback addresses on loopback should be preferred |
1189 | in this case. It is importnat that lo is the first interface | 1189 | in this case. It is important that lo is the first interface |
1190 | in dev_base list. | 1190 | in dev_base list. |
1191 | */ | 1191 | */ |
1192 | for_each_netdev_rcu(net, dev) { | 1192 | for_each_netdev_rcu(net, dev) { |