diff options
author | Nico Pache <npache@redhat.com> | 2021-04-17 00:38:01 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-17 02:10:40 +0200 |
commit | 3fcc8a25e39171a48b8025835942571b84455fd9 (patch) | |
tree | a0a3e615cea9782e2420e2bdedaa5facbe170543 /net/mptcp/Kconfig | |
parent | Merge branch 'enetc-xdp-fixes' (diff) | |
download | linux-3fcc8a25e39171a48b8025835942571b84455fd9.tar.xz linux-3fcc8a25e39171a48b8025835942571b84455fd9.zip |
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: a00a582203db (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>
Diffstat (limited to 'net/mptcp/Kconfig')
-rw-r--r-- | net/mptcp/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mptcp/Kconfig b/net/mptcp/Kconfig index a014149aa323..20328920f6ed 100644 --- a/net/mptcp/Kconfig +++ b/net/mptcp/Kconfig @@ -22,7 +22,7 @@ config MPTCP_IPV6 depends on IPV6=y default y -config MPTCP_KUNIT_TESTS +config MPTCP_KUNIT_TEST tristate "This builds the MPTCP KUnit tests" if !KUNIT_ALL_TESTS depends on KUNIT default KUNIT_ALL_TESTS |