Skip to content

Commit

Permalink
doc: dma-buf: fix grammar typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
baruchsiach authored and ChristianKoenigAMD committed Apr 18, 2024
1 parent c2f471f commit 49c2dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/driver-api/dma-buf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 supported the kernel will report -ESPIPE for all
cases. Userspace can use this to detect support for discovering the dma-buf
size using llseek.

Expand Down

0 comments on commit 49c2dd6

Please sign in to comment.