drm/vmwgfx/vmwgfx_cmdbuf_res: Rename param description and remove another
authorLee Jones <lee.jones@linaro.org>
Fri, 15 Jan 2021 18:13:08 +0000 (18:13 +0000)
committerZack Rusin <zackr@vmware.com>
Tue, 19 Jan 2021 19:18:45 +0000 (14:18 -0500)
commit3a79c5e3e653e912d1b1939e8746fb51b2a87860
tree305b419eb929d989a1aec234cae821c004b5336c
parentcde3435af618c7d2f9c7d598087250fa897fa2bf
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: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Zack Rusin <zackr@vmware.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210115181313.3431493-36-lee.jones@linaro.org
drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c