]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amd/amdgpu: fix spelling mistake "matech" -> "match"
authorColin Ian King <colin.king@canonical.com>
Fri, 1 Feb 2019 10:41:59 +0000 (10:41 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Feb 2019 02:15:32 +0000 (21:15 -0500)
There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c

index 0d90672d0e58481c5f9805582ac63ef5beb7e828..407dd16cc35c285765490e1430ce9c3119dd0e83 100644 (file)
@@ -125,7 +125,7 @@ int amdgpu_xgmi_add_device(struct amdgpu_device *adev)
        if (!hive) {
                ret = -EINVAL;
                dev_err(adev->dev,
-                       "XGMI: node 0x%llx, can not matech hive 0x%llx in the hive list.\n",
+                       "XGMI: node 0x%llx, can not match hive 0x%llx in the hive list.\n",
                        adev->gmc.xgmi.node_id, adev->gmc.xgmi.hive_id);
                goto exit;
        }