All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Docs: Correct /proc/stat path
@ 2019-02-20  1:22 George Sofianos
  2019-02-22 15:51 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: George Sofianos @ 2019-02-20  1:22 UTC (permalink / raw)
  To: tglx, linux-kernel; +Cc: George Sofianos, trivial

The documentation for dynamic ticks in high resolution timers uses an
old path for the stat process.

Signed-off-by: George Sofianos <gsf.greece@gmail.com>
---
 Documentation/timers/highres.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/timers/highres.txt b/Documentation/timers/highres.txt
index 9d88f6778..8f9741592 100644
--- a/Documentation/timers/highres.txt
+++ b/Documentation/timers/highres.txt
@@ -231,7 +231,7 @@ in the idle period to make sure that jiffies are up to date and the interrupt
 handler has not to deal with an eventually stale jiffy value.
 
 The dynamic tick feature provides statistical values which are exported to
-userspace via /proc/stats and can be made available for enhanced power
+userspace via /proc/stat and can be made available for enhanced power
 management control.
 
 The implementation leaves room for further development like full tickless
-- 
2.20.1

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

* Re: [PATCH] Docs: Correct /proc/stat path
  2019-02-20  1:22 [PATCH] Docs: Correct /proc/stat path George Sofianos
@ 2019-02-22 15:51 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2019-02-22 15:51 UTC (permalink / raw)
  To: George Sofianos; +Cc: tglx, linux-kernel, trivial

On Wed, 20 Feb 2019 03:22:45 +0200
George Sofianos <gsf.greece@gmail.com> wrote:

> The documentation for dynamic ticks in high resolution timers uses an
> old path for the stat process.
> 
> Signed-off-by: George Sofianos <gsf.greece@gmail.com>

Applied, though I tweaked the changelog (there is no "stat process"
involved here).

Thanks,

jon

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

end of thread, other threads:[~2019-02-22 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-20  1:22 [PATCH] Docs: Correct /proc/stat path George Sofianos
2019-02-22 15:51 ` Jonathan Corbet

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.