aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
diff options
context:
space:
mode:
authorDenis Efremov <efremov@linux.com>2019-06-23 18:52:00 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2019-07-01 16:26:55 +1000
commit6820e565d35084bb9d3a167e990fcb780ccd716f (patch)
tree515f8bf153663d415e0f69655b567a1bb9d9f174 /tools/testing/selftests
parentpowerpc/cacheflush: fix variable set but not used (diff)
downloadlinux-dev-6820e565d35084bb9d3a167e990fcb780ccd716f.tar.xz
linux-dev-6820e565d35084bb9d3a167e990fcb780ccd716f.zip
selftests/powerpc: ppc_asm.h: typo in the header guard
The guard macro __PPC_ASM_H in the header ppc_asm.h doesn't match the #ifndef macro _PPC_ASM_H. The patch makes them the same. Signed-off-by: Denis Efremov <efremov@linux.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests')
-rw-r--r--tools/testing/selftests/powerpc/stringloops/asm/ppc_asm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/stringloops/asm/ppc_asm.h b/tools/testing/selftests/powerpc/stringloops/asm/ppc_asm.h
index d2c0a911f55e..2b488b78c4f2 100644
--- a/tools/testing/selftests/powerpc/stringloops/asm/ppc_asm.h
+++ b/tools/testing/selftests/powerpc/stringloops/asm/ppc_asm.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _PPC_ASM_H
-#define __PPC_ASM_H
+#define _PPC_ASM_H
#include <ppc-asm.h>
#ifndef r1