Re: [PATCH] docs/memory-barriers.txt: Fix a typo in CPU MEMORY BARRIERS section

2020-09-14 Thread Paul E. McKenney
On Fri, Sep 11, 2020 at 03:02:19PM +0100, Will Deacon wrote: > On Wed, Sep 09, 2020 at 02:53:40PM +0800, Fox Chen wrote: > > Commit 39323c6 smp_mb__{before,after}_atomic(): update Documentation > > has a typo in CPU MEORY BARRIERS section: > > "RMW functions that do not imply are memory barrier

Re: [PATCH] docs/memory-barriers.txt: Fix a typo in CPU MEMORY BARRIERS section

2020-09-11 Thread Will Deacon
On Wed, Sep 09, 2020 at 02:53:40PM +0800, Fox Chen wrote: > Commit 39323c6 smp_mb__{before,after}_atomic(): update Documentation > has a typo in CPU MEORY BARRIERS section: > "RMW functions that do not imply are memory barrier are ..." should be > "RMW functions that do not imply a memory barrier

[PATCH] docs/memory-barriers.txt: Fix a typo in CPU MEMORY BARRIERS section

2020-09-09 Thread Fox Chen
Commit 39323c6 smp_mb__{before,after}_atomic(): update Documentation has a typo in CPU MEORY BARRIERS section: "RMW functions that do not imply are memory barrier are ..." should be "RMW functions that do not imply a memory barrier are ...". This patch fixes this typo. Signed-off-by: Fox Chen