summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/powerplay
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-03-12 10:08:42 +0000
committerAlex Deucher <alexander.deucher@amd.com>2021-03-23 23:31:02 -0400
commit078025afed2c1ae7ef9d70b1c6e6976573d68be2 (patch)
treefb9cc9be7fea658a73d42cd0861d97768719ea5d /drivers/gpu/drm/amd/pm/powerplay
parent6e58941cff74aac49659abc8b27740c0457c2397 (diff)
drm/amd/pm: Fix spelling mistake "disble" -> "disable"
There is a spelling mistake in an assert message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/powerplay')
-rw-r--r--drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c b/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
index 0d725b66fb78..7edafef095a3 100644
--- a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
+++ b/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
@@ -1300,7 +1300,7 @@ static int smu7_start_dpm(struct pp_hwmgr *hwmgr)
(0 == smum_send_msg_to_smc(hwmgr,
PPSMC_MSG_PCIeDPM_Disable,
NULL)),
- "Failed to disble pcie DPM during DPM Start Function!",
+ "Failed to disable pcie DPM during DPM Start Function!",
return -EINVAL);
}