All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DMA-API: fix confusing sentence in Documentation/DMA-API.txt
@ 2016-01-04 10:34 Masahiro Yamada
  2016-01-12  1:29 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2016-01-04 10:34 UTC (permalink / raw)
  To: linux-kernel
  Cc: Dan Williams, Sumit Semwal, James E.J. Bottomley, Linus Torvalds,
	One Thousand Gnomes, Vinod Koul, Mike Looijmans,
	Russell King - ARM Linux, Masahiro Yamada, Jonathan Corbet,
	linux-doc

Change the phrase "handed off to the driver" to "handed off to the
device" as in the paragraph below.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 Documentation/DMA-API.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/DMA-API.txt b/Documentation/DMA-API.txt
index 1e98a7e..45ef3f2 100644
--- a/Documentation/DMA-API.txt
+++ b/Documentation/DMA-API.txt
@@ -236,7 +236,7 @@ are guaranteed also to be cache line boundaries).
 
 DMA_TO_DEVICE synchronisation must be done after the last modification
 of the memory region by the software and before it is handed off to
-the driver.  Once this primitive is used, memory covered by this
+the device.  Once this primitive is used, memory covered by this
 primitive should be treated as read-only by the device.  If the device
 may write to it at any point, it should be DMA_BIDIRECTIONAL (see
 below).
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] DMA-API: fix confusing sentence in Documentation/DMA-API.txt
  2016-01-04 10:34 [PATCH] DMA-API: fix confusing sentence in Documentation/DMA-API.txt Masahiro Yamada
@ 2016-01-12  1:29 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2016-01-12  1:29 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: linux-kernel, Dan Williams, Sumit Semwal, James E.J. Bottomley,
	Linus Torvalds, One Thousand Gnomes, Vinod Koul, Mike Looijmans,
	Russell King - ARM Linux, linux-doc

On Mon,  4 Jan 2016 19:34:14 +0900
Masahiro Yamada <yamada.masahiro@socionext.com> wrote:

> Change the phrase "handed off to the driver" to "handed off to the
> device" as in the paragraph below.

Makes sense to me; applied to the docs tree.

Thanks,

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-12  1:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-04 10:34 [PATCH] DMA-API: fix confusing sentence in Documentation/DMA-API.txt Masahiro Yamada
2016-01-12  1:29 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.