Skip to content

Commit

Permalink
Clean up ill-advised or unusual header guards
Browse files Browse the repository at this point in the history
Cleaned up with scripts/clean-header-guards.pl.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
  • Loading branch information
Markus Armbruster committed Jul 12, 2016
1 parent 965379b commit 2a6a407
Show file tree
Hide file tree
Showing 141 changed files with 385 additions and 378 deletions.
6 changes: 3 additions & 3 deletions contrib/ivshmem-client/ivshmem-client.h
Expand Up @@ -6,8 +6,8 @@
* top-level directory.
*/

#ifndef _IVSHMEM_CLIENT_H_
#define _IVSHMEM_CLIENT_H_
#ifndef IVSHMEM_CLIENT_H
#define IVSHMEM_CLIENT_H

/**
* This file provides helper to implement an ivshmem client. It is used
Expand Down Expand Up @@ -209,4 +209,4 @@ ivshmem_client_search_peer(IvshmemClient *client, int64_t peer_id);
*/
void ivshmem_client_dump(const IvshmemClient *client);

#endif /* _IVSHMEM_CLIENT_H_ */
#endif /* IVSHMEM_CLIENT_H */
6 changes: 3 additions & 3 deletions contrib/ivshmem-server/ivshmem-server.h
Expand Up @@ -6,8 +6,8 @@
* top-level directory.
*/

#ifndef _IVSHMEM_SERVER_H_
#define _IVSHMEM_SERVER_H_
#ifndef IVSHMEM_SERVER_H
#define IVSHMEM_SERVER_H

/**
* The ivshmem server is a daemon that creates a unix socket in listen
Expand Down Expand Up @@ -163,4 +163,4 @@ ivshmem_server_search_peer(IvshmemServer *server, int64_t peer_id);
*/
void ivshmem_server_dump(const IvshmemServer *server);

#endif /* _IVSHMEM_SERVER_H_ */
#endif /* IVSHMEM_SERVER_H */
6 changes: 3 additions & 3 deletions crypto/block-luks.h
Expand Up @@ -18,11 +18,11 @@
*
*/

#ifndef QCRYPTO_BLOCK_LUKS_H__
#define QCRYPTO_BLOCK_LUKS_H__
#ifndef QCRYPTO_BLOCK_LUKS_H
#define QCRYPTO_BLOCK_LUKS_H

#include "crypto/blockpriv.h"

extern const QCryptoBlockDriver qcrypto_block_driver_luks;

#endif /* QCRYPTO_BLOCK_LUKS_H__ */
#endif /* QCRYPTO_BLOCK_LUKS_H */
6 changes: 3 additions & 3 deletions crypto/block-qcow.h
Expand Up @@ -18,11 +18,11 @@
*
*/

#ifndef QCRYPTO_BLOCK_QCOW_H__
#define QCRYPTO_BLOCK_QCOW_H__
#ifndef QCRYPTO_BLOCK_QCOW_H
#define QCRYPTO_BLOCK_QCOW_H

#include "crypto/blockpriv.h"

extern const QCryptoBlockDriver qcrypto_block_driver_qcow;

#endif /* QCRYPTO_BLOCK_QCOW_H__ */
#endif /* QCRYPTO_BLOCK_QCOW_H */
4 changes: 2 additions & 2 deletions fsdev/9p-iov-marshal.h
@@ -1,5 +1,5 @@
#ifndef _QEMU_9P_IOV_MARSHAL_H
#define _QEMU_9P_IOV_MARSHAL_H
#ifndef QEMU_9P_IOV_MARSHAL_H
#define QEMU_9P_IOV_MARSHAL_H

#include "9p-marshal.h"

Expand Down
4 changes: 2 additions & 2 deletions fsdev/9p-marshal.h
@@ -1,5 +1,5 @@
#ifndef _QEMU_9P_MARSHAL_H
#define _QEMU_9P_MARSHAL_H
#ifndef QEMU_9P_MARSHAL_H
#define QEMU_9P_MARSHAL_H

typedef struct V9fsString
{
Expand Down
5 changes: 3 additions & 2 deletions hw/9pfs/9p-proxy.h
Expand Up @@ -9,8 +9,9 @@
* This work is licensed under the terms of the GNU GPL, version 2. See
* the COPYING file in the top-level directory.
*/
#ifndef _QEMU_9P_PROXY_H
#define _QEMU_9P_PROXY_H

#ifndef QEMU_9P_PROXY_H
#define QEMU_9P_PROXY_H

#define PROXY_MAX_IO_SZ (64 * 1024)
#define V9FS_FD_VALID INT_MAX
Expand Down
5 changes: 3 additions & 2 deletions hw/9pfs/9p-xattr.h
Expand Up @@ -10,8 +10,9 @@
* the COPYING file in the top-level directory.
*
*/
#ifndef _QEMU_9P_XATTR_H
#define _QEMU_9P_XATTR_H

#ifndef QEMU_9P_XATTR_H
#define QEMU_9P_XATTR_H

#include "qemu/xattr.h"

Expand Down
4 changes: 2 additions & 2 deletions hw/9pfs/9p.h
@@ -1,5 +1,5 @@
#ifndef _QEMU_9P_H
#define _QEMU_9P_H
#ifndef QEMU_9P_H
#define QEMU_9P_H

#include <dirent.h>
#include <utime.h>
Expand Down
4 changes: 2 additions & 2 deletions hw/9pfs/coth.h
Expand Up @@ -12,8 +12,8 @@
*
*/

#ifndef _QEMU_9P_COTH_H
#define _QEMU_9P_COTH_H
#ifndef QEMU_9P_COTH_H
#define QEMU_9P_COTH_H

#include "qemu/thread.h"
#include "qemu/coroutine.h"
Expand Down
4 changes: 2 additions & 2 deletions hw/9pfs/virtio-9p.h
@@ -1,5 +1,5 @@
#ifndef _QEMU_VIRTIO_9P_H
#define _QEMU_VIRTIO_9P_H
#ifndef QEMU_VIRTIO_9P_H
#define QEMU_VIRTIO_9P_H

#include "standard-headers/linux/virtio_9p.h"
#include "hw/virtio/virtio.h"
Expand Down
4 changes: 2 additions & 2 deletions hw/arm/strongarm.h
@@ -1,5 +1,5 @@
#ifndef _STRONGARM_H
#define _STRONGARM_H
#ifndef STRONGARM_H
#define STRONGARM_H

#include "exec/memory.h"
#include "target-arm/cpu-qom.h"
Expand Down
4 changes: 2 additions & 2 deletions hw/audio/fmopl.h
@@ -1,5 +1,5 @@
#ifndef __FMOPL_H_
#define __FMOPL_H_
#ifndef FMOPL_H
#define FMOPL_H

/* --- select emulation chips --- */
#define BUILD_YM3812 (HAS_YM3812)
Expand Down
6 changes: 3 additions & 3 deletions hw/block/xen_blkif.h
@@ -1,5 +1,5 @@
#ifndef __XEN_BLKIF_H__
#define __XEN_BLKIF_H__
#ifndef XEN_BLKIF_H
#define XEN_BLKIF_H

#include <xen/io/ring.h>
#include <xen/io/blkif.h>
Expand Down Expand Up @@ -143,4 +143,4 @@ static inline void blkif_get_x86_64_req(blkif_request_t *dst,
}
}

#endif /* __XEN_BLKIF_H__ */
#endif /* XEN_BLKIF_H */
6 changes: 3 additions & 3 deletions hw/core/uboot_image.h
Expand Up @@ -26,8 +26,8 @@
********************************************************************
*/

#ifndef __UBOOT_IMAGE_H__
#define __UBOOT_IMAGE_H__
#ifndef UBOOT_IMAGE_H
#define UBOOT_IMAGE_H

/*
* Operating System Codes
Expand Down Expand Up @@ -155,4 +155,4 @@ typedef struct uboot_image_header {
} uboot_image_header_t;


#endif /* __IMAGE_H__ */
#endif /* UBOOT_IMAGE_H */
6 changes: 3 additions & 3 deletions hw/display/vga.h
Expand Up @@ -14,8 +14,8 @@
*
*/

#ifndef __linux_video_vga_h__
#define __linux_video_vga_h__
#ifndef LINUX_VIDEO_VGA_H
#define LINUX_VIDEO_VGA_H

/* Some of the code below is taken from SVGAlib. The original,
unmodified copyright notice for that code is below. */
Expand Down Expand Up @@ -156,4 +156,4 @@
/* VGA graphics controller bit masks */
#define VGA_GR06_GRAPHICS_MODE 0x01

#endif /* __linux_video_vga_h__ */
#endif /* LINUX_VIDEO_VGA_H */
6 changes: 3 additions & 3 deletions hw/microblaze/boot.h
@@ -1,5 +1,5 @@
#ifndef __MICROBLAZE_BOOT__
#define __MICROBLAZE_BOOT__
#ifndef MICROBLAZE_BOOT_H
#define MICROBLAZE_BOOT_H

#include "hw/hw.h"

Expand All @@ -9,4 +9,4 @@ void microblaze_load_kernel(MicroBlazeCPU *cpu, hwaddr ddr_base,
const char *dtb_filename,
void (*machine_cpu_reset)(MicroBlazeCPU *));

#endif /* __MICROBLAZE_BOOT __ */
#endif /* MICROBLAZE_BOOT_H */
7 changes: 4 additions & 3 deletions hw/net/fsl_etsec/etsec.h
Expand Up @@ -21,8 +21,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#ifndef _ETSEC_H_
#define _ETSEC_H_

#ifndef ETSEC_H
#define ETSEC_H

#include "hw/qdev.h"
#include "hw/sysbus.h"
Expand Down Expand Up @@ -173,4 +174,4 @@ void etsec_write_miim(eTSEC *etsec,

void etsec_miim_link_status(eTSEC *etsec, NetClientState *nc);

#endif /* ! _ETSEC_H_ */
#endif /* ETSEC_H */
6 changes: 3 additions & 3 deletions hw/net/fsl_etsec/registers.h
Expand Up @@ -21,9 +21,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#ifndef _ETSEC_REGISTERS_H_
#define _ETSEC_REGISTERS_H_

#ifndef ETSEC_REGISTERS_H
#define ETSEC_REGISTERS_H

enum eTSEC_Register_Access_Type {
ACC_RW = 1, /* Read/Write */
Expand Down Expand Up @@ -316,4 +316,4 @@ extern const eTSEC_Register_Definition eTSEC_registers_def[];
#define TMR_ETTS2_H (0xEA8 / 4)
#define TMR_ETTS2_L (0xEAC / 4)

#endif /* ! _ETSEC_REGISTERS_H_ */
#endif /* ETSEC_REGISTERS_H */
6 changes: 3 additions & 3 deletions hw/net/rocker/rocker.h
Expand Up @@ -16,8 +16,8 @@
* GNU General Public License for more details.
*/

#ifndef _ROCKER_H_
#define _ROCKER_H_
#ifndef ROCKER_H
#define ROCKER_H

#include "qemu/sockets.h"

Expand Down Expand Up @@ -81,4 +81,4 @@ int rx_produce(World *world, uint32_t pport,
int rocker_port_eg(Rocker *r, uint32_t pport,
const struct iovec *iov, int iovcnt);

#endif /* _ROCKER_H_ */
#endif /* ROCKER_H */
5 changes: 2 additions & 3 deletions hw/net/rocker/rocker_desc.h
Expand Up @@ -14,9 +14,8 @@
* GNU General Public License for more details.
*/


#ifndef _ROCKER_DESC_H_
#define _ROCKER_DESC_H_
#ifndef ROCKER_DESC_H
#define ROCKER_DESC_H

#include "rocker_hw.h"

Expand Down
6 changes: 3 additions & 3 deletions hw/net/rocker/rocker_fp.h
Expand Up @@ -14,8 +14,8 @@
* GNU General Public License for more details.
*/

#ifndef _ROCKER_FP_H_
#define _ROCKER_FP_H_
#ifndef ROCKER_FP_H
#define ROCKER_FP_H

#include "net/net.h"
#include "qemu/iov.h"
Expand Down Expand Up @@ -51,4 +51,4 @@ FpPort *fp_port_alloc(Rocker *r, char *sw_name,
void fp_port_free(FpPort *port);
void fp_port_reset(FpPort *port);

#endif /* _ROCKER_FP_H_ */
#endif /* ROCKER_FP_H */
6 changes: 3 additions & 3 deletions hw/net/rocker/rocker_hw.h
Expand Up @@ -6,8 +6,8 @@
*
*/

#ifndef _ROCKER_HW_
#define _ROCKER_HW_
#ifndef ROCKER_HW_H
#define ROCKER_HW_H

#define __le16 uint16_t
#define __le32 uint32_t
Expand Down Expand Up @@ -490,4 +490,4 @@ enum rocker_of_dpa_overlay_type {
*/
#define ROCKER_CONTROL_RESET (1 << 0)

#endif /* _ROCKER_HW_ */
#endif /* ROCKER_HW_H */
6 changes: 3 additions & 3 deletions hw/net/rocker/rocker_of_dpa.h
Expand Up @@ -14,9 +14,9 @@
* GNU General Public License for more details.
*/

#ifndef _ROCKER_OF_DPA_H_
#define _ROCKER_OF_DPA_H_
#ifndef ROCKER_OF_DPA_H
#define ROCKER_OF_DPA_H

World *of_dpa_world_alloc(Rocker *r);

#endif /* _ROCKER_OF_DPA_H_ */
#endif /* ROCKER_OF_DPA_H */
4 changes: 2 additions & 2 deletions hw/net/rocker/rocker_tlv.h
Expand Up @@ -14,8 +14,8 @@
* GNU General Public License for more details.
*/

#ifndef _ROCKER_TLV_H_
#define _ROCKER_TLV_H_
#ifndef ROCKER_TLV_H
#define ROCKER_TLV_H

#define ROCKER_TLV_ALIGNTO 8U
#define ROCKER_TLV_ALIGN(len) \
Expand Down
6 changes: 3 additions & 3 deletions hw/net/rocker/rocker_world.h
Expand Up @@ -14,8 +14,8 @@
* GNU General Public License for more details.
*/

#ifndef _ROCKER_WORLD_H_
#define _ROCKER_WORLD_H_
#ifndef ROCKER_WORLD_H
#define ROCKER_WORLD_H

#include "rocker_hw.h"

Expand Down Expand Up @@ -58,4 +58,4 @@ const char *world_name(World *world);

World *rocker_get_world(Rocker *r, enum rocker_world_type type);

#endif /* _ROCKER_WORLD_H_ */
#endif /* ROCKER_WORLD_H */
4 changes: 2 additions & 2 deletions hw/net/vmxnet3.h
Expand Up @@ -15,8 +15,8 @@
*
*/

#ifndef _QEMU_VMXNET3_H
#define _QEMU_VMXNET3_H
#ifndef QEMU_VMXNET3_H
#define QEMU_VMXNET3_H

#define VMXNET3_DEVICE_MAX_TX_QUEUES 8
#define VMXNET3_DEVICE_MAX_RX_QUEUES 8 /* Keep this value as a power of 2 */
Expand Down
6 changes: 3 additions & 3 deletions hw/net/vmxnet_debug.h
Expand Up @@ -15,8 +15,8 @@
*
*/

#ifndef _QEMU_VMXNET_DEBUG_H
#define _QEMU_VMXNET_DEBUG_H
#ifndef QEMU_VMXNET_DEBUG_H
#define QEMU_VMXNET_DEBUG_H

#define VMXNET_DEVICE_NAME "vmxnet3"

Expand Down Expand Up @@ -142,4 +142,4 @@
} \
} while (0)

#endif /* _QEMU_VMXNET3_DEBUG_H */
#endif /* QEMU_VMXNET_DEBUG_H */
7 changes: 4 additions & 3 deletions hw/ppc/mac.h
Expand Up @@ -22,8 +22,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#if !defined(__PPC_MAC_H__)
#define __PPC_MAC_H__

#ifndef PPC_MAC_H
#define PPC_MAC_H

#include "exec/memory.h"
#include "hw/sysbus.h"
Expand Down Expand Up @@ -184,4 +185,4 @@ typedef struct MacIONVRAMState {
} MacIONVRAMState;

void pmac_format_nvram_partition (MacIONVRAMState *nvr, int len);
#endif /* !defined(__PPC_MAC_H__) */
#endif /* PPC_MAC_H */

0 comments on commit 2a6a407

Please sign in to comment.