]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/i915/gem/i915_gem_ttm_move: Fix typo
authorDeming Wang <wangdeming@inspur.com>
Mon, 13 May 2024 06:14:51 +0000 (02:14 -0400)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 13 May 2024 15:57:06 +0000 (11:57 -0400)
The mapings should be replaced by mappings.

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Deming Wang <wangdeming@inspur.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240513061451.1627-1-wangdeming@inspur.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c

index 7078af2f8f7957857605c523cbee2d48fae91908..03b00a03a634dc234492108e2b5e8c2870ab95fa 100644 (file)
@@ -155,7 +155,7 @@ void i915_ttm_adjust_gem_after_move(struct drm_i915_gem_object *obj)
  * @bo: The ttm buffer object.
  *
  * This function prepares an object for move by removing all GPU bindings,
- * removing all CPU mapings and finally releasing the pages sg-table.
+ * removing all CPU mappings and finally releasing the pages sg-table.
  *
  * Return: 0 if successful, negative error code on error.
  */