]> Git Repo - linux.git/commitdiff
drm/amd/display: fix replay_mode kernel-doc warning
authorRandy Dunlap <[email protected]>
Sun, 10 Sep 2023 23:44:50 +0000 (16:44 -0700)
committerAlex Deucher <[email protected]>
Mon, 11 Sep 2023 21:19:22 +0000 (17:19 -0400)
Fix the typo in the kernel-doc for @replay_mode to prevent
kernel-doc warnings:

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:623: warning: Incorrect use of kernel-doc format:          * @replay mode: Replay supported
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:626: warning: Function parameter or member 'replay_mode' not described in 'amdgpu_hdmi_vsdb_info'

Fixes: ec8e59cb4e0c ("drm/amd/display: Get replay info from VSDB")
Signed-off-by: Randy Dunlap <[email protected]>
Reported-by: kernel test robot <[email protected]>
Cc: Bhawanpreet Lakha <[email protected]>
Cc: Harry Wentland <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: Leo Li <[email protected]>
Cc: Rodrigo Siqueira <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Hamza Mahfooz <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h

index a2d34be82613c5614f1b6cecb3f987121ae0afd0..9e4cc5eeda767e36bd591dff20adf2202dd93119 100644 (file)
@@ -620,7 +620,7 @@ struct amdgpu_hdmi_vsdb_info {
        unsigned int max_refresh_rate_hz;
 
        /**
-        * @replay mode: Replay supported
+        * @replay_mode: Replay supported
         */
        bool replay_mode;
 };
This page took 0.052461 seconds and 4 git commands to generate.