[PATCH v3 3/8] drm/i915/gem: fix typos in i915/gem files
Krzysztof Niemiec
krzysztof.niemiec at intel.com
Fri Jan 17 17:33:34 UTC 2025
Hi Nitin,
> diff --git a/drivers/gpu/drm/i915/gem/i915_gem_context_types.h b/drivers/gpu/drm/i915/gem/i915_gem_context_types.h
> index b6d97da63d1f..621140a7fda3 100644
> --- a/drivers/gpu/drm/i915/gem/i915_gem_context_types.h
> +++ b/drivers/gpu/drm/i915/gem/i915_gem_context_types.h
> @@ -245,7 +245,7 @@ struct i915_gem_context {
> * Execbuf uses the I915_EXEC_RING_MASK as an index into this
> * array to select which HW context + engine to execute on. For
> * the default array, the user_ring_map[] is used to translate
> - * the legacy uABI onto the approprate index (e.g. both
> + * the legacy uABI onto the appropriate index (e.g. both
> * I915_EXEC_DEFAULT and I915_EXEC_RENDER select the same
> * context, and I915_EXEC_BSD is weird). For a use defined
Codespell won't catch it, but I presume it should be "user defined"
> * array, execbuf uses I915_EXEC_RING_MASK as a plain index.
Thanks
Krzysztof
More information about the Intel-gfx
mailing list