From: Colin Ian King Date: Fri, 12 Mar 2021 10:08:42 +0000 (+0000) Subject: drm/amd/pm: Fix spelling mistake "disble" -> "disable" X-Git-Tag: v5.15.73~11975^2~19^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=078025afed2c1ae7ef9d70b1c6e6976573d68be2;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Alex Deucher --- 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); }