]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0805998a8d6feb76d27d7d2eb4cb66095ba12d63
tree205ca31bb5364618b8ef8611d0ab2706631f55fb
parentcdfd572754295122a87c3234ea34958555cc9f47
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