mbox series

[kvm-unit-tests,0/2] header guards: further cleanup

Message ID 20210610135937.94375-1-cohuck@redhat.com (mailing list archive)
Headers show
Series header guards: further cleanup | expand

Message

Cornelia Huck June 10, 2021, 1:59 p.m. UTC
Laurent had notices some further issues in my header guards series,
so I
- fixed some header guards I missed initially
- added header guards to some headers that actually define something
  (and don't just include another header)

I did not actually remove any header guards that might be unneeded.

Cornelia Huck (2):
  header guards: clean up some stragglers
  add header guards for non-trivial headers

 configure             | 4 ++--
 lib/argv.h            | 5 +++++
 lib/arm/asm/mmu-api.h | 4 ++--
 lib/arm/asm/mmu.h     | 6 +++---
 lib/arm/io.h          | 5 +++++
 lib/arm64/asm/mmu.h   | 6 +++---
 lib/pci.h             | 6 +++---
 lib/powerpc/io.h      | 5 +++++
 8 files changed, 28 insertions(+), 13 deletions(-)

Comments

Paolo Bonzini June 10, 2021, 4:58 p.m. UTC | #1
On 10/06/21 15:59, Cornelia Huck wrote:
> Laurent had notices some further issues in my header guards series,
> so I
> - fixed some header guards I missed initially
> - added header guards to some headers that actually define something
>    (and don't just include another header)
> 
> I did not actually remove any header guards that might be unneeded.
> 
> Cornelia Huck (2):
>    header guards: clean up some stragglers
>    add header guards for non-trivial headers
> 
>   configure             | 4 ++--
>   lib/argv.h            | 5 +++++
>   lib/arm/asm/mmu-api.h | 4 ++--
>   lib/arm/asm/mmu.h     | 6 +++---
>   lib/arm/io.h          | 5 +++++
>   lib/arm64/asm/mmu.h   | 6 +++---
>   lib/pci.h             | 6 +++---
>   lib/powerpc/io.h      | 5 +++++
>   8 files changed, 28 insertions(+), 13 deletions(-)
> 

Queued, thanks.

Paolo