Clean up decorations and whitespace around header guards

Cleaned up with scripts/clean-header-guards.pl.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220506134911.2856099-5-armbru@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Markus Armbruster 2022-05-06 15:49:11 +02:00
parent 4f31b54bfe
commit ea9cea93c6
22 changed files with 24 additions and 26 deletions

View file

@ -93,4 +93,4 @@ struct AspeedGPIOState {
} sets[ASPEED_GPIO_MAX_NR_SETS];
};
#endif /* _ASPEED_GPIO_H_ */
#endif /* ASPEED_GPIO_H */

View file

@ -73,4 +73,4 @@ struct RXICUState {
#define TYPE_RX_ICU "rx-icu"
OBJECT_DECLARE_SIMPLE_TYPE(RXICUState, RX_ICU)
#endif /* RX_ICU_H */
#endif /* HW_INTC_RX_ICU_H */

View file

@ -47,4 +47,4 @@ struct AspeedHACEClass {
uint32_t hash_mask;
};
#endif /* _ASPEED_HACE_H_ */
#endif /* ASPEED_HACE_H */

View file

@ -44,4 +44,4 @@ typedef struct AspeedLPCState {
uint32_t hicr7;
} AspeedLPCState;
#endif /* _ASPEED_LPC_H_ */
#endif /* ASPEED_LPC_H */

View file

@ -29,4 +29,4 @@ struct AspeedSBCClass {
SysBusDeviceClass parent_class;
};
#endif /* _ASPEED_SBC_H_ */
#endif /* ASPEED_SBC_H */

View file

@ -101,4 +101,4 @@ struct AwSun8iEmacState {
};
#endif /* HW_NET_ALLWINNER_SUN8I_H */
#endif /* HW_NET_ALLWINNER_SUN8I_EMAC_H */

View file

@ -47,4 +47,4 @@ struct NvramClass {
void (*toggle_lock)(Nvram *obj, int lock);
};
#endif /* HW_M48T59_H */
#endif /* HW_RTC_M48T59_H */

View file

@ -56,4 +56,4 @@ ISADevice *mc146818_rtc_init(ISABus *bus, int base_year,
void rtc_set_memory(ISADevice *dev, int addr, int val);
int rtc_get_memory(ISADevice *dev, int addr);
#endif /* MC146818RTC_H */
#endif /* HW_RTC_MC146818RTC_H */