Skip to content

Commit

Permalink
mac802154: fix typo for device
Browse files Browse the repository at this point in the history
Signed-off-by: Varka Bhadram <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
  • Loading branch information
bhadram authored and holtmann committed Apr 9, 2015
1 parent 0fe29fd commit 94910d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/mac802154.h
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ static inline void ieee802154_le64_to_be64(void *be64_dst, const void *le64_src)
__put_unaligned_memmove64(swab64p(le64_src), be64_dst);
}

/* Basic interface to register ieee802154 hwice */
/* Basic interface to register ieee802154 device */
struct ieee802154_hw *
ieee802154_alloc_hw(size_t priv_data_len, const struct ieee802154_ops *ops);
void ieee802154_free_hw(struct ieee802154_hw *hw);
Expand Down

0 comments on commit 94910d4

Please sign in to comment.