Message ID | b0e9d1df-8bb9-9eee-f433-c7a8e8269e06@infradead.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | 4d30d4a0441dac4452fcc188cd21536bedaec5df |
Headers | show |
Series | cpuidle: minor Kconfig help text fixes | expand |
On Thursday, November 28, 2019 11:38:03 PM CET Randy Dunlap wrote: > From: Randy Dunlap <rdunlap@infradead.org> > > End sentences in help text with a period (aka full stop). > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net> > Cc: Daniel Lezcano <daniel.lezcano@linaro.org> > Cc: linux-pm@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > --- > drivers/cpuidle/Kconfig.arm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > --- lnx-54.orig/drivers/cpuidle/Kconfig.arm > +++ lnx-54/drivers/cpuidle/Kconfig.arm > @@ -65,21 +65,21 @@ config ARM_U8500_CPUIDLE > bool "Cpu Idle Driver for the ST-E u8500 processors" > depends on ARCH_U8500 && !ARM64 > help > - Select this to enable cpuidle for ST-E u8500 processors > + Select this to enable cpuidle for ST-E u8500 processors. > > config ARM_AT91_CPUIDLE > bool "Cpu Idle Driver for the AT91 processors" > default y > depends on ARCH_AT91 && !ARM64 > help > - Select this to enable cpuidle for AT91 processors > + Select this to enable cpuidle for AT91 processors. > > config ARM_EXYNOS_CPUIDLE > bool "Cpu Idle Driver for the Exynos processors" > depends on ARCH_EXYNOS && !ARM64 > select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP > help > - Select this to enable cpuidle for Exynos processors > + Select this to enable cpuidle for Exynos processors. > > config ARM_MVEBU_V7_CPUIDLE > bool "CPU Idle Driver for mvebu v7 family processors" > Applied as 5.5 material, thanks!
--- lnx-54.orig/drivers/cpuidle/Kconfig.arm +++ lnx-54/drivers/cpuidle/Kconfig.arm @@ -65,21 +65,21 @@ config ARM_U8500_CPUIDLE bool "Cpu Idle Driver for the ST-E u8500 processors" depends on ARCH_U8500 && !ARM64 help - Select this to enable cpuidle for ST-E u8500 processors + Select this to enable cpuidle for ST-E u8500 processors. config ARM_AT91_CPUIDLE bool "Cpu Idle Driver for the AT91 processors" default y depends on ARCH_AT91 && !ARM64 help - Select this to enable cpuidle for AT91 processors + Select this to enable cpuidle for AT91 processors. config ARM_EXYNOS_CPUIDLE bool "Cpu Idle Driver for the Exynos processors" depends on ARCH_EXYNOS && !ARM64 select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP help - Select this to enable cpuidle for Exynos processors + Select this to enable cpuidle for Exynos processors. config ARM_MVEBU_V7_CPUIDLE bool "CPU Idle Driver for mvebu v7 family processors"