Skip to content

Commit 5eabf0c

Browse files
prosun786alexdeucher
authored andcommitted
drm/amd/display: Removed redundant @ symbol to fix kernel-doc warnings in -next repo
For linux-next repository. ./drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h:1: warning: no structured comments found ./drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h:132: warning: Incorrect use of kernel-doc format: * @@overlap_only: Whether overlapping of different planes is allowed. ./drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h:132: warning: Incorrect use of kernel-doc format: * @@overlap_only: Whether overlapping of different planes is allowed. ./drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h:1: warning: no structured comments found ./drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h:132: warning: Incorrect use of kernel-doc format: * @@overlap_only: Whether overlapping of different planes is allowed. ./drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h:162: warning: Function parameter or struct member 'pre_multiplied_alpha' not described in 'mpcc_blnd_cfg' Signed-off-by: R SUNDAR <prosunofficial@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 2c79b0b commit 5eabf0c

File tree

1 file changed

+3
-4
lines changed
  • drivers/gpu/drm/amd/display/dc/inc/hw

1 file changed

+3
-4
lines changed

drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,8 @@ struct mpcc_blnd_cfg {
110110
*/
111111
enum mpcc_alpha_blend_mode alpha_mode;
112112

113-
/***
114-
* @@pre_multiplied_alpha:
115-
*
113+
/**
114+
* @pre_multiplied_alpha:
116115
* Whether pixel color values were pre-multiplied by the alpha channel
117116
* (MPCC_ALPHA_MULTIPLIED_MODE).
118117
*/
@@ -129,7 +128,7 @@ struct mpcc_blnd_cfg {
129128
int global_alpha;
130129

131130
/**
132-
* @@overlap_only: Whether overlapping of different planes is allowed.
131+
* @overlap_only: Whether overlapping of different planes is allowed.
133132
*/
134133
bool overlap_only;
135134

0 commit comments

Comments
 (0)