drm/amd/display: Removed redundant @ symbol to fix kernel-doc warnings in -next repo
authorR SUNDAR <prosunofficial@gmail.com>
Wed, 6 Mar 2024 03:24:14 +0000 (08:54 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Mar 2024 20:33:39 +0000 (15:33 -0500)
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>
drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h

index ba9b942ce09f9ade4e705a86631159b2190f4413..34a398f23fc6fc18fa91bcae059a6e8a06866fc8 100644 (file)
@@ -110,9 +110,8 @@ struct mpcc_blnd_cfg {
         */
        enum mpcc_alpha_blend_mode alpha_mode;
 
-       /***
-        * @@pre_multiplied_alpha:
-        *
+       /**
+        * @pre_multiplied_alpha:
         * Whether pixel color values were pre-multiplied by the alpha channel
         * (MPCC_ALPHA_MULTIPLIED_MODE).
         */
@@ -129,7 +128,7 @@ struct mpcc_blnd_cfg {
        int global_alpha;
 
        /**
-        * @@overlap_only: Whether overlapping of different planes is allowed.
+        * @overlap_only: Whether overlapping of different planes is allowed.
         */
        bool overlap_only;