[PATCH] dma-buf: Fix minor typo in struct dma_buf_ops documentation

From: Waqar Hameed
Date: Tue May 18 2021 - 17:13:56 EST


Just a minor typo.

Signed-off-by: Waqar Hameed <whame91@xxxxxxxxx>
---
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