On Tue, May 28, 2019 at 08:12:24PM +0200, Markus Armbruster wrote: > Just in case: what's a multiple inclusion guard? It's > > #ifndef UNIQUE_GUARD_SYMBOL_H > #define UNIQUE_GUARD_SYMBOL_H > ... > #endif > > with nothing but comments outside the conditional, so that the header > can safely be included more than once.
> Guest CPU Cores (Xen): > ---------------------- > > X86 > M: Stefano Stabellini <sstabell...@kernel.org> > M: Anthony Perard <anthony.per...@citrix.com> > M: Paul Durrant <paul.durr...@citrix.com> > include/hw/xen/io/ring.h That file does have a guard, it's __XEN_PUBLIC_IO_RING_H__ Do you (or the checker) want it to be changed to XEN_PUBLIC_IO_RING_H ? > virtio-9p > M: Greg Kurz <gr...@kaod.org> > hw/9pfs/xen-9pfs.h Stefano, is the missing inclusion guard was intentional? Otherwise, I can send a patch for it. Cheers, -- Anthony PERARD