diff options
author | Baruch Siach <baruch@tkos.co.il> | 2024-04-17 07:59:48 +0300 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2024-04-18 16:20:48 +0200 |
commit | 49c2dd6e99a5541698b18a652552890a18c2a00f (patch) | |
tree | 9540814843d5323c34fc60383f83335198bd2645 /Documentation/driver-api | |
parent | c2f471fd8dd801f3ff3c260517fafd8bc953e7b4 (diff) |
doc: dma-buf: fix grammar typo
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>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/dma-buf.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst index 0c153d79ccc4..29abf1eebf9f 100644 --- 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 supported the kernel will report -ESPIPE for all cases. Userspace can use this to detect support for discovering the dma-buf size using llseek. |