diff mbox series

drivers/dma-buf: dma-buf.c: fix a typo

Message ID 20220402134413.1705246-1-15330273260@189.cn (mailing list archive)
State New, archived
Headers show
Series drivers/dma-buf: dma-buf.c: fix a typo | expand

Commit Message

Sui Jingfeng April 2, 2022, 1:44 p.m. UTC
Signed-off-by: Sui Jingfeng <15330273260@189.cn>
---
 drivers/dma-buf/dma-buf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Christian König April 3, 2022, 3:15 p.m. UTC | #1
Am 02.04.22 um 15:44 schrieb Sui Jingfeng:
> Signed-off-by: Sui Jingfeng <15330273260@189.cn>

Reviewed-by: Christian König <christian.koenig@amd.com> and pushed to 
drm-misc-next.

Thanks,
Christian.

> ---
>   drivers/dma-buf/dma-buf.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/dma-buf/dma-buf.c b/drivers/dma-buf/dma-buf.c
> index df23239b04fc..775d3afb4169 100644
> --- a/drivers/dma-buf/dma-buf.c
> +++ b/drivers/dma-buf/dma-buf.c
> @@ -443,7 +443,7 @@ static struct file *dma_buf_getfile(struct dma_buf *dmabuf, int flags)
>    *    as a file descriptor by calling dma_buf_fd().
>    *
>    * 2. Userspace passes this file-descriptors to all drivers it wants this buffer
> - *    to share with: First the filedescriptor is converted to a &dma_buf using
> + *    to share with: First the file descriptor is converted to a &dma_buf using
>    *    dma_buf_get(). Then the buffer is attached to the device using
>    *    dma_buf_attach().
>    *
diff mbox series

Patch

diff --git a/drivers/dma-buf/dma-buf.c b/drivers/dma-buf/dma-buf.c
index df23239b04fc..775d3afb4169 100644
--- a/drivers/dma-buf/dma-buf.c
+++ b/drivers/dma-buf/dma-buf.c
@@ -443,7 +443,7 @@  static struct file *dma_buf_getfile(struct dma_buf *dmabuf, int flags)
  *    as a file descriptor by calling dma_buf_fd().
  *
  * 2. Userspace passes this file-descriptors to all drivers it wants this buffer
- *    to share with: First the filedescriptor is converted to a &dma_buf using
+ *    to share with: First the file descriptor is converted to a &dma_buf using
  *    dma_buf_get(). Then the buffer is attached to the device using
  *    dma_buf_attach().
  *