commit | 3c1fcc55425094e3593a2d2d03c93a24b85f564a | [log] [tgz] |
---|---|---|
author | Roman Li <roman.li@amd.com> | Thu Feb 20 10:04:54 2020 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Mar 05 00:29:28 2020 -0500 |
tree | 205ca31bb5364618b8ef8611d0ab2706631f55fb | |
parent | 9b31b4e8b085015d23e0c4e4692ac569ce09060c [diff] |
drm/amd/display: fix typo "to found" -> "to find" [Why] Typo in amdgpu_dm error message: "Failed to found connector for link!" [How] 1. Replace with: "Failed to find connector for link!" 2. Fix indentation checkpatch warnings. Signed-off-by: Roman Li <roman.li@amd.com> Reviewed-by: Zhan Liu <Zhan.Liu@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>