summaryrefslogtreecommitdiff
path: root/net/mptcp/crypto_test.c
diff options
context:
space:
mode:
authorMatthieu Baerts <matttbe@kernel.org>2023-12-15 17:04:26 +0100
committerDavid S. Miller <davem@davemloft.net>2023-12-17 20:54:22 +0000
commita8f570b247972775f710375125ebabfc47b1e518 (patch)
treed11369243fb8228e1dd149b8f94dbf819e8cf842 /net/mptcp/crypto_test.c
parent4fd19a30701659af5839b7bd19d1f05f05933ebe (diff)
mptcp: fill in missing MODULE_DESCRIPTION()
W=1 builds warn on missing MODULE_DESCRIPTION, add them here in MPTCP. Only two were missing: two modules with different KUnit tests for MPTCP. Reviewed-by: Mat Martineau <martineau@kernel.org> Signed-off-by: Matthieu Baerts <matttbe@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mptcp/crypto_test.c')
-rw-r--r--net/mptcp/crypto_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mptcp/crypto_test.c b/net/mptcp/crypto_test.c
index 017248dea038..220414e5c850 100644
--- a/net/mptcp/crypto_test.c
+++ b/net/mptcp/crypto_test.c
@@ -70,3 +70,4 @@ static struct kunit_suite mptcp_crypto_suite = {
kunit_test_suite(mptcp_crypto_suite);
MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("KUnit tests for MPTCP Crypto");