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 <lee@kernel.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1 parent 5292070 commit ea45025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)