diff mbox series

[1/1] drm/scheduler: fix typos

Message ID 20210303094737.119725-1-nirmoy.das@amd.com (mailing list archive)
State New, archived
Headers show
Series [1/1] drm/scheduler: fix typos | expand

Commit Message

Das, Nirmoy March 3, 2021, 9:47 a.m. UTC
Fix two typos in struct drm_sched_entity doc

Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>
---
 include/drm/gpu_scheduler.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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