All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] timekeeping: correct typo
@ 2020-07-13 14:00 Claudiu Beznea
  2020-07-14 15:08 ` Thomas Gleixner
  0 siblings, 1 reply; 2+ messages in thread
From: Claudiu Beznea @ 2020-07-13 14:00 UTC (permalink / raw)
  To: john.stultz, tglx, sboyd; +Cc: linux-kernel, Claudiu Beznea

Correct typo in logarithmic_accumulation() description.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 kernel/time/timekeeping.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c
index d20d489841c8..6b436d7a751f 100644
--- a/kernel/time/timekeeping.c
+++ b/kernel/time/timekeeping.c
@@ -2001,7 +2001,7 @@ static inline unsigned int accumulate_nsecs_to_secs(struct timekeeper *tk)
  * logarithmic_accumulation - shifted accumulation of cycles
  *
  * This functions accumulates a shifted interval of cycles into
- * into a shifted interval nanoseconds. Allows for O(log) accumulation
+ * a shifted interval nanoseconds. Allows for O(log) accumulation
  * loop.
  *
  * Returns the unconsumed cycles.
-- 
2.7.4


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

* Re: [PATCH] timekeeping: correct typo
  2020-07-13 14:00 [PATCH] timekeeping: correct typo Claudiu Beznea
@ 2020-07-14 15:08 ` Thomas Gleixner
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Gleixner @ 2020-07-14 15:08 UTC (permalink / raw)
  To: Claudiu Beznea, john.stultz, sboyd; +Cc: linux-kernel, Claudiu Beznea

Claudiu Beznea <claudiu.beznea@microchip.com> writes:
> Correct typo in logarithmic_accumulation() description.
>
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> ---
>  kernel/time/timekeeping.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c
> index d20d489841c8..6b436d7a751f 100644
> --- a/kernel/time/timekeeping.c
> +++ b/kernel/time/timekeeping.c
> @@ -2001,7 +2001,7 @@ static inline unsigned int accumulate_nsecs_to_secs(struct timekeeper *tk)
>   * logarithmic_accumulation - shifted accumulation of cycles
>   *
>   * This functions accumulates a shifted interval of cycles into
> - * into a shifted interval nanoseconds. Allows for O(log) accumulation
> + * a shifted interval nanoseconds. Allows for O(log) accumulation

If you fix the typo, can you please add the missing 'of' as well?

Thanks,

        tglx

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

end of thread, other threads:[~2020-07-14 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-13 14:00 [PATCH] timekeeping: correct typo Claudiu Beznea
2020-07-14 15:08 ` Thomas Gleixner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.