Skip to content

Commit be13d94

Browse files
Colin Ian Kingxlnx-hyunkwon
authored andcommitted
drm: xlnx: fix spelling mistake "failes" -> "failed"
There is a spelling mistake in a dev_dbg messages. Fix it. Signed-off-by: Colin Ian King <[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 175233f commit be13d94

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
@@ -1308,7 +1308,7 @@ zynqmp_dp_connector_detect(struct drm_connector *connector, bool force)
13081308
ret = drm_dp_dpcd_read(&dp->aux, 0x0, dp->dpcd,
13091309
sizeof(dp->dpcd));
13101310
if (ret < 0) {
1311-
dev_dbg(dp->dev, "DPCD read failes");
1311+
dev_dbg(dp->dev, "DPCD read failed");
13121312
goto disconnected;
13131313
}
13141314

0 commit comments

Comments
 (0)