drivers/dma-buf: dma-buf.c: fix a typo
authorSui Jingfeng <15330273260@189.cn>
Sat, 2 Apr 2022 13:44:13 +0000 (21:44 +0800)
committerChristian König <christian.koenig@amd.com>
Sun, 3 Apr 2022 15:30:44 +0000 (17:30 +0200)
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 <christian.koenig@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
drivers/dma-buf/dma-buf.c

index 602b12d..33995ec 100644 (file)
@@ -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().
  *