Skip to content

Commit

Permalink
mptcp: fill in missing MODULE_DESCRIPTION()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthieu Baerts authored and David S. Miller committed Dec 17, 2023
1 parent 4fd19a3 commit a8f570b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions net/mptcp/crypto_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
1 change: 1 addition & 0 deletions net/mptcp/token_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,4 @@ static struct kunit_suite mptcp_token_suite = {
kunit_test_suite(mptcp_token_suite);

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

0 comments on commit a8f570b

Please sign in to comment.