dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/amd/display: dcn35_hwseq: use common comment to prevent kernel-doc warnings
@ 2023-12-31 23:45 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2023-12-31 23:45 UTC (permalink / raw)
  To: dri-devel
  Cc: Pan, Xinhui, Leo Li, Randy Dunlap, Rodrigo Siqueira, amd-gfx,
	Maxime Ripard, Thomas Zimmermann, Alex Deucher,
	Christian König

Change non-kernel-doc comments to use "/*" to prevent warnings from
scripts/kernel-doc.

dcn35_hwseq.c:1124: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
         * power down sequence
dcn35_hwseq.c:1124: warning: missing initial short description on line:
         * power down sequence
dcn35_hwseq.c:1176: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
         * power up sequence
dcn35_hwseq.c:1176: warning: missing initial short description on line:
         * power up sequence

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Leo Li <sunpeng.li@amd.com>
Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: "Pan, Xinhui" <Xinhui.Pan@amd.com>
Cc: amd-gfx@lists.freedesktop.org
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
---
I thought that I sent this patch but it's not in the lore archive
so I'm sending it again. Apologies if you get it twice.

 drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -- a/drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c b/drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c
--- a/drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c
+++ b/drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c
@@ -1120,7 +1120,7 @@ void dcn35_calc_blocks_to_ungate(struct
 		update_state->pg_res_update[PG_HPO] = true;
 
 }
-/**
+/*
 	 * power down sequence
 	 * ONO Region 3, DCPG 25: hpo - SKIPPED
 	 * ONO Region 4, DCPG 0: dchubp0, dpp0
@@ -1172,7 +1172,7 @@ void dcn35_hw_block_power_down(struct dc
 	//domain22, 23, 25 currently always on.
 
 }
-/**
+/*
 	 * power up sequence
 	 * ONO Region 0, DCPG 22: dccg dio dcio - SKIPPED
 	 * ONO Region 2, DCPG 24: mpc opp optc dwb

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-31 23:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-31 23:45 [PATCH] drm/amd/display: dcn35_hwseq: use common comment to prevent kernel-doc warnings Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).