]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb8411c75b01a743a6fbc8247ec83b89112d07952
tree515f8bf153663d415e0f69655b567a1bb9d9f174
parent47013f7a117aee81b038e15b1c81a66cef815a34
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