diff options
| author | Nitin Gote <nitin.r.gote@intel.com> | 2025-01-06 15:56:46 +0530 |
|---|---|---|
| committer | Nirmoy Das <nirmoy.das@intel.com> | 2025-01-09 17:58:09 +0100 |
| commit | 75fd04f276de31cc59419fda169232d097fbf291 (patch) | |
| tree | 7f06bb57decf8b4a0d047dd55084d1db5d83fff8 /drivers/gpu/drm/xe/xe_exec.c | |
| parent | 3259ff4eff330f8451e8f569951752f5aea38405 (diff) | |
| download | linux-75fd04f276de31cc59419fda169232d097fbf291.tar.gz linux-75fd04f276de31cc59419fda169232d097fbf291.tar.bz2 linux-75fd04f276de31cc59419fda169232d097fbf291.zip | |
drm/xe: Fix all typos in xe
Fix all typos in files of xe, reported by codespell tool.
Signed-off-by: Nitin Gote <nitin.r.gote@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Reviewed-by: Stuart Summers <stuart.summers@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250106102646.1400146-2-nitin.r.gote@intel.com
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_exec.c')
| -rw-r--r-- | drivers/gpu/drm/xe/xe_exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_exec.c b/drivers/gpu/drm/xe/xe_exec.c index 31cca938956f..df8ce550deb4 100644 --- a/drivers/gpu/drm/xe/xe_exec.c +++ b/drivers/gpu/drm/xe/xe_exec.c @@ -33,7 +33,7 @@ * * In XE we avoid all of this complication by not allowing a BO list to be * passed into an exec, using the dma-buf implicit sync uAPI, have binds as - * seperate operations, and using the DRM scheduler to flow control the ring. + * separate operations, and using the DRM scheduler to flow control the ring. * Let's deep dive on each of these. * * We can get away from a BO list by forcing the user to use in / out fences on |