diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-10-14 11:27:15 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-10-25 14:38:44 -0400 |
commit | cf35c7ca3d50286a3ac7672aa7d26a8d2e930706 (patch) | |
tree | 7a71a65bb345c5bfbc3dc39cc238b26785e6649c | |
parent | 623fea1868ee49965bdaa73fe27c64430de5179e (diff) |
drm/amdgpu/powerplay: fix spelling in amdgpu_powerplay.h
and update a comment as well.
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.h index da5cf47cfd99..ee6ea6c98e4f 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.h | |||
@@ -23,11 +23,11 @@ | |||
23 | * | 23 | * |
24 | */ | 24 | */ |
25 | 25 | ||
26 | #ifndef __AMDGPU_POPWERPLAY_H__ | 26 | #ifndef __AMDGPU_POWERPLAY_H__ |
27 | #define __AMDGPU_POPWERPLAY_H__ | 27 | #define __AMDGPU_POWERPLAY_H__ |
28 | 28 | ||
29 | #include "amd_shared.h" | 29 | #include "amd_shared.h" |
30 | 30 | ||
31 | extern const struct amd_ip_funcs amdgpu_pp_ip_funcs; | 31 | extern const struct amd_ip_funcs amdgpu_pp_ip_funcs; |
32 | 32 | ||
33 | #endif /* __AMDSOC_DM_H__ */ | 33 | #endif /* __AMDGPU_POWERPLAY_H__ */ |