projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2f471f
)
doc: dma-buf: fix grammar typo
author
Baruch Siach
<baruch@tkos.co.il>
Wed, 17 Apr 2024 04:59:48 +0000
(07:59 +0300)
committer
Christian König
<christian.koenig@amd.com>
Thu, 18 Apr 2024 14:20:48 +0000
(16:20 +0200)
Use 'supported' instead of 'support'. 'support' makes no sense in this
context.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Link:
https://patchwork.freedesktop.org/patch/msgid/505484b83fedebce3c65b10b076b34df075074b6.1713329988.git.baruch@tkos.co.il
Signed-off-by: Christian König <christian.koenig@amd.com>
Documentation/driver-api/dma-buf.rst
patch
|
blob
|
history
diff --git
a/Documentation/driver-api/dma-buf.rst
b/Documentation/driver-api/dma-buf.rst
index
0c153d7
..
29abf1e
100644
(file)
--- a/
Documentation/driver-api/dma-buf.rst
+++ b/
Documentation/driver-api/dma-buf.rst
@@
-77,7
+77,7
@@
consider though:
the usual size discover pattern size = SEEK_END(0); SEEK_SET(0). Every other
llseek operation will report -EINVAL.
- If llseek on dma-buf FDs isn't support the kernel will report -ESPIPE for all
+ If llseek on dma-buf FDs isn't support
ed
the kernel will report -ESPIPE for all
cases. Userspace can use this to detect support for discovering the dma-buf
size using llseek.