OSDN Git Service

drm/amdgpu/powerplay: fix spelling in amdgpu_powerplay.h
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Oct 2016 15:27:15 +0000 (11:27 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Oct 2016 18:38:44 +0000 (14:38 -0400)
and update a comment as well.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.h

index da5cf47..ee6ea6c 100644 (file)
  *
  */
 
-#ifndef __AMDGPU_POPWERPLAY_H__
-#define __AMDGPU_POPWERPLAY_H__
+#ifndef __AMDGPU_POWERPLAY_H__
+#define __AMDGPU_POWERPLAY_H__
 
 #include "amd_shared.h"
 
 extern const struct amd_ip_funcs amdgpu_pp_ip_funcs;
 
-#endif /* __AMDSOC_DM_H__ */
+#endif /* __AMDGPU_POWERPLAY_H__ */