[PATCH 1/1] drm/scheduler: fix typos
Nirmoy Das
nirmoy.das at amd.com
Wed Mar 3 09:47:37 UTC 2021
Fix two typos in struct drm_sched_entity doc
Signed-off-by: Nirmoy Das <nirmoy.das at amd.com>
---
include/drm/gpu_scheduler.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/drm/gpu_scheduler.h b/include/drm/gpu_scheduler.h
index 1c815e0a14ed..3782a49568b0 100644
--- a/include/drm/gpu_scheduler.h
+++ b/include/drm/gpu_scheduler.h
@@ -74,8 +74,8 @@ enum drm_sched_priority {
* @fini_status: contains the exit status in case the process was signalled.
* @last_scheduled: points to the finished fence of the last scheduled job.
* @last_user: last group leader pushing a job into the entity.
- * @stopped: Marks the enity as removed from rq and destined for termination.
- * @entity_idle: Signals when enityt is not in use
+ * @stopped: Marks the entity as removed from rq and destined for termination.
+ * @entity_idle: Signals when entity is not in use
*
* Entities will emit jobs in order to their corresponding hardware
* ring, and the scheduler will alternate between entities based on
--
2.30.1
More information about the dri-devel
mailing list