Skip to content

Commit a8f570b

Browse files
matttbedavem330
authored andcommitted
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 <[email protected]> Signed-off-by: Matthieu Baerts <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 4fd19a3 commit a8f570b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

net/mptcp/crypto_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ static struct kunit_suite mptcp_crypto_suite = {
7070
kunit_test_suite(mptcp_crypto_suite);
7171

7272
MODULE_LICENSE("GPL");
73+
MODULE_DESCRIPTION("KUnit tests for MPTCP Crypto");

net/mptcp/token_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,4 @@ static struct kunit_suite mptcp_token_suite = {
143143
kunit_test_suite(mptcp_token_suite);
144144

145145
MODULE_LICENSE("GPL");
146+
MODULE_DESCRIPTION("KUnit tests for MPTCP Token");

0 commit comments

Comments
 (0)