From: Denis Efremov Date: Sun, 23 Jun 2019 15:52:00 +0000 (+0300) Subject: selftests/powerpc: ppc_asm.h: typo in the header guard X-Git-Tag: Ubuntu-5.3.0-10.11~691^2~124 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=6820e565d35084bb9d3a167e990fcb780ccd716f;p=mirror_ubuntu-eoan-kernel.git 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 Signed-off-by: Michael Ellerman --- 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 #ifndef r1