提交 986567e4 编写于 作者: C Colin Ian King 提交者: Alex Deucher

drm/amd/pp: Fix spelling mistake: "suppported" -> "supported"

Trivial fix to spelling mistake in pr_warn warning message text
Reviewed-by: NRex Zhu <Rex.Zhu@amd.com>
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 b13aa109
...@@ -46,7 +46,7 @@ int psm_init_power_state_table(struct pp_hwmgr *hwmgr) ...@@ -46,7 +46,7 @@ int psm_init_power_state_table(struct pp_hwmgr *hwmgr)
sizeof(struct pp_power_state); sizeof(struct pp_power_state);
if (table_entries == 0 || size == 0) { if (table_entries == 0 || size == 0) {
pr_warn("Please check whether power state management is suppported on this asic\n"); pr_warn("Please check whether power state management is supported on this asic\n");
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册