Commit ecc8271f authored by Ghanshyam Agrawal's avatar Ghanshyam Agrawal Committed by Zack Rusin

drm/vmwgfx: Fix typos in vmwgfx_execbuf.c

Fix typos in vmwgfx_execbuf.c.
Signed-off-by: default avatarGhanshyam Agrawal <ghanshyam1898@gmail.com>
Signed-off-by: default avatarZack Rusin <zack.rusin@broadcom.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231215053016.552019-1-ghanshyam1898@gmail.com
parent 09d015de
...@@ -621,10 +621,10 @@ static int vmw_resources_reserve(struct vmw_sw_context *sw_context) ...@@ -621,10 +621,10 @@ static int vmw_resources_reserve(struct vmw_sw_context *sw_context)
* @sw_context: Pointer to the software context. * @sw_context: Pointer to the software context.
* @res_type: Resource type. * @res_type: Resource type.
* @dirty: Whether to change dirty status. * @dirty: Whether to change dirty status.
* @converter: User-space visisble type specific information. * @converter: User-space visible type specific information.
* @id_loc: Pointer to the location in the command buffer currently being parsed * @id_loc: Pointer to the location in the command buffer currently being parsed
* from where the user-space resource id handle is located. * from where the user-space resource id handle is located.
* @p_res: Pointer to pointer to resource validalidation node. Populated on * @p_res: Pointer to pointer to resource validation node. Populated on
* exit. * exit.
*/ */
static int static int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment