Re: [PATCH v2] doc: memory-barriers.txt: Correct example for reorderings

2014-09-03 Thread Paul E. McKenney
On Tue, Sep 02, 2014 at 11:34:29PM -0400, Pranith Kumar wrote: > Correct the example of memory orderings in memory-barriers.txt > > Commit 615cc2c9cf95 "Documentation/memory-barriers.txt: fix important typo re > memory barriers" changed the assignment to x and y. Change the rest of the > example

Re: [PATCH v2] doc: memory-barriers.txt: Correct example for reorderings

2014-09-03 Thread Paul E. McKenney
On Tue, Sep 02, 2014 at 11:34:29PM -0400, Pranith Kumar wrote: Correct the example of memory orderings in memory-barriers.txt Commit 615cc2c9cf95 Documentation/memory-barriers.txt: fix important typo re memory barriers changed the assignment to x and y. Change the rest of the example to

[PATCH v2] doc: memory-barriers.txt: Correct example for reorderings

2014-09-02 Thread Pranith Kumar
Correct the example of memory orderings in memory-barriers.txt Commit 615cc2c9cf95 "Documentation/memory-barriers.txt: fix important typo re memory barriers" changed the assignment to x and y. Change the rest of the example to match this change. Reported-by: Ganesh Rapolu Signed-off-by: Pranith

[PATCH v2] doc: memory-barriers.txt: Correct example for reorderings

2014-09-02 Thread Pranith Kumar
Correct the example of memory orderings in memory-barriers.txt Commit 615cc2c9cf95 Documentation/memory-barriers.txt: fix important typo re memory barriers changed the assignment to x and y. Change the rest of the example to match this change. Reported-by: Ganesh Rapolu ganesh.rap...@hotmail.com