Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
c437c3a4 be9d0411

+2 -1
+2 -1
Documentation/percpu-rw-semaphore.txt
··· 1 + ==================== 1 2 Percpu rw semaphores 2 - -------------------- 3 + ==================== 3 4 4 5 Percpu rw semaphores is a new read-write semaphore design that is 5 6 optimized for locking for reading.