]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
percpu-rw-semaphore.txt: standardize document format
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 16 May 2017 13:14:12 +0000 (10:14 -0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 14 Jul 2017 19:57:58 +0000 (13:57 -0600)
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>
Documentation/percpu-rw-semaphore.txt

index 7d3c82431909dd8120322e2360ce32cbd93f87e5..247de64108557a85a9096ec56de4855cd19bdec7 100644 (file)
@@ -1,5 +1,6 @@
+====================
 Percpu rw semaphores
---------------------
+====================
 
 Percpu rw semaphores is a new read-write semaphore design that is
 optimized for locking for reading.