Skip to content

Commit 2d889db

Browse files
Wei Yongjunxlnx-hyunkwon
authored andcommitted
drm: xlnx: Fix typo in parameter description
Fix typo in parameter description. Fixes: d76271d ("drm: xlnx: DRM/KMS driver for Xilinx ZynqMP DisplayPort Subsystem") Reported-by: Hulk Robot <[email protected]> Signed-off-by: Wei Yongjun <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Reviewed-by: Hyun Kwon <[email protected]> Signed-off-by: Hyun Kwon <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent be13d94 commit 2d889db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/xlnx/zynqmp_dp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ MODULE_PARM_DESC(aux_timeout_ms, "DP aux timeout value in msec (default: 50)");
4444
*/
4545
static uint zynqmp_dp_power_on_delay_ms = 4;
4646
module_param_named(power_on_delay_ms, zynqmp_dp_power_on_delay_ms, uint, 0444);
47-
MODULE_PARM_DESC(aux_timeout_ms, "DP power on delay in msec (default: 4)");
47+
MODULE_PARM_DESC(power_on_delay_ms, "DP power on delay in msec (default: 4)");
4848

4949
/* Link configuration registers */
5050
#define ZYNQMP_DP_LINK_BW_SET 0x0

0 commit comments

Comments
 (0)