Skip to content

Commit

Permalink
selftests/powerpc: ppc_asm.h: typo in the header guard
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Denis Efremov authored and Michael Ellerman committed Jul 1, 2019
1 parent 04db3ed commit 6820e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/powerpc/stringloops/asm/ppc_asm.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6820e56

Please sign in to comment.