From: Linus Nilsson Date: Sat, 21 Jul 2007 15:25:34 +0000 (+0200) Subject: DocBook: Change a headline in kernel-locking to list all three main types of locking. X-Git-Tag: v2.6.23-rc1~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3202262eccf9b5669abea848303e79bd84dc1bb;p=platform%2Fkernel%2Flinux-exynos.git DocBook: Change a headline in kernel-locking to list all three main types of locking. Change a headline to reflect that there are three main types of kernel locking, not two. Signed-off-by: Linus Nilsson Signed-off-by: Linus Torvalds --- diff --git a/Documentation/DocBook/kernel-locking.tmpl b/Documentation/DocBook/kernel-locking.tmpl index 0a441f7..01825ee 100644 --- a/Documentation/DocBook/kernel-locking.tmpl +++ b/Documentation/DocBook/kernel-locking.tmpl @@ -219,7 +219,7 @@ - Two Main Types of Kernel Locks: Spinlocks and Semaphores + Three Main Types of Kernel Locks: Spinlocks, Mutexes and Semaphores There are three main types of kernel locks. The fundamental type