drm/vmwgfx: fix spelling mistake "Cant" -> "Can't"
authorColin Ian King <colin.king@canonical.com>
Mon, 10 Aug 2020 10:04:01 +0000 (11:04 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 11 Aug 2020 01:16:03 +0000 (03:16 +0200)
There is a spelling mistake in a DRM_ERROR message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Roland Scheidegger <sroland@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c

index 6e9a613..312ed08 100644 (file)
@@ -186,7 +186,7 @@ void vmw_kms_cursor_snoop(struct vmw_surface *srf,
                /* TODO handle none page aligned offsets */
                /* TODO handle more dst & src != 0 */
                /* TODO handle more then one copy */
-               DRM_ERROR("Cant snoop dma request for cursor!\n");
+               DRM_ERROR("Can't snoop dma request for cursor!\n");
                DRM_ERROR("(%u, %u, %u) (%u, %u, %u) (%ux%ux%u) %u %u\n",
                          box->srcx, box->srcy, box->srcz,
                          box->x, box->y, box->z,