Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+3 -3
+3 -3
drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.h
··· 23 23 * 24 24 */ 25 25 26 - #ifndef __AMDGPU_POPWERPLAY_H__ 27 - #define __AMDGPU_POPWERPLAY_H__ 26 + #ifndef __AMDGPU_POWERPLAY_H__ 27 + #define __AMDGPU_POWERPLAY_H__ 28 28 29 29 #include "amd_shared.h" 30 30 31 31 extern const struct amd_ip_funcs amdgpu_pp_ip_funcs; 32 32 33 - #endif /* __AMDSOC_DM_H__ */ 33 + #endif /* __AMDGPU_POWERPLAY_H__ */