documentation: Clarify compiler store-fusion example
authorSeongJae Park <sj38.park@gmail.com>
Mon, 22 Feb 2016 16:28:29 +0000 (08:28 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 14 Mar 2016 22:52:19 +0000 (15:52 -0700)
commit65f95ff2e41a32dd190cf28e3abb029625eef968
treebf74a8b2d012d7b87b21b0e2720b773e6661d2cb
parentf36fe1e70b5477d4e42df8ea97278e9698dddbbf
documentation: Clarify compiler store-fusion example

The compiler store-fusion example in memory-barriers.txt uses a C
comment to represent arbitrary code that does not update a given
variable.  Unfortunately, someone could reasonably interpret the
comment as instead referring to the following line of code.  This
commit therefore replaces the comment with a string that more
clearly represents the arbitrary code.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Documentation/memory-barriers.txt