[PATCH i-g-t] lib/xe/xe_spin.c: Fix typo
Jagmeet Randhawa
jagmeet.randhawa at intel.com
Tue May 7 19:23:12 UTC 2024
Fix typos to follow proper format.
Cc: Jonathan Cavitt <jonathan.cavitt at intel.com>
Signed-off-by: Jagmeet Randhawa <jagmeet.randhawa at intel.com>
---
lib/xe/xe_spin.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/xe/xe_spin.c b/lib/xe/xe_spin.c
index 381e5e950..2dbd51199 100644
--- a/lib/xe/xe_spin.c
+++ b/lib/xe/xe_spin.c
@@ -162,7 +162,7 @@ void xe_spin_init(struct xe_spin *spin, struct xe_spin_opts *opts)
* xe_spin_started:
* @spin: pointer to spinner mapped bo
*
- * Returns: true if spinner is running, othwerwise false.
+ * Returns: true if spinner is running, otherwise false.
*/
bool xe_spin_started(struct xe_spin *spin)
{
@@ -262,8 +262,8 @@ void xe_spin_sync_wait(int fd, struct igt_spin *spin)
* xe_spin_free:
* @spin: spin state from igt_spin_new()
*
- * Wrapper to free spinner whhich is triggered by xe_spin_create.
- * which distroys vm, exec_queue and unbinds the vm which is binded to
+ * Wrapper to free spinner which is triggered by xe_spin_create.
+ * which destroys vm, exec_queue and unbinds the vm which is binded to
* the exec_queue and bo.
*
*/
--
2.25.1
More information about the igt-dev
mailing list