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

nl802154: add module license and description

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>

+3
+3
net/ieee802154/netlink.c
··· 524 524 } 525 525 module_exit(ieee802154_nl_exit); 526 526 527 + MODULE_LICENSE("GPL v2"); 528 + MODULE_DESCRIPTION("ieee 802.15.4 configuration interface"); 529 +