]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: dc_hw_sequencer.c: remove kernel-doc comments
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 8 Nov 2025 01:35:04 +0000 (17:35 -0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Nov 2025 15:52:23 +0000 (10:52 -0500)
commit7203fa78db33b1a95b64d28828372311da715f1d
treec4879e59eb558831a68b53b16571f4bfbdfb42e5
parentc58b5d82695cd781c6781d287076109fe91f713a
drm/amd/display: dc_hw_sequencer.c: remove kernel-doc comments

Change comments from kernel-doc style "/**" to normal C comments
"/*" since the comments are not in kernel-doc format.
This fixes around 39 kernel-doc warnings like this one:

drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c:1322: warning:
 This comment starts with '/**', but isn't a kernel-doc comment.
 Refer Documentation/doc-guide/kernel-doc.rst

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202511062036.Ry8Z2APc-lkp@intel.com/
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c