projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b13aa10
)
drm/amd/pp: Fix spelling mistake: "suppported" -> "supported"
author
Colin Ian King
<
[email protected]
>
Tue, 27 Mar 2018 08:32:57 +0000
(09:32 +0100)
committer
Alex Deucher
<
[email protected]
>
Wed, 11 Apr 2018 18:07:49 +0000
(13:07 -0500)
Trivial fix to spelling mistake in pr_warn warning message text
Reviewed-by: Rex Zhu <
[email protected]
>
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c
b/drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c
index 0f2851b5b368ea4d89f09d31ad3ae79b75cbfe21..308bff2b5d1d2c015dadf2b4665515f7630a63d9 100644
(file)
--- a/
drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c
+++ b/
drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c
@@
-46,7
+46,7
@@
int psm_init_power_state_table(struct pp_hwmgr *hwmgr)
sizeof(struct pp_power_state);
if (table_entries == 0 || size == 0) {
- pr_warn("Please check whether power state management is supp
p
orted on this asic\n");
+ pr_warn("Please check whether power state management is supported on this asic\n");
return 0;
}