mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04:00
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 <harry.wentland@amd.com> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
a443852f85
commit
a3f4060e37
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user