]> Git Repo - qemu.git/commit - include/crypto/tlscreds.h
Clean up header guards that don't match their file name
authorMarkus Armbruster <[email protected]>
Wed, 29 Jun 2016 08:12:57 +0000 (10:12 +0200)
committerMarkus Armbruster <[email protected]>
Tue, 12 Jul 2016 14:19:16 +0000 (16:19 +0200)
commit121d07125bb6d7079c7ebafdd3efe8c3a01cc440
treef6201b5906fcb3bfd73aeb1ce74e104249b41c27
parent85aad98a0e0a93c146fd4c306114f23824a3db5f
Clean up header guards that don't match their file name

Header guard symbols should match their file name to make guard
collisions less likely.  Offenders found with
scripts/clean-header-guards.pl -vn.

Cleaned up with scripts/clean-header-guards.pl, followed by some
renaming of new guard symbols picked by the script to better ones.

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
83 files changed:
crypto/blockpriv.h
crypto/ivgenpriv.h
crypto/tlscredspriv.h
fsdev/file-op-9p.h
hw/9pfs/9p-synth.h
hw/alpha/alpha_sys.h
hw/lm32/milkymist-hw.h
hw/net/e1000_regs.h
hw/pci-bridge/dec.h
hw/ppc/ppc405.h
hw/scsi/mfi.h
hw/tpm/tpm_util.h
hw/usb/hcd-ehci.h
include/block/scsi.h
include/crypto/desrfb.h
include/crypto/tlscreds.h
include/crypto/tlscredsanon.h
include/crypto/tlscredsx509.h
include/crypto/tlssession.h
include/disas/bfd.h
include/exec/address-spaces.h
include/exec/helper-head.h
include/exec/user/abitypes.h
include/hw/acpi/aml-build.h
include/hw/acpi/cpu_hotplug.h
include/hw/arm/arm.h
include/hw/arm/stm32f205_soc.h
include/hw/audio/audio.h
include/hw/block/block.h
include/hw/char/pl011.h
include/hw/cris/etraxfs.h
include/hw/intc/allwinner-a10-pic.h
include/hw/misc/arm_integrator_debug.h
include/hw/misc/auxbus.h
include/hw/misc/mips_cmgcr.h
include/hw/misc/tmp105_regs.h
include/hw/net/allwinner_emac.h
include/hw/nvram/openbios_firmware_abi.h
include/hw/pci-host/apb.h
include/hw/pci-host/ppce500.h
include/hw/pci-host/spapr.h
include/hw/ppc/ppc4xx.h
include/hw/s390x/ioinst.h
include/hw/ssi/xilinx_spips.h
include/hw/timer/a9gtimer.h
include/hw/timer/allwinner-a10-pit.h
include/hw/timer/hpet.h
include/hw/timer/m48t59.h
include/hw/timer/mc146818rtc_regs.h
include/hw/tricore/tricore.h
include/hw/vfio/vfio.h
include/hw/virtio/virtio-gpu.h
include/libdecnumber/decNumberLocal.h
include/migration/block.h
include/monitor/hmp-target.h
include/monitor/qdev.h
include/qapi/qmp/dispatch.h
include/qapi/qmp/types.h
include/qapi/visitor.h
include/qemu/config-file.h
include/qemu/error-report.h
include/qemu/fifo8.h
include/qemu/option.h
include/qemu/option_int.h
include/qemu/sockets.h
include/sysemu/bt.h
include/sysemu/hostmem.h
include/sysemu/tpm_backend.h
include/sysemu/tpm_backend_int.h
net/tap_int.h
qga/service-win32.h
qga/vss-win32/vss-common.h
slirp/ip6_icmp.h
slirp/slirp.h
target-i386/hyperv.h
target-openrisc/exception.h
target-tilegx/opcode_tilegx.h
target-xtensa/core-dc232b/core-isa.h
target-xtensa/core-dc233c/core-isa.h
target-xtensa/core-fsf/core-isa.h
ui/vnc-enc-tight.h
ui/vnc-enc-zrle.h
ui/vnc-enc-zywrle.h
This page took 0.04704 seconds and 4 git commands to generate.