Commit aa03febb authored by Lee Jones's avatar Lee Jones Committed by Alex Deucher

drm/amd/display/dc/dce110/dce110_transform_v: Demote kernel-doc abuse

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

 drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_transform_v.c:228: warning: bad line:    void
 drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_transform_v.c:233: warning: Function parameter or member 'xfm_dce' not described in 'program_overscan'
 drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_transform_v.c:233: warning: Function parameter or member 'data' not described in 'program_overscan'

Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Leo Li <sunpeng.li@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: "Christian König" <christian.koenig@amd.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: amd-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent bfde520e
...@@ -217,16 +217,15 @@ static bool setup_scaling_configuration( ...@@ -217,16 +217,15 @@ static bool setup_scaling_configuration(
return is_scaling_needed; return is_scaling_needed;
} }
/** /*
* Function: * Function:
* void program_overscan * void program_overscan
* *
* Purpose: Programs overscan border * Purpose: Programs overscan border
* Input: overscan * Input: overscan
* *
* Output: * Output: void
void */
*/
static void program_overscan( static void program_overscan(
struct dce_transform *xfm_dce, struct dce_transform *xfm_dce,
const struct scaler_data *data) const struct scaler_data *data)
......
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