summaryrefslogtreecommitdiff
path: root/net/netfilter/nft_fib.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2023-11-04 13:14:05 +0300
committerPablo Neira Ayuso <pablo@netfilter.org>2023-11-08 15:52:32 +0300
commit94090b23f3f71c150359a2e0716855a4037ad45a (patch)
treeeacef05894b2324747cdef15e48245df4c877bd1 /net/netfilter/nft_fib.c
parentd93f9528573e1d419b69ca5ff4130201d05f6b90 (diff)
downloadlinux-94090b23f3f71c150359a2e0716855a4037ad45a.tar.xz
netfilter: add missing module descriptions
W=1 builds warn on missing MODULE_DESCRIPTION, add them. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/nft_fib.c')
-rw-r--r--net/netfilter/nft_fib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/nft_fib.c b/net/netfilter/nft_fib.c
index 04b51f285332..1bfe258018da 100644
--- a/net/netfilter/nft_fib.c
+++ b/net/netfilter/nft_fib.c
@@ -204,4 +204,5 @@ bool nft_fib_reduce(struct nft_regs_track *track,
EXPORT_SYMBOL_GPL(nft_fib_reduce);
MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("Query routing table from nftables");
MODULE_AUTHOR("Florian Westphal <fw@strlen.de>");