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

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>

authored by

Julia Lawall and committed by
Alex Deucher
a3f4060e a443852f

+1 -1
+1 -1
drivers/gpu/drm/amd/display/dc/core/dc.c
··· 621 621 * dc_stream_configure_crc() - Configure CRC capture for the given stream. 622 622 * @dc: DC Object 623 623 * @stream: The stream to configure CRC on. 624 - * @enable: Enable CRC if true, disable otherwise. 625 624 * @crc_window: CRC window (x/y start/end) information 625 + * @enable: Enable CRC if true, disable otherwise. 626 626 * @continuous: Capture CRC on every frame if true. Otherwise, only capture 627 627 * once. 628 628 *