projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2f17e8
)
mac802154: correct a typo in ieee802154_alloc_device() prototype
author
Alexandre Belloni
<
[email protected]
>
Mon, 21 Oct 2013 17:09:58 +0000
(19:09 +0200)
committer
David S. Miller
<
[email protected]
>
Mon, 21 Oct 2013 22:56:23 +0000
(18:56 -0400)
This has no other impact than a cosmetic one.
Signed-off-by: Alexandre Belloni <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/net/mac802154.h
patch
|
blob
|
history
diff --git
a/include/net/mac802154.h
b/include/net/mac802154.h
index d0d11df9cba1ca3b4f8196071f8a0beed8b32f25..807d6b7a943fecab78db1afd6b57ee33b70ded72 100644
(file)
--- a/
include/net/mac802154.h
+++ b/
include/net/mac802154.h
@@
-133,7
+133,7
@@
struct ieee802154_ops {
/* Basic interface to register ieee802154 device */
struct ieee802154_dev *
-ieee802154_alloc_device(size_t priv_data_le
x
, struct ieee802154_ops *ops);
+ieee802154_alloc_device(size_t priv_data_le
n
, struct ieee802154_ops *ops);
void ieee802154_free_device(struct ieee802154_dev *dev);
int ieee802154_register_device(struct ieee802154_dev *dev);
void ieee802154_unregister_device(struct ieee802154_dev *dev);