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

Configure Feed

Select the types of activity you want to include in your feed.

net: fill in MODULE_DESCRIPTION() for AF_PACKET

W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
Add description to net/packet/af_packet.c

Acked-by: Willem de Bruijn <willemb@google.com>
Link: https://lore.kernel.org/r/20240104144119.1319055-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+1
+1
net/packet/af_packet.c
··· 4781 4781 4782 4782 module_init(packet_init); 4783 4783 module_exit(packet_exit); 4784 + MODULE_DESCRIPTION("Packet socket support (AF_PACKET)"); 4784 4785 MODULE_LICENSE("GPL"); 4785 4786 MODULE_ALIAS_NETPROTO(PF_PACKET);