]> git.itanic.dy.fi Git - linux-stable/commit
net: fill in MODULE_DESCRIPTION() for AF_PACKET
authorJakub Kicinski <kuba@kernel.org>
Thu, 4 Jan 2024 14:41:19 +0000 (06:41 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 5 Jan 2024 16:06:35 +0000 (08:06 -0800)
commitb8549d85983c2c494960b82aa41749db3d61fa4d
tree1293301c96298ec8d027497fc7765f2a482ca0f8
parent0ed6e95255e79c66a60eae033f8212447cbb6ed9
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>
net/packet/af_packet.c