Skip to content

Commit

Permalink
net: spelling fixes
Browse files Browse the repository at this point in the history
Spelling errors caught by codespell.

Signed-off-by: Stephen Hemminger <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
shemminger authored and davem330 committed Feb 15, 2015
1 parent 4a26e45 commit ca9f1fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net/core/filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ int bpf_convert_filter(struct sock_filter *prog, int len,
*insn = BPF_LDX_MEM(BPF_W, BPF_REG_A, BPF_REG_CTX, fp->k);
break;

/* Unkown instruction. */
/* Unknown instruction. */
default:
goto err;
}
Expand Down
2 changes: 1 addition & 1 deletion net/core/pktgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
* New xmit() return, do_div and misc clean up by Stephen Hemminger
* <[email protected]> 040923
*
* Randy Dunlap fixed u64 printk compiler waring
* Randy Dunlap fixed u64 printk compiler warning
*
* Remove FCS from BW calculation. Lennert Buytenhek <[email protected]>
* New time handling. Lennert Buytenhek <[email protected]> 041213
Expand Down
2 changes: 1 addition & 1 deletion net/ipv4/devinet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope)
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) {
Expand Down

0 comments on commit ca9f1fd

Please sign in to comment.