[PATCH 1/2] drm/amd/powerplay: fix trivial typo and tidy comment
Alexandre Demers
alexandre.f.demers at gmail.com
Thu Jun 23 03:31:28 UTC 2016
Signed-off-by: Alexandre Demers <alexandre.f.demers at gmail.com>
---
drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c b/drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c
index fa208ad..a1be9bf 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c
@@ -310,7 +310,7 @@ int phm_store_dal_configuration_data(struct pp_hwmgr *hwmgr,
return -EINVAL;
hwmgr->display_config = *display_config;
- /* to do pass other display configuration in furture */
+ /* TODO: pass other display configuration in the future */
if (hwmgr->hwmgr_func->store_cc6_data)
hwmgr->hwmgr_func->store_cc6_data(hwmgr,
--
2.9.0
More information about the amd-gfx
mailing list