We commonly define the header guard symbol without an explicit value.
Normalize the exceptions.

Done with scripts/clean-header-guards.pl.

Signed-off-by: Markus Armbruster <[email protected]>
---
 include/exec/tlb-common.h     | 3 ++-
 include/hw/misc/xlnx-cfi-if.h | 3 ++-
 include/qemu/mem-reentrancy.h | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/include/exec/tlb-common.h b/include/exec/tlb-common.h
index 03b5a8ffc7..1bfc278d69 100644
--- a/include/exec/tlb-common.h
+++ b/include/exec/tlb-common.h
@@ -16,8 +16,9 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
+
 #ifndef EXEC_TLB_COMMON_H
-#define EXEC_TLB_COMMON_H 1
+#define EXEC_TLB_COMMON_H
 
 #define CPU_TLB_ENTRY_BITS (HOST_LONG_BITS == 32 ? 4 : 5)
 
diff --git a/include/hw/misc/xlnx-cfi-if.h b/include/hw/misc/xlnx-cfi-if.h
index 5010401517..b1012beb4d 100644
--- a/include/hw/misc/xlnx-cfi-if.h
+++ b/include/hw/misc/xlnx-cfi-if.h
@@ -7,8 +7,9 @@
  *
  * SPDX-License-Identifier: GPL-2.0-or-later
  */
+
 #ifndef XLNX_CFI_IF_H
-#define XLNX_CFI_IF_H 1
+#define XLNX_CFI_IF_H
 
 #include "qemu/help-texts.h"
 #include "qom/object.h"
diff --git a/include/qemu/mem-reentrancy.h b/include/qemu/mem-reentrancy.h
index 07cafd4717..86e377c0c0 100644
--- a/include/qemu/mem-reentrancy.h
+++ b/include/qemu/mem-reentrancy.h
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: GPL-2.0-or-later */
 
 #ifndef QEMU_MEM_REENTRANCY_H
-#define QEMU_MEM_REENTRANCY_H 1
+#define QEMU_MEM_REENTRANCY_H
 
 typedef struct MemReentrancyGuard {
     bool engaged_in_io;
-- 
2.52.0


Reply via email to