]> Git Repo - J-linux.git/commitdiff
drm/i915/gem/i915_gem_ttm_move: Fix typo
authorDeming Wang <[email protected]>
Mon, 13 May 2024 06:14:51 +0000 (02:14 -0400)
committerRodrigo Vivi <[email protected]>
Mon, 13 May 2024 15:57:06 +0000 (11:57 -0400)
The mapings should be replaced by mappings.

Reviewed-by: Rodrigo Vivi <[email protected]>
Signed-off-by: Deming Wang <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Rodrigo Vivi <[email protected]>
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.
  */
This page took 0.046698 seconds and 4 git commands to generate.