From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hildenbrand Date: Wed, 09 Jun 2021 14:47:07 +0000 Subject: Re: [kvm-unit-tests PATCH v2 5/7] powerpc: unify header guards Message-Id: <2eefe369-2eeb-17dc-0aec-cc262485c4e3@redhat.com> List-Id: References: <20210609143712.60933-1-cohuck@redhat.com> <20210609143712.60933-6-cohuck@redhat.com> In-Reply-To: <20210609143712.60933-6-cohuck@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Cornelia Huck , Paolo Bonzini , Thomas Huth , Andrew Jones Cc: kvm@vger.kernel.org, Laurent Vivier , Janosch Frank , Claudio Imbrenda , kvmarm@lists.cs.columbia.edu, kvm-ppc@vger.kernel.org, linux-s390@vger.kernel.org On 09.06.21 16:37, Cornelia Huck wrote: > Only spapr.h needed a tweak. > > Signed-off-by: Cornelia Huck > --- > powerpc/spapr.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/powerpc/spapr.h b/powerpc/spapr.h > index b41aece07968..3a29598be44f 100644 > --- a/powerpc/spapr.h > +++ b/powerpc/spapr.h > @@ -1,6 +1,6 @@ > -#ifndef _ASMPOWERPC_SPAPR_H_ > -#define _ASMPOWERPC_SPAPR_H_ > +#ifndef POWERPC_SPAPR_H > +#define POWERPC_SPAPR_H > > #define SPAPR_KERNEL_LOAD_ADDR 0x400000 > > -#endif /* _ASMPOWERPC_SPAPR_H_ */ > +#endif /* POWERPC_SPAPR_H */ > Reviewed-by: David Hildenbrand -- Thanks, David / dhildenb