From: Alexandre Demers Date: Thu, 23 Jun 2016 03:31:29 +0000 (-0400) Subject: drm/amd/powerplay: fix typos in comment in polaris' hwmgr X-Git-Tag: v4.8-rc1~62^2~23^2~38 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=880a076cdefe7f345d25e462cd327bea9ff81831;p=karo-tx-linux.git drm/amd/powerplay: fix typos in comment in polaris' hwmgr Signed-off-by: Alexandre Demers Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c index b3bc8fb42de5..c2b05af05780 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c @@ -1404,9 +1404,9 @@ static int polaris10_populate_all_memory_levels(struct pp_hwmgr *hwmgr) return result; } - /* in order to prevent MC activity from stutter mode to push DPM up. + /* In order to prevent MC activity from stutter mode to push DPM up, * the UVD change complements this by putting the MCLK in - * a higher state by default such that we are not effected by + * a higher state by default such that we are not affected by * up threshold or and MCLK DPM latency. */ levels[0].ActivityLevel = 0x1f;