Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation/memory-barriers.txt: typo fix

Fix an obvious typo in the documentation.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Sylvain Trias and committed by
Jonathan Corbet
7a458007 c8a329c7

+1 -1
+1 -1
Documentation/memory-barriers.txt
··· 1711 1711 } 1712 1712 1713 1713 The dma_rmb() allows us guarantee the device has released ownership 1714 - before we read the data from the descriptor, and he dma_wmb() allows 1714 + before we read the data from the descriptor, and the dma_wmb() allows 1715 1715 us to guarantee the data is written to the descriptor before the device 1716 1716 can see it now has ownership. The wmb() is needed to guarantee that the 1717 1717 cache coherent memory writes have completed before attempting a write to