diff mbox series

drm/vmwgfx: Fix spelling mistake "vmw_surface_cach" -> "vmw_surface_cache"

Message ID 20210916075816.41295-1-colin.king@canonical.com (mailing list archive)
State New, archived
Headers show
Series drm/vmwgfx: Fix spelling mistake "vmw_surface_cach" -> "vmw_surface_cache" | expand

Commit Message

Colin King Sept. 16, 2021, 7:58 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in the cache argument in the comment block,
fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpu/drm/vmwgfx/vmw_surface_cache.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/gpu/drm/vmwgfx/vmw_surface_cache.h b/drivers/gpu/drm/vmwgfx/vmw_surface_cache.h
index b0d87c5f58d8..e9536c901213 100644
--- a/drivers/gpu/drm/vmwgfx/vmw_surface_cache.h
+++ b/drivers/gpu/drm/vmwgfx/vmw_surface_cache.h
@@ -371,7 +371,7 @@  static inline u32 vmw_surface_subres(const struct vmw_surface_cache *cache,
  * @format: The surface format.
  * @num_mip_levels: Number of mipmap levels.
  * @num_layers: Number of layers.
- * @cache: Pointer to a struct vmw_surface_cach object to be filled in.
+ * @cache: Pointer to a struct vmw_surface_cache object to be filled in.
  *
  * Return: Zero on success, -EINVAL on invalid surface layout.
  */