All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/gem/i915_gem_ttm_move: Fix typo
@ 2024-05-13  6:14 Deming Wang
  2024-05-13 14:21 ` ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Deming Wang @ 2024-05-13  6:14 UTC (permalink / raw)
  To: airlied, daniel; +Cc: intel-gfx, dri-devel, linux-kernel, Deming Wang

The mapings should be replaced by mappings.

Signed-off-by: Deming Wang <wangdeming@inspur.com>
---
 drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c b/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c
index 7078af2f8f79..03b00a03a634 100644
--- a/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c
+++ b/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c
@@ -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.
  */
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-05-13 18:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13  6:14 [PATCH] drm/i915/gem/i915_gem_ttm_move: Fix typo Deming Wang
2024-05-13 14:21 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-05-13 15:58 ` [PATCH] " Rodrigo Vivi
2024-05-13 18:33 ` ✓ Fi.CI.IGT: success for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.