Commit 3a79c5e3 authored by Lee Jones's avatar Lee Jones Committed by Zack Rusin

drm/vmwgfx/vmwgfx_cmdbuf_res: Rename param description and remove another

Also fix a small formatting issue.

Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c:83: warning: Function parameter or member 'res_type' not described in 'vmw_cmdbuf_res_lookup'
 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c:83: warning: Excess function parameter 'resource_type' description in 'vmw_cmdbuf_res_lookup'
 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c:161: warning: Excess function parameter 'man' description in 'vmw_cmdbuf_res_revert'
 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c:330: warning: Cannot understand  *

Cc: VMware Graphics <linux-graphics-maintainer@vmware.com>
Cc: Roland Scheidegger <sroland@vmware.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarZack Rusin <zackr@vmware.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210115181313.3431493-36-lee.jones@linaro.org
parent cde3435a
...@@ -69,7 +69,7 @@ struct vmw_cmdbuf_res_manager { ...@@ -69,7 +69,7 @@ struct vmw_cmdbuf_res_manager {
* vmw_cmdbuf_res_lookup - Look up a command buffer resource * vmw_cmdbuf_res_lookup - Look up a command buffer resource
* *
* @man: Pointer to the command buffer resource manager * @man: Pointer to the command buffer resource manager
* @resource_type: The resource type, that combined with the user key * @res_type: The resource type, that combined with the user key
* identifies the resource. * identifies the resource.
* @user_key: The user key. * @user_key: The user key.
* *
...@@ -148,7 +148,6 @@ void vmw_cmdbuf_res_commit(struct list_head *list) ...@@ -148,7 +148,6 @@ void vmw_cmdbuf_res_commit(struct list_head *list)
/** /**
* vmw_cmdbuf_res_revert - Revert a list of command buffer resource actions * vmw_cmdbuf_res_revert - Revert a list of command buffer resource actions
* *
* @man: Pointer to the command buffer resource manager
* @list: Caller's list of command buffer resource action * @list: Caller's list of command buffer resource action
* *
* This function reverts a list of command buffer resource * This function reverts a list of command buffer resource
...@@ -327,7 +326,6 @@ void vmw_cmdbuf_res_man_destroy(struct vmw_cmdbuf_res_manager *man) ...@@ -327,7 +326,6 @@ void vmw_cmdbuf_res_man_destroy(struct vmw_cmdbuf_res_manager *man)
} }
/** /**
*
* vmw_cmdbuf_res_man_size - Return the size of a command buffer managed * vmw_cmdbuf_res_man_size - Return the size of a command buffer managed
* resource manager * resource manager
* *
......
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