Paul Durrant <paul.durr...@citrix.com> writes: > >> [...] >> > 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 >> >> I see a __XEN_PUBLIC_IO_RING_H__ guard there. Probably >> clean-header-guards.pl is confused by the comments at the end of >> the file? >> > > Yes, I see no problem there. The emacs boilerplate is common in Xen headers > and persisted when this was imported.
I fixed scripts/clean-header-guards.pl in my tree to cope with this pattern. Thanks!