drm/amd/powerplay: fix spelling mistake "unknow" -> "unknown"

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>
This commit is contained in:
Colin Ian King 2019-03-20 17:29:09 +00:00 committed by Alex Deucher
parent 5ea8b4725f
commit 0a958328b0
1 changed files with 1 additions and 1 deletions

View 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");
}
}