Skip to content

Commit

Permalink
drm/vmwgfx: fix comment mistake for vmw_cmd_dx_set_index_buffer()
Browse files Browse the repository at this point in the history
Comment fix.

Signed-off-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Neha Bhende <bhenden@vmware.com>
  • Loading branch information
Brian Paul authored and Sinclair Yeh committed Jul 18, 2017
1 parent a02f6da commit 8bd6287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8bd6287

Please sign in to comment.