On Mon, Jan 19, 2026 at 11:05:35AM +0100, Markus Armbruster wrote: > Leading underscores are ill-advised because such identifiers are > reserved. Trailing underscores are merely ugly. Strip both. > > Our header guards commonly end in _H. Normalize the exceptions. > > Macros should be ALL_CAPS. Normalize the exception. > > Done with scripts/clean-header-guards.pl. > > Signed-off-by: Markus Armbruster <[email protected]> > --- > backends/tpm/tpm_ioctl.h | 7 ++++--- > bsd-user/bsd-proc.h | 6 +++--- > hw/net/igb_regs.h | 4 ++-- > include/exec/target_long.h | 6 +++--- > include/exec/tb-flush.h | 7 ++++--- > include/gdbstub/helpers.h | 6 +++--- > include/gdbstub/syscalls.h | 6 +++--- > include/hw/arm/raspberrypi-fw-defs.h | 7 +++---- > include/hw/arm/stm32l4x5_soc.h | 4 ++-- > include/hw/gpio/pcf8574.h | 6 +++--- > include/hw/virtio/vhost-user-gpio.h | 6 +++--- > include/hw/virtio/vhost-user-scmi.h | 6 +++--- > include/hw/xen/xen-pvh-common.h | 4 ++-- > include/tcg/insn-start-words.h | 6 +++--- > qga/cutils.h | 6 +++--- > 15 files changed, 44 insertions(+), 43 deletions(-)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
