* [PATCH] Documentation/memory-barriers.txt: typo fix
@ 2015-04-08 8:27 Michael S. Tsirkin
2015-04-08 8:40 ` Jonathan Corbet
0 siblings, 1 reply; 3+ messages in thread
From: Michael S. Tsirkin @ 2015-04-08 8:27 UTC (permalink / raw)
To: linux-kernel; +Cc: Jonathan Corbet, linux-doc, paulmck, dhowells
Fix an obvious typo in the documentation.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
Documentation/memory-barriers.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt
index ca2387e..a3a94ff 100644
--- a/Documentation/memory-barriers.txt
+++ b/Documentation/memory-barriers.txt
@@ -1711,7 +1711,7 @@ There are some more advanced barrier functions:
}
The dma_rmb() allows us guarantee the device has released ownership
- before we read the data from the descriptor, and he dma_wmb() allows
+ before we read the data from the descriptor, and the dma_wmb() allows
us to guarantee the data is written to the descriptor before the device
can see it now has ownership. The wmb() is needed to guarantee that the
cache coherent memory writes have completed before attempting a write to
--
MST
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation/memory-barriers.txt: typo fix
2015-04-08 8:27 [PATCH] Documentation/memory-barriers.txt: typo fix Michael S. Tsirkin
@ 2015-04-08 8:40 ` Jonathan Corbet
2015-04-08 12:10 ` Paul E. McKenney
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Corbet @ 2015-04-08 8:40 UTC (permalink / raw)
To: Michael S. Tsirkin; +Cc: linux-kernel, linux-doc, paulmck, dhowells
On Wed, 8 Apr 2015 10:27:57 +0200
"Michael S. Tsirkin" <mst@redhat.com> wrote:
> Fix an obvious typo in the documentation.
Makes sense, applied to the docs tree.
Thanks,
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation/memory-barriers.txt: typo fix
2015-04-08 8:40 ` Jonathan Corbet
@ 2015-04-08 12:10 ` Paul E. McKenney
0 siblings, 0 replies; 3+ messages in thread
From: Paul E. McKenney @ 2015-04-08 12:10 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: Michael S. Tsirkin, linux-kernel, linux-doc, dhowells
On Wed, Apr 08, 2015 at 10:40:40AM +0200, Jonathan Corbet wrote:
> On Wed, 8 Apr 2015 10:27:57 +0200
> "Michael S. Tsirkin" <mst@redhat.com> wrote:
>
> > Fix an obvious typo in the documentation.
>
> Makes sense, applied to the docs tree.
"My work is done." ;-)
Thank you both!
Thanx, Paul
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-04-08 12:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 8:27 [PATCH] Documentation/memory-barriers.txt: typo fix Michael S. Tsirkin
2015-04-08 8:40 ` Jonathan Corbet
2015-04-08 12:10 ` Paul E. McKenney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox