1
0
Fork 0

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>
hifive-unleashed-5.1
Mauro Carvalho Chehab 2017-05-16 10:14:12 -03:00 committed by Jonathan Corbet
parent be9d0411f1
commit c437c3a405
1 changed files with 2 additions and 1 deletions

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