[PATCH] clocksource: minor Kconfig help text fixes

From: Randy Dunlap
Date: Thu Nov 28 2019 - 17:40:52 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Minor cleanups in Kconfig help text:

- End a sentence with a period.
- Fix verb grammar.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
Cc: John Stultz <john.stultz@xxxxxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Cc: Stephen Boyd <sboyd@xxxxxxxxxx>
Cc: linux-kernel@xxxxxxxxxxxxxxx
Cc: Guo Ren <guoren@xxxxxxxxxx>
Cc: linux-csky@xxxxxxxxxxxxxxx
---
drivers/clocksource/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

--- lnx-54.orig/drivers/clocksource/Kconfig
+++ lnx-54/drivers/clocksource/Kconfig
@@ -312,7 +312,7 @@ config ARC_TIMERS_64BIT
depends on ARC_TIMERS
select TIMER_OF
help
- This enables 2 different 64-bit timers: RTC (for UP) and GFRC (for SMP)
+ This enables 2 different 64-bit timers: RTC (for UP) and GFRC (for SMP).
RTC is implemented inside the core, while GFRC sits outside the core in
ARConnect IP block. Driver automatically picks one of them for clocksource
as appropriate.
@@ -666,7 +666,7 @@ config CSKY_MP_TIMER
Say yes here to enable C-SKY SMP timer driver used for C-SKY SMP
system.
csky,mptimer is not only used in SMP system, it also could be used
- single core system. It's not a mmio reg and it use mtcr/mfcr instruction.
+ single core system. It's not a mmio reg and it uses mtcr/mfcr instruction.

config GX6605S_TIMER
bool "Gx6605s SOC system timer driver" if COMPILE_TEST