[tip:locking/core] locking/Documentation: Maintain consistent blank line

From: tip-bot for SeongJae Park
Date: Fri Aug 12 2016 - 04:27:19 EST


Commit-ID: dfeccea61716d3ca1bf3477610d1f29abf6d99ca
Gitweb: http://git.kernel.org/tip/dfeccea61716d3ca1bf3477610d1f29abf6d99ca
Author: SeongJae Park <sj38.park@xxxxxxxxx>
AuthorDate: Thu, 11 Aug 2016 11:17:40 -0700
Committer: Ingo Molnar <mingo@xxxxxxxxxx>
CommitDate: Fri, 12 Aug 2016 08:24:13 +0200

locking/Documentation: Maintain consistent blank line

Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx>
Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx>
Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Cc: dhowells@xxxxxxxxxx
Cc: linux-arch@xxxxxxxxxxxxxxx
Cc: will.deacon@xxxxxxx
Link: http://lkml.kernel.org/r/1470939463-31950-1-git-send-email-paulmck@xxxxxxxxxxxxxxxxxx
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
---
Documentation/memory-barriers.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt
index a4d0a99..e1926a0 100644
--- a/Documentation/memory-barriers.txt
+++ b/Documentation/memory-barriers.txt
@@ -1928,6 +1928,7 @@ There are some more advanced barrier functions:

See Documentation/DMA-API.txt for more information on consistent memory.

+
MMIO WRITE BARRIER
------------------