Skip to content

Commit ea45025

Browse files
lag-linaropinchartl
authored andcommitted
drm/xlnx/zynqmp_dp: Fix function name zynqmp_dp_link_train() -> zynqmp_dp_train()
Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/xlnx/zynqmp_dp.c:793: warning: expecting prototype for zynqmp_dp_link_train(). Prototype was for zynqmp_dp_train() instead Signed-off-by: Lee Jones <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]>
1 parent 5292070 commit ea45025

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
@@ -784,7 +784,7 @@ static int zynqmp_dp_link_train_ce(struct zynqmp_dp *dp)
784784
}
785785

786786
/**
787-
* zynqmp_dp_link_train - Train the link
787+
* zynqmp_dp_train - Train the link
788788
* @dp: DisplayPort IP core structure
789789
*
790790
* Return: 0 if all trains are done successfully, or corresponding error code.

0 commit comments

Comments
 (0)