Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display: Don't use kernel-doc comment in dc_register_software_state struct

Sphinx reports kernel-doc warning:

WARNING: ./drivers/gpu/drm/amd/display/dc/dc.h:2796 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst
* Software state variables used to program register fields across the display pipeline

Don't use kernel-doc comment syntax to fix it.

Fixes: b0ff344fe70c ("drm/amd/display: Add interface to capture expected HW state from SW state")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Bagas Sanjaya and committed by
Alex Deucher
b1e2a6a5 563dfbef

+1 -1
+1 -1
drivers/gpu/drm/amd/display/dc/dc.h
··· 2854 2854 2855 2855 void dc_get_power_feature_status(struct dc *dc, int primary_otg_inst, struct power_features *out_data); 2856 2856 2857 - /** 2857 + /* 2858 2858 * Software state variables used to program register fields across the display pipeline 2859 2859 */ 2860 2860 struct dc_register_software_state {