Skip to content

Commit e97644e

Browse files
Colin Ian KingRoland Scheidegger
authored andcommitted
drm/vmwgfx: fix spelling mistake "Cant" -> "Can't"
There is a spelling mistake in a DRM_ERROR message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Roland Scheidegger <[email protected]>
1 parent 1ae96fc commit e97644e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/vmwgfx/vmwgfx_kms.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void vmw_kms_cursor_snoop(struct vmw_surface *srf,
186186
/* TODO handle none page aligned offsets */
187187
/* TODO handle more dst & src != 0 */
188188
/* TODO handle more then one copy */
189-
DRM_ERROR("Cant snoop dma request for cursor!\n");
189+
DRM_ERROR("Can't snoop dma request for cursor!\n");
190190
DRM_ERROR("(%u, %u, %u) (%u, %u, %u) (%ux%ux%u) %u %u\n",
191191
box->srcx, box->srcy, box->srcz,
192192
box->x, box->y, box->z,

0 commit comments

Comments
 (0)