diff options
author | Sui Jingfeng <15330273260@189.cn> | 2022-04-02 16:44:13 +0300 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2022-04-03 18:30:44 +0300 |
commit | d791aec9ff43df4ea0a6690eabd6c395e982ef6f (patch) | |
tree | 18bc2e91b2b39488694a9f904b0886b5cd7a5ad6 /drivers/dma-buf/dma-buf.c | |
parent | e36764ecf87cb86051f26cc8e5a9a665784a9f39 (diff) | |
download | linux-d791aec9ff43df4ea0a6690eabd6c395e982ef6f.tar.xz |
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 <christian.koenig@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'drivers/dma-buf/dma-buf.c')
-rw-r--r-- | drivers/dma-buf/dma-buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma-buf/dma-buf.c b/drivers/dma-buf/dma-buf.c index 602b12d7470d..33995ec3218a 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(). * |