kunit: mptcp: adhere to KUNIT formatting standard
Drop 'S' from end of CONFIG_MPTCP_KUNIT_TESTS in order to adhere to the
KUNIT *_KUNIT_TEST config name format.
Fixes: a00a582203
(mptcp: move crypto test to KUNIT)
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Nico Pache <npache@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
820dd7a244
commit
3fcc8a25e3
@ -402,7 +402,7 @@ void __init mptcp_token_init(void)
|
||||
}
|
||||
}
|
||||
|
||||
#if IS_MODULE(CONFIG_MPTCP_KUNIT_TESTS)
|
||||
#if IS_MODULE(CONFIG_MPTCP_KUNIT_TEST)
|
||||
EXPORT_SYMBOL_GPL(mptcp_token_new_request);
|
||||
EXPORT_SYMBOL_GPL(mptcp_token_new_connect);
|
||||
EXPORT_SYMBOL_GPL(mptcp_token_accept);
|
||||
|
Reference in New Issue
Block a user