Commit 6820e565 authored by Denis Efremov's avatar Denis Efremov Committed by Michael Ellerman

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: default avatarDenis Efremov <efremov@linux.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 04db3ede
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _PPC_ASM_H
#define __PPC_ASM_H
#define _PPC_ASM_H
#include <ppc-asm.h>
#ifndef r1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment