aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiu Yiding <yidingx.liu@intel.com>2019-07-24 16:50:25 +0800
committerPhilip Li <philip.li@intel.com>2019-07-24 23:17:46 +0800
commit4f15b25ead01ddc92dfe22666e67c990c33bb1bd (patch)
tree3f4407a3cef2f63aaed67b28d36998f2150a7d12
parent547322de162fcac894567c937d68f6e6d3c2e482 (diff)
downloadlkp-tests-4f15b25ead01ddc92dfe22666e67c990c33bb1bd.tar.gz
include/kernel_selftests: fix a typo
Signed-off-by: Liu Yiding <yidingx.liu@intel.com> Signed-off-by: Philip Li <philip.li@intel.com>
-rw-r--r--include/kernel_selftests2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel_selftests b/include/kernel_selftests
index fb3073b9..c3014d55 100644
--- a/include/kernel_selftests
+++ b/include/kernel_selftests
@@ -57,4 +57,4 @@ need_kconfig:
- CONFIG_ION=y ~ v(3\.1[4-9]|4\.|5\.) # support kernel >=v3.14-rc1
- CONFIG_ION_SYSTEM_HEAP=y ~ v(4\.1[2-9]|4\.20|5\.) # support kernel >= v4.12-rc1
- CONFIG_MPLS_ROUTING=m ~ v(4\.[1-9]|4\.1[0-9]|4\.20|5\.) # support kernel >= v4.1-rc1
-- CONFIG_MPLS_IPTUNNEL=m ~v(4\.[3-9]|4\.1[0-9]|4\.20|5\.) # support kernel >= v4.3-rc1
+- CONFIG_MPLS_IPTUNNEL=m ~ v(4\.[3-9]|4\.1[0-9]|4\.20|5\.) # support kernel >= v4.3-rc1