linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clocksource: arm_global_timer: fix Kconfig "its" grammar
@ 2022-07-15  1:58 Randy Dunlap
  2022-07-15 22:34 ` Daniel Lezcano
  2022-07-28 10:44 ` [tip: timers/core] clocksource/drivers/arm_global_timer: Fix " tip-bot2 for Randy Dunlap
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2022-07-15  1:58 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Patrice Chotard, Daniel Lezcano, Thomas Gleixner,
	linux-arm-kernel

Use the possessive "its" instead of the contraction "it's"
where appropriate.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-arm-kernel@lists.infradead.org
---
 drivers/clocksource/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -373,7 +373,7 @@ config ARM_GT_INITIAL_PRESCALER_VAL
 	depends on ARM_GLOBAL_TIMER
 	help
 	  When the ARM global timer initializes, its current rate is declared
-	  to the kernel and maintained forever. Should it's parent clock
+	  to the kernel and maintained forever. Should its parent clock
 	  change, the driver tries to fix the timer's internal prescaler.
 	  On some machs (i.e. Zynq) the initial prescaler value thus poses
 	  bounds about how much the parent clock is allowed to decrease or

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] clocksource: arm_global_timer: fix Kconfig "its" grammar
  2022-07-15  1:58 [PATCH] clocksource: arm_global_timer: fix Kconfig "its" grammar Randy Dunlap
@ 2022-07-15 22:34 ` Daniel Lezcano
  2022-07-28 10:44 ` [tip: timers/core] clocksource/drivers/arm_global_timer: Fix " tip-bot2 for Randy Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2022-07-15 22:34 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel
  Cc: Patrice Chotard, Thomas Gleixner, linux-arm-kernel

On 15/07/2022 03:58, Randy Dunlap wrote:
> Use the possessive "its" instead of the contraction "it's"
> where appropriate.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Patrice Chotard <patrice.chotard@foss.st.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: linux-arm-kernel@lists.infradead.org
> ---

Applied, thanks


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip: timers/core] clocksource/drivers/arm_global_timer: Fix Kconfig "its" grammar
  2022-07-15  1:58 [PATCH] clocksource: arm_global_timer: fix Kconfig "its" grammar Randy Dunlap
  2022-07-15 22:34 ` Daniel Lezcano
@ 2022-07-28 10:44 ` tip-bot2 for Randy Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Randy Dunlap @ 2022-07-28 10:44 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Randy Dunlap, Patrice Chotard, Daniel Lezcano, Thomas Gleixner,
	linux-arm-kernel, x86, linux-kernel

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     6f6f3e313f39f91ed5ffd59bfaf29748ced9d24c
Gitweb:        https://git.kernel.org/tip/6f6f3e313f39f91ed5ffd59bfaf29748ced9d24c
Author:        Randy Dunlap <rdunlap@infradead.org>
AuthorDate:    Thu, 14 Jul 2022 18:58:52 -07:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Sat, 16 Jul 2022 00:33:29 +02:00

clocksource/drivers/arm_global_timer: Fix Kconfig "its" grammar

Use the possessive "its" instead of the contraction "it's"
where appropriate.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lore.kernel.org/r/20220715015852.12523-1-rdunlap@infradead.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 drivers/clocksource/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 8182ff2..0367a1c 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -367,7 +367,7 @@ config ARM_GT_INITIAL_PRESCALER_VAL
 	depends on ARM_GLOBAL_TIMER
 	help
 	  When the ARM global timer initializes, its current rate is declared
-	  to the kernel and maintained forever. Should it's parent clock
+	  to the kernel and maintained forever. Should its parent clock
 	  change, the driver tries to fix the timer's internal prescaler.
 	  On some machs (i.e. Zynq) the initial prescaler value thus poses
 	  bounds about how much the parent clock is allowed to decrease or

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-28 10:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15  1:58 [PATCH] clocksource: arm_global_timer: fix Kconfig "its" grammar Randy Dunlap
2022-07-15 22:34 ` Daniel Lezcano
2022-07-28 10:44 ` [tip: timers/core] clocksource/drivers/arm_global_timer: Fix " tip-bot2 for Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).