Skip to content

Commit

Permalink
ieee802154: fix spelling mistakes
Browse files Browse the repository at this point in the history
Signed-off-by: Varka Bhadram <varkab@cdac.in>
Acked-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
bhadram authored and holtmann committed Nov 26, 2014
1 parent 4c79e1d commit 69bb631
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion net/ieee802154/6lowpan_rtnl.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ static int lowpan_newlink(struct net *src_net, struct net_device *dev,

entry->ldev = dev;

/* Set the lowpan harware address to the wpan hardware address. */
/* Set the lowpan hardware address to the wpan hardware address. */
memcpy(dev->dev_addr, real_dev->dev_addr, IEEE802154_ADDR_LEN);

mutex_lock(&lowpan_dev_info(dev)->dev_list_mtx);
Expand Down
2 changes: 1 addition & 1 deletion net/ieee802154/netlink.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Netlink inteface for IEEE 802.15.4 stack
* Netlink interface for IEEE 802.15.4 stack
*
* Copyright 2007, 2008 Siemens AG
*
Expand Down
2 changes: 1 addition & 1 deletion net/ieee802154/nl-mac.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Netlink inteface for IEEE 802.15.4 stack
* Netlink interface for IEEE 802.15.4 stack
*
* Copyright 2007, 2008 Siemens AG
*
Expand Down
2 changes: 1 addition & 1 deletion net/ieee802154/nl-phy.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Netlink inteface for IEEE 802.15.4 stack
* Netlink interface for IEEE 802.15.4 stack
*
* Copyright 2007, 2008 Siemens AG
*
Expand Down

0 comments on commit 69bb631

Please sign in to comment.