aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2024-09-30 11:21:11 +0000
committerAlex Deucher <[email protected]>2024-10-01 21:41:04 +0000
commita3f4060e3733bb0b40438ddbdd01a4c8f48c594d (patch)
treec0664ecb8fb56018a449df2737930d48ed5ccb7a
parentdrm/amdkfd: Fix kdoc entry for 'get_wave_count()' function parameters (diff)
downloadkernel-a3f4060e3733bb0b40438ddbdd01a4c8f48c594d.tar.gz
kernel-a3f4060e3733bb0b40438ddbdd01a4c8f48c594d.zip
drm/amd/display: Reorganize kerneldoc parameter names
Reorganize kerneldoc parameter names to match the parameter order in the function header. Problems identified using Coccinelle. Reviewed-by: Harry Wentland <[email protected]> Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c
index 9c8e98682c4e..7df748ec0433 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc.c
@@ -621,8 +621,8 @@ dc_stream_forward_crc_window(struct dc_stream_state *stream,
* dc_stream_configure_crc() - Configure CRC capture for the given stream.
* @dc: DC Object
* @stream: The stream to configure CRC on.
- * @enable: Enable CRC if true, disable otherwise.
* @crc_window: CRC window (x/y start/end) information
+ * @enable: Enable CRC if true, disable otherwise.
* @continuous: Capture CRC on every frame if true. Otherwise, only capture
* once.
*