All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dma-buf: Fix minor typo in struct dma_buf_ops documentation
@ 2021-05-18 21:13 Waqar Hameed
  0 siblings, 0 replies; only message in thread
From: Waqar Hameed @ 2021-05-18 21:13 UTC (permalink / raw)
  To: Sumit Semwal, Christian König; +Cc: linux-kernel, trivial

Just a minor typo.

Signed-off-by: Waqar Hameed <whame91@gmail.com>
---
 include/linux/dma-buf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/dma-buf.h b/include/linux/dma-buf.h
index efdc56b9d95f..5ae51bab158b 100644
--- a/include/linux/dma-buf.h
+++ b/include/linux/dma-buf.h
@@ -50,7 +50,7 @@ struct dma_buf_ops {
 	 * &dma_buf_attachment.dev can access the provided &dma_buf. Exporters
 	 * which support buffer objects in special locations like VRAM or
 	 * device-specific carveout areas should check whether the buffer could
-	 * be move to system memory (or directly accessed by the provided
+	 * be moved to system memory (or directly accessed by the provided
 	 * device), and otherwise need to fail the attach operation.
 	 *
 	 * The exporter should also in general check whether the current
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-18 21:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18 21:13 [PATCH] dma-buf: Fix minor typo in struct dma_buf_ops documentation Waqar Hameed

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.