From: Nirmoy Das Date: Mon, 6 Apr 2020 08:08:47 +0000 (+0200) Subject: drm/amd/powerplay: fix a typo X-Git-Tag: v5.15~3606^2~20^2~168 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db3e0a284eaca583f2b765731489120d7cc0458d;p=platform%2Fkernel%2Flinux-starfive.git drm/amd/powerplay: fix a typo Util -> Until Fixes: 567c8fc4a0d28b63f ("drm/amd/powerplay: implement the is_dpm_running()") Signed-off-by: Nirmoy Das Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/powerplay/renoir_ppt.c b/drivers/gpu/drm/amd/powerplay/renoir_ppt.c index ff73a735b888..95eb44515e36 100644 --- a/drivers/gpu/drm/amd/powerplay/renoir_ppt.c +++ b/drivers/gpu/drm/amd/powerplay/renoir_ppt.c @@ -896,7 +896,7 @@ static int renoir_read_sensor(struct smu_context *smu, static bool renoir_is_dpm_running(struct smu_context *smu) { /* - * Util now, the pmfw hasn't exported the interface of SMU + * Until now, the pmfw hasn't exported the interface of SMU * feature mask to APU SKU so just force on all the feature * at early initial stage. */