Skip to content

Commit 4b9dfbb

Browse files
sjp38paulmckrcu
authored andcommitted
docs/memory-barriers.txt: Add a missed closing parenthesis
The description of io_stop_wc(), which was added by commit d5624bb ("asm-generic: introduce io_stop_wc() and add implementation for ARM64"), has an unclosed parenthesis. This commit closes it. Fixes: d5624bb ("asm-generic: introduce io_stop_wc() and add implementation for ARM64") Signed-off-by: SeongJae Park <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent ec68deb commit 4b9dfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/memory-barriers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@ There are some more advanced barrier functions:
19661966
(*) io_stop_wc();
19671967

19681968
For memory accesses with write-combining attributes (e.g. those returned
1969-
by ioremap_wc(), the CPU may wait for prior accesses to be merged with
1969+
by ioremap_wc()), the CPU may wait for prior accesses to be merged with
19701970
subsequent ones. io_stop_wc() can be used to prevent the merging of
19711971
write-combining memory accesses before this macro with those after it when
19721972
such wait has performance implications.

0 commit comments

Comments
 (0)