All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/locking/locktypes: fix the typo
@ 2020-08-13  6:02 Huang Shijie
  2020-08-13 12:26 ` Will Deacon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Huang Shijie @ 2020-08-13  6:02 UTC (permalink / raw)
  To: peterz; +Cc: mingo, will, corbet, linux-kernel, linux-doc, Huang Shijie

We have three categories locks, not two.

Signed-off-by: Huang Shijie <sjhuang@iluvatar.ai>
---
 Documentation/locking/locktypes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/locking/locktypes.rst b/Documentation/locking/locktypes.rst
index 1b577a8bf982..4cefed8048ca 100644
--- a/Documentation/locking/locktypes.rst
+++ b/Documentation/locking/locktypes.rst
@@ -10,7 +10,7 @@ Introduction
 ============
 
 The kernel provides a variety of locking primitives which can be divided
-into two categories:
+into three categories:
 
  - Sleeping locks
  - CPU local locks
-- 
2.17.1


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

end of thread, other threads:[~2020-08-13 20:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-13  6:02 [PATCH] Documentation/locking/locktypes: fix the typo Huang Shijie
2020-08-13 12:26 ` Will Deacon
2020-08-13 20:48 ` Jonathan Corbet
2020-08-13 20:50 ` [tip: locking/urgent] Documentation/locking/locktypes: Fix a typo tip-bot2 for Huang Shijie

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.