Message ID | 20201125082757.609640-1-mail@aparcar.org |
---|---|
State | Accepted |
Headers | show |
Series | config: clean double whitespace in Config-build.in | expand |
Paul Spooren <mail@aparcar.org> [2020-11-24 22:27:58]: > Trivial cosmetic cleanup. This also helps for script that parse for > options in Config files. > > Signed-off-by: Paul Spooren <mail@aparcar.org> > --- > config/Config-build.in | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/config/Config-build.in b/config/Config-build.in > index 4148180cd5..bf0ea7d828 100644 > --- a/config/Config-build.in > +++ b/config/Config-build.in > @@ -290,11 +290,11 @@ menu "Global build settings" > bool "Strong" > endchoice > > - config KERNEL_STACKPROTECTOR > + config KERNEL_STACKPROTECTOR > bool > default KERNEL_CC_STACKPROTECTOR_REGULAR || KERNEL_CC_STACKPROTECTOR_STRONG > > - config KERNEL_STACKPROTECTOR_STRONG > + config KERNEL_STACKPROTECTOR_STRONG > bool > default KERNEL_CC_STACKPROTECTOR_STRONG Reviewed-by: Petr Štetiar <ynezz@true.cz>
diff --git a/config/Config-build.in b/config/Config-build.in index 4148180cd5..bf0ea7d828 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -290,11 +290,11 @@ menu "Global build settings" bool "Strong" endchoice - config KERNEL_STACKPROTECTOR + config KERNEL_STACKPROTECTOR bool default KERNEL_CC_STACKPROTECTOR_REGULAR || KERNEL_CC_STACKPROTECTOR_STRONG - config KERNEL_STACKPROTECTOR_STRONG + config KERNEL_STACKPROTECTOR_STRONG bool default KERNEL_CC_STACKPROTECTOR_STRONG
Trivial cosmetic cleanup. This also helps for script that parse for options in Config files. Signed-off-by: Paul Spooren <mail@aparcar.org> --- config/Config-build.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)