Commit 8bd6287f authored by Brian Paul's avatar Brian Paul Committed by Sinclair Yeh
Browse files

drm/vmwgfx: fix comment mistake for vmw_cmd_dx_set_index_buffer()



Comment fix.

Signed-off-by: default avatarBrian Paul <brianp@vmware.com>
Reviewed-by: default avatarNeha Bhende <bhenden@vmware.com>
parent a02f6da6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2584,7 +2584,7 @@ static int vmw_cmd_dx_set_vertex_buffers(struct vmw_private *dev_priv,

/**
 * vmw_cmd_dx_ia_set_vertex_buffers - Validate an
 * SVGA_3D_CMD_DX_IA_SET_VERTEX_BUFFERS command.
 * SVGA_3D_CMD_DX_IA_SET_INDEX_BUFFER command.
 *
 * @dev_priv: Pointer to a device private struct.
 * @sw_context: The software context being used for this batch.