projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e36764e
)
drivers/dma-buf: dma-buf.c: fix a typo
author
Sui Jingfeng
<15330273260@189.cn>
Sat, 2 Apr 2022 13:44:13 +0000
(21:44 +0800)
committer
Christian 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
patch
|
blob
|
history
diff --git
a/drivers/dma-buf/dma-buf.c
b/drivers/dma-buf/dma-buf.c
index 602b12d7470d2d6cca23e7aca1356110cbdea917..33995ec3218aed216df7dd6774a9108ae56b51dc 100644
(file)
--- 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().
*