summaryrefslogtreecommitdiffstats
path: root/net/ieee802154/6lowpan_rtnl.c
diff options
context:
space:
mode:
authorVarka Bhadram2014-11-25 05:34:57 +0100
committerMarcel Holtmann2014-11-26 06:00:13 +0100
commit69bb631ef9505df1eb4123bc01d2218f7b48c577 (patch)
tree91aed09ee38cc6c97bd8701029d21ef9d3b8e939 /net/ieee802154/6lowpan_rtnl.c
parentBluetooth: btmrvl: update hs_state in interrupt handler (diff)
downloadkernel-qcow2-linux-69bb631ef9505df1eb4123bc01d2218f7b48c577.tar.gz
kernel-qcow2-linux-69bb631ef9505df1eb4123bc01d2218f7b48c577.tar.xz
kernel-qcow2-linux-69bb631ef9505df1eb4123bc01d2218f7b48c577.zip
ieee802154: fix spelling mistakes
Signed-off-by: Varka Bhadram <varkab@cdac.in> Acked-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/ieee802154/6lowpan_rtnl.c')
-rw-r--r--net/ieee802154/6lowpan_rtnl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/6lowpan_rtnl.c b/net/ieee802154/6lowpan_rtnl.c
index 290e14f2e92e..16f5e91bd390 100644
--- a/net/ieee802154/6lowpan_rtnl.c
+++ b/net/ieee802154/6lowpan_rtnl.c
@@ -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);