selftests/powerpc: ppc_asm.h: typo in the header guard
authorDenis Efremov <efremov@linux.com>
Sun, 23 Jun 2019 15:52:00 +0000 (18:52 +0300)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 1 Jul 2019 06:26:55 +0000 (16:26 +1000)
commit6820e565d35084bb9d3a167e990fcb780ccd716f
tree515f8bf153663d415e0f69655b567a1bb9d9f174
parent04db3ede40ae4fc23a5c4237254c4a53bbe4c1f2
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>
tools/testing/selftests/powerpc/stringloops/asm/ppc_asm.h