projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
623fea1
)
drm/amdgpu/powerplay: fix spelling in amdgpu_powerplay.h
author
Alex Deucher
<
[email protected]
>
Fri, 14 Oct 2016 15:27:15 +0000
(11:27 -0400)
committer
Alex Deucher
<
[email protected]
>
Tue, 25 Oct 2016 18:38:44 +0000
(14:38 -0400)
and update a comment as well.
Reviewed-by: Christian König <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.h
index da5cf47cfd99af563b67db388d53c174e76dddad..ee6ea6c98e4f45871ff4502034331b315d4fd102 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.h
@@
-23,11
+23,11
@@
*
*/
-#ifndef __AMDGPU_PO
P
WERPLAY_H__
-#define __AMDGPU_PO
P
WERPLAY_H__
+#ifndef __AMDGPU_POWERPLAY_H__
+#define __AMDGPU_POWERPLAY_H__
#include "amd_shared.h"
extern const struct amd_ip_funcs amdgpu_pp_ip_funcs;
-#endif /* __AMD
SOC_DM
_H__ */
+#endif /* __AMD
GPU_POWERPLAY
_H__ */