From: Sui Jingfeng <15330273260@189.cn> Date: Sat, 2 Apr 2022 13:44:13 +0000 (+0800) Subject: drivers/dma-buf: dma-buf.c: fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d791aec9ff43df4ea0a6690eabd6c395e982ef6f;p=linux.git drivers/dma-buf: dma-buf.c: fix a typo Signed-off-by: Sui Jingfeng <15330273260@189.cn> Link: https://patchwork.freedesktop.org/patch/msgid/20220402134413.1705246-1-15330273260@189.cn Reviewed-by: Christian König Signed-off-by: Christian König --- diff --git a/drivers/dma-buf/dma-buf.c b/drivers/dma-buf/dma-buf.c index 602b12d7470d2..33995ec3218ae 100644 --- a/drivers/dma-buf/dma-buf.c +++ b/drivers/dma-buf/dma-buf.c @@ -443,7 +443,7 @@ err_alloc_file: * 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(). *