linux-doc.vger.kernel.org archive mirror
 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
  2020-08-13 20:48 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ 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] 3+ messages in thread

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

Thread overview: 3+ 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

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