Skip to content

Commit 49c2dd6

Browse files
baruchsiachChristianKoenigAMD
authored andcommitted
doc: dma-buf: fix grammar typo
Use 'supported' instead of 'support'. 'support' makes no sense in this context. Signed-off-by: Baruch Siach <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/505484b83fedebce3c65b10b076b34df075074b6.1713329988.git.baruch@tkos.co.il Signed-off-by: Christian König <[email protected]>
1 parent c2f471f commit 49c2dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/driver-api/dma-buf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ consider though:
7777
the usual size discover pattern size = SEEK_END(0); SEEK_SET(0). Every other
7878
llseek operation will report -EINVAL.
7979

80-
If llseek on dma-buf FDs isn't support the kernel will report -ESPIPE for all
80+
If llseek on dma-buf FDs isn't supported the kernel will report -ESPIPE for all
8181
cases. Userspace can use this to detect support for discovering the dma-buf
8282
size using llseek.
8383

0 commit comments

Comments
 (0)