Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mac802154: correct a typo in ieee802154_alloc_device() prototype

This has no other impact than a cosmetic one.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Alexandre Belloni and committed by
David S. Miller
7e4d8a19 c2f17e82

+1 -1
+1 -1
include/net/mac802154.h
··· 133 133 134 134 /* Basic interface to register ieee802154 device */ 135 135 struct ieee802154_dev * 136 - ieee802154_alloc_device(size_t priv_data_lex, struct ieee802154_ops *ops); 136 + ieee802154_alloc_device(size_t priv_data_len, struct ieee802154_ops *ops); 137 137 void ieee802154_free_device(struct ieee802154_dev *dev); 138 138 int ieee802154_register_device(struct ieee802154_dev *dev); 139 139 void ieee802154_unregister_device(struct ieee802154_dev *dev);