projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fe29fd
)
mac802154: fix typo for device
author
Varka Bhadram
<varkab@cdac.in>
Thu, 9 Apr 2015 06:35:43 +0000
(12:05 +0530)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 9 Apr 2015 07:19:33 +0000
(09:19 +0200)
Signed-off-by: Varka Bhadram <varkab@cdac.in>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/mac802154.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/mac802154.h
b/include/net/mac802154.h
index fb4e8a3d6229b1205bd14644900d4640a3ac40fa..2f0644c0612ab1b42a3fbdd116e589c5a9d7d581 100644
(file)
--- a/
include/net/mac802154.h
+++ b/
include/net/mac802154.h
@@
-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
hw
ice */
+/* Basic interface to register ieee802154
dev
ice */
struct ieee802154_hw *
ieee802154_alloc_hw(size_t priv_data_len, const struct ieee802154_ops *ops);
void ieee802154_free_hw(struct ieee802154_hw *hw);