]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
drm/amd/powerplay: fix spelling mistake "unknow" -> "unknown"
authorColin Ian King <colin.king@canonical.com>
Wed, 20 Mar 2019 17:29:09 +0000 (17:29 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 21 Mar 2019 04:39:49 +0000 (23:39 -0500)
There is a spelling mistake in pr_warn 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/powerplay/smu_v11_0.c

index 17143888e37e7ff35c1091a3e4a07c0c78611543..026bebe6fb45ff19becca8dd4598ba5ff82cef02 100644 (file)
@@ -2024,6 +2024,6 @@ void smu_v11_0_set_smu_funcs(struct smu_context *smu)
                vega20_set_ppt_funcs(smu);
                break;
        default:
-               pr_warn("Unknow asic for smu11\n");
+               pr_warn("Unknown asic for smu11\n");
        }
 }