From: Mauro Carvalho Chehab Date: Tue, 16 May 2017 13:14:12 +0000 (-0300) Subject: percpu-rw-semaphore.txt: standardize document format X-Git-Tag: v4.14-rc1~440^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c437c3a405f01ceab5d0251e2cb9698edb991160;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/percpu-rw-semaphore.txt b/Documentation/percpu-rw-semaphore.txt index 7d3c824..247de64 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.