summaryrefslogtreecommitdiff
path: root/net/802/garp.c
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2023-10-27 14:13:10 -0700
committerDavid S. Miller <davem@davemloft.net>2023-10-28 11:29:28 +0100
commitce1afe280419911b29bc7228f28d4ae85d7e7a2b (patch)
treee8a3bae8400d0cb0157bacf30d5d5077c9565b3f /net/802/garp.c
parentbeb5eed32a73e13f29c4b640a53d004f3faf019e (diff)
net: fill in MODULE_DESCRIPTION()s under net/802*
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/802/garp.c')
-rw-r--r--net/802/garp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/802/garp.c b/net/802/garp.c
index ab24b21fbb49..6a743d004301 100644
--- a/net/802/garp.c
+++ b/net/802/garp.c
@@ -21,6 +21,7 @@
static unsigned int garp_join_time __read_mostly = 200;
module_param(garp_join_time, uint, 0644);
MODULE_PARM_DESC(garp_join_time, "Join time in ms (default 200ms)");
+MODULE_DESCRIPTION("IEEE 802.1D Generic Attribute Registration Protocol (GARP)");
MODULE_LICENSE("GPL");
static const struct garp_state_trans {