diff options
author | SeongJae Park <[email protected]> | 2016-08-11 11:17:40 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-08-12 08:24:13 +0200 |
commit | dfeccea61716d3ca1bf3477610d1f29abf6d99ca (patch) | |
tree | 1c6ff03b5014c1c0e02779eec1b2501822d22428 | |
parent | 80127a39681bd68c959f0953f84a830cbd7c3b1c (diff) |
locking/Documentation: Maintain consistent blank line
Signed-off-by: SeongJae Park <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | Documentation/memory-barriers.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt index a4d0a99de04d..e1926a096818 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 ------------------ |