summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorShuicheng Lin <shuicheng.lin@intel.com>2024-09-17 17:47:32 +0300
committerSimona Vetter <simona.vetter@ffwll.ch>2024-09-24 13:02:37 +0300
commit1e436f4fff1fd1fcc904ee18139f7e284001dc81 (patch)
tree043ce6e502c48a15fb2169692e1978867be21ec8 /include/linux
parent284a8908f5ec25355a831e3e2d87975d748e98dc (diff)
downloadlinux-1e436f4fff1fd1fcc904ee18139f7e284001dc81.tar.xz
drm/scheduler: Improve documentation
Function drm_sched_entity_push_job() doesn't have a return value, remove the return value description for it. Correct several other typo errors. v2 (Philipp): - more correction with related comments. Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com> Reviewed-by: Philipp Stanner <pstanner@redhat.com> Signed-off-by: Simona Vetter <simona.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20240917144732.2758572-1-shuicheng.lin@intel.com
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/dma-resv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/dma-resv.h b/include/linux/dma-resv.h
index 8d0e34dad446..c5ab6fd9ebe8 100644
--- a/include/linux/dma-resv.h
+++ b/include/linux/dma-resv.h
@@ -105,10 +105,10 @@ enum dma_resv_usage {
* This should be used by submissions which don't want to participate in
* any implicit synchronization.
*
- * The most common case are preemption fences, page table updates, TLB
- * flushes as well as explicit synced user submissions.
+ * The most common cases are preemption fences, page table updates, TLB
+ * flushes as well as explicitly synced user submissions.
*
- * Explicit synced user user submissions can be promoted to
+ * Explicitly synced user submissions can be promoted to
* DMA_RESV_USAGE_READ or DMA_RESV_USAGE_WRITE as needed using
* dma_buf_import_sync_file() when implicit synchronization should
* become necessary after initial adding of the fence.