From 260582e39c6f2eaeb97b8dd9c2de91aece93e88b Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Wed, 4 Mar 2020 23:20:19 +0300 Subject: [PATCH] Fix versions in KSPP recommendations --- .../kspp-recommendations/kspp-recommendations-arm.config | 2 +- .../kspp-recommendations/kspp-recommendations-arm64.config | 2 +- .../kspp-recommendations/kspp-recommendations-x86-32.config | 2 +- .../kspp-recommendations/kspp-recommendations-x86-64.config | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config_files/kspp-recommendations/kspp-recommendations-arm.config b/config_files/kspp-recommendations/kspp-recommendations-arm.config index 91870be..72d5f6a 100644 --- a/config_files/kspp-recommendations/kspp-recommendations-arm.config +++ b/config_files/kspp-recommendations/kspp-recommendations-arm.config @@ -1,5 +1,5 @@ # CONFIGs -# Linux/arm 4.20 Kernel Configuration +# Linux/arm 4.20.0 Kernel Configuration # Report BUG() conditions and kill the offending process. CONFIG_BUG=y diff --git a/config_files/kspp-recommendations/kspp-recommendations-arm64.config b/config_files/kspp-recommendations/kspp-recommendations-arm64.config index 4505f3f..ac4c865 100644 --- a/config_files/kspp-recommendations/kspp-recommendations-arm64.config +++ b/config_files/kspp-recommendations/kspp-recommendations-arm64.config @@ -1,5 +1,5 @@ # CONFIGs -# Linux/arm64 4.20 Kernel Configuration +# Linux/arm64 4.20.0 Kernel Configuration # Report BUG() conditions and kill the offending process. CONFIG_BUG=y diff --git a/config_files/kspp-recommendations/kspp-recommendations-x86-32.config b/config_files/kspp-recommendations/kspp-recommendations-x86-32.config index 665c00a..442eae8 100644 --- a/config_files/kspp-recommendations/kspp-recommendations-x86-32.config +++ b/config_files/kspp-recommendations/kspp-recommendations-x86-32.config @@ -1,5 +1,5 @@ # CONFIGs -# Linux/i386 4.20 Kernel Configuration +# Linux/i386 4.20.0 Kernel Configuration # Report BUG() conditions and kill the offending process. CONFIG_BUG=y diff --git a/config_files/kspp-recommendations/kspp-recommendations-x86-64.config b/config_files/kspp-recommendations/kspp-recommendations-x86-64.config index 71ebe6e..1345a07 100644 --- a/config_files/kspp-recommendations/kspp-recommendations-x86-64.config +++ b/config_files/kspp-recommendations/kspp-recommendations-x86-64.config @@ -1,5 +1,5 @@ # CONFIGs -# Linux/x86_64 4.20 Kernel Configuration +# Linux/x86_64 4.20.0 Kernel Configuration # Report BUG() conditions and kill the offending process. CONFIG_BUG=y -- 2.31.1