linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] drm/amd/powerplay: fix misspelling in header guard
@ 2017-01-22 13:47 Nicolas Iooss
  2017-01-23 21:34 ` Alex Deucher
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Iooss @ 2017-01-22 13:47 UTC (permalink / raw)
  To: Alex Deucher, Christian König, amd-gfx, dri-devel
  Cc: linux-kernel, Nicolas Iooss

In smu7_clockpowergating.h, the #ifndef statement which prevents
multiple inclusions of the header file uses _SMU7_CLOCK_POWER_GATING_H_
but the following #define statement uses _SMU7_CLOCK__POWER_GATING_H_.

Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
---
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h b/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h
index d52a28c343e3..c96ed9ed7eaf 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h
@@ -22,7 +22,7 @@
  */
 
 #ifndef _SMU7_CLOCK_POWER_GATING_H_
-#define _SMU7_CLOCK__POWER_GATING_H_
+#define _SMU7_CLOCK_POWER_GATING_H_
 
 #include "smu7_hwmgr.h"
 #include "pp_asicblocks.h"
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] drm/amd/powerplay: fix misspelling in header guard
  2017-01-22 13:47 [PATCH 1/1] drm/amd/powerplay: fix misspelling in header guard Nicolas Iooss
@ 2017-01-23 21:34 ` Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2017-01-23 21:34 UTC (permalink / raw)
  To: Nicolas Iooss
  Cc: Alex Deucher, Christian König, amd-gfx list,
	Maling list - DRI developers, LKML

On Sun, Jan 22, 2017 at 8:47 AM, Nicolas Iooss
<nicolas.iooss_linux@m4x.org> wrote:
> In smu7_clockpowergating.h, the #ifndef statement which prevents
> multiple inclusions of the header file uses _SMU7_CLOCK_POWER_GATING_H_
> but the following #define statement uses _SMU7_CLOCK__POWER_GATING_H_.
>
> Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>

Applied.  thanks!

Alex

> ---
>  drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h b/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h
> index d52a28c343e3..c96ed9ed7eaf 100644
> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h
> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h
> @@ -22,7 +22,7 @@
>   */
>
>  #ifndef _SMU7_CLOCK_POWER_GATING_H_
> -#define _SMU7_CLOCK__POWER_GATING_H_
> +#define _SMU7_CLOCK_POWER_GATING_H_
>
>  #include "smu7_hwmgr.h"
>  #include "pp_asicblocks.h"
> --
> 2.11.0
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-23 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-22 13:47 [PATCH 1/1] drm/amd/powerplay: fix misspelling in header guard Nicolas Iooss
2017-01-23 21:34 ` Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).