linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] time/jiffies: Fixes some typo
@ 2019-10-15  7:30 Mukesh Ojha
  2019-12-10  9:12 ` Mukesh Ojha
  0 siblings, 1 reply; 2+ messages in thread
From: Mukesh Ojha @ 2019-10-15  7:30 UTC (permalink / raw)
  To: john.stultz, mingo, linux-kernel; +Cc: Mukesh Ojha

accuratly => accurately

while at it change `clock source` to clocksource to make
it align with its usage at other places.

Signed-off-by: Mukesh Ojha <mojha@codeaurora.org>
---
 kernel/time/jiffies.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/time/jiffies.c b/kernel/time/jiffies.c
index d23b434..e7f08f2 100644
--- a/kernel/time/jiffies.c
+++ b/kernel/time/jiffies.c
@@ -39,12 +39,12 @@ static u64 jiffies_read(struct clocksource *cs)
 
 /*
  * The Jiffies based clocksource is the lowest common
- * denominator clock source which should function on
+ * denominator clocksource which should function on
  * all systems. It has the same coarse resolution as
  * the timer interrupt frequency HZ and it suffers
  * inaccuracies caused by missed or lost timer
  * interrupts and the inability for the timer
- * interrupt hardware to accuratly tick at the
+ * interrupt hardware to accurately tick at the
  * requested HZ value. It is also not recommended
  * for "tick-less" systems.
  */
-- 
Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center,
Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project


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

* Re: [PATCH 1/3] time/jiffies: Fixes some typo
  2019-10-15  7:30 [PATCH 1/3] time/jiffies: Fixes some typo Mukesh Ojha
@ 2019-12-10  9:12 ` Mukesh Ojha
  0 siblings, 0 replies; 2+ messages in thread
From: Mukesh Ojha @ 2019-12-10  9:12 UTC (permalink / raw)
  To: john.stultz, mingo, linux-kernel

Gentle reminder.

On 10/15/2019 1:00 PM, Mukesh Ojha wrote:
> accuratly => accurately
>
> while at it change `clock source` to clocksource to make
> it align with its usage at other places.
>
> Signed-off-by: Mukesh Ojha <mojha@codeaurora.org>
> ---
>   kernel/time/jiffies.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/kernel/time/jiffies.c b/kernel/time/jiffies.c
> index d23b434..e7f08f2 100644
> --- a/kernel/time/jiffies.c
> +++ b/kernel/time/jiffies.c
> @@ -39,12 +39,12 @@ static u64 jiffies_read(struct clocksource *cs)
>   
>   /*
>    * The Jiffies based clocksource is the lowest common
> - * denominator clock source which should function on
> + * denominator clocksource which should function on
>    * all systems. It has the same coarse resolution as
>    * the timer interrupt frequency HZ and it suffers
>    * inaccuracies caused by missed or lost timer
>    * interrupts and the inability for the timer
> - * interrupt hardware to accuratly tick at the
> + * interrupt hardware to accurately tick at the
>    * requested HZ value. It is also not recommended
>    * for "tick-less" systems.
>    */

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

end of thread, other threads:[~2019-12-10  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-15  7:30 [PATCH 1/3] time/jiffies: Fixes some typo Mukesh Ojha
2019-12-10  9:12 ` Mukesh Ojha

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).