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>
This commit is contained in:
parent
0ed6e95255
commit
b8549d8598
@ -4781,5 +4781,6 @@ out:
|
||||
|
||||
module_init(packet_init);
|
||||
module_exit(packet_exit);
|
||||
MODULE_DESCRIPTION("Packet socket support (AF_PACKET)");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS_NETPROTO(PF_PACKET);
|
||||
|
Loading…
x
Reference in New Issue
Block a user