<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><br>
</p>
<div class="moz-cite-prefix">On 10/29/2024 10:43 PM, Lucas De Marchi
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:20241029214351.776293-4-lucas.demarchi@intel.com">
<pre wrap="" class="moz-quote-pre">Reword documentation to possibly what it meant to be.
Signed-off-by: Lucas De Marchi <a class="moz-txt-link-rfc2396E" href="mailto:lucas.demarchi@intel.com"><lucas.demarchi@intel.com></a></pre>
</blockquote>
<br>
<pre wrap="" class="moz-quote-pre"><span
style="padding: 0px; tab-size: 8;"
class="hljs diff colorediffs language-diff">Reviewed-by: Nirmoy Das </span><a
class="moz-txt-link-rfc2396E" href="mailto:nirmoy.das@intel.com"><nirmoy.das@intel.com></a><span
style="padding: 0px; tab-size: 8;"
class="hljs diff colorediffs language-diff"></span></pre>
<blockquote type="cite"
cite="mid:20241029214351.776293-4-lucas.demarchi@intel.com">
<pre wrap="" class="moz-quote-pre">
---
drivers/gpu/drm/xe/xe_device_types.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_device_types.h b/drivers/gpu/drm/xe/xe_device_types.h
index 85bede4dd6461..ef7412d653d2e 100644
--- a/drivers/gpu/drm/xe/xe_device_types.h
+++ b/drivers/gpu/drm/xe/xe_device_types.h
@@ -597,7 +597,7 @@ struct xe_file {
/** @vm.xe: xarray to store VMs */
struct xarray xa;
/**
- * @vm.lock: Protects VM lookup + reference and removal a from
+ * @vm.lock: Protects VM lookup + reference and removal from
* file xarray. Not an intended to be an outer lock which does
* thing while being held.
*/
@@ -610,8 +610,8 @@ struct xe_file {
struct xarray xa;
/**
* @exec_queue.lock: Protects exec queue lookup + reference and
- * removal a frommfile xarray. Not an intended to be an outer
- * lock which does thing while being held.
+ * removal from file xarray. Not intended to be an outer lock
+ * which does things while being held.
*/
struct mutex lock;
} exec_queue;
</pre>
</blockquote>
</body>
</html>