From: Huang Shijie Date: Thu, 13 Aug 2020 06:02:20 +0000 (+0800) Subject: Documentation/locking/locktypes: fix the typo X-Git-Tag: v5.10.7~1848^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1edcd4675e44dc0e6e3b34e8e29000d8a05f998c;p=platform%2Fkernel%2Flinux-rpi.git Documentation/locking/locktypes: fix the typo We have three categories locks, not two. Signed-off-by: Huang Shijie Acked-by: Will Deacon Link: https://lore.kernel.org/r/20200813060220.18199-1-sjhuang@iluvatar.ai Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/locking/locktypes.rst b/Documentation/locking/locktypes.rst index 1b577a8..4cefed8 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