summaryrefslogtreecommitdiffstats
path: root/Documentation/percpu-rw-semaphore.txt
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-16 10:14:12 -0300
committerJonathan Corbet <corbet@lwn.net>2017-07-14 13:57:58 -0600
commitc437c3a405f01ceab5d0251e2cb9698edb991160 (patch)
treea8d8981a1228d18e8bdbbf42ba4c9f0868e767e2 /Documentation/percpu-rw-semaphore.txt
parentbe9d0411f1608ad62c2334d3a289a68e4259e48c (diff)
downloadlinux-0-day-c437c3a405f01ceab5d0251e2cb9698edb991160.tar.gz
linux-0-day-c437c3a405f01ceab5d0251e2cb9698edb991160.tar.xz
percpu-rw-semaphore.txt: standardize document format
Each text file under Documentation follows a different format. Some doesn't even have titles! Change its representation to follow the adopted standard, using ReST markups for it to be parseable by Sphinx: This document is already adopting the standard format, with a single exception: we're using this convention for the document title: === foo === So, adjust the title of this document to follow the standard. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/percpu-rw-semaphore.txt')
-rw-r--r--Documentation/percpu-rw-semaphore.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/percpu-rw-semaphore.txt b/Documentation/percpu-rw-semaphore.txt
index 7d3c82431909d..247de64108557 100644
--- a/Documentation/percpu-rw-semaphore.txt
+++ b/Documentation/percpu-rw-semaphore.txt
@@ -1,5 +1,6 @@
+====================
Percpu rw semaphores
---------------------
+====================
Percpu rw semaphores is a new read-write semaphore design that is
optimized for locking for reading.