mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Documentation: lockstat: Fix trivial typo
@ 2018-10-01 11:01 Andrew Murray
  2018-10-02 10:16 ` [tip:locking/core] Documentation/lockstat: " tip-bot for Andrew Murray
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Murray @ 2018-10-01 11:01 UTC (permalink / raw)
  To: Jonathan Corbet, Jiri Kosina
  Cc: Peter Zijlstra, Ingo Molnar, Will Deacon, linux-kernel, linux-doc

Fix incorrect line number in example output

Signed-off-by: Andrew Murray <andrew.murray@arm.com>
---
 Documentation/locking/lockstat.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/locking/lockstat.txt b/Documentation/locking/lockstat.txt
index 5786ad2..fdbeb0c 100644
--- a/Documentation/locking/lockstat.txt
+++ b/Documentation/locking/lockstat.txt
@@ -91,7 +91,7 @@ Look at the current lock statistics:
 07                         &mm->mmap_sem-R:            37            100           1.31      299502.61      325629.52        3256.30         212344       34316685           0.10        7744.91    95016910.20           2.77
 08                         ---------------
 09                           &mm->mmap_sem              1          [<ffffffff811502a7>] khugepaged_scan_mm_slot+0x57/0x280
-19                           &mm->mmap_sem             96          [<ffffffff815351c4>] __do_page_fault+0x1d4/0x510
+10                           &mm->mmap_sem             96          [<ffffffff815351c4>] __do_page_fault+0x1d4/0x510
 11                           &mm->mmap_sem             34          [<ffffffff81113d77>] vm_mmap_pgoff+0x87/0xd0
 12                           &mm->mmap_sem             17          [<ffffffff81127e71>] vm_munmap+0x41/0x80
 13                         ---------------
-- 
2.7.4


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

end of thread, other threads:[~2018-10-02 10:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-01 11:01 [PATCH] Documentation: lockstat: Fix trivial typo Andrew Murray
2018-10-02 10:16 ` [tip:locking/core] Documentation/lockstat: " tip-bot for Andrew Murray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome