OSDN Git Service

drm/amd/display: fix typo "to found" -> "to find"
authorRoman Li <roman.li@amd.com>
Thu, 20 Feb 2020 15:04:54 +0000 (10:04 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Mar 2020 05:29:28 +0000 (00:29 -0500)
commit3c1fcc55425094e3593a2d2d03c93a24b85f564a
tree205ca31bb5364618b8ef8611d0ab2706631f55fb
parent9b31b4e8b085015d23e0c4e4692ac569ce09060c
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>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c