*.h: Fix up typos in guarding

Clang complains about this.

Change-Id: I421d6c5daa373d1537e4ac2243438e7f1f6208d1
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63067
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Arthur Heymans 2022-03-24 01:16:01 +01:00
parent 35c492b629
commit cc70646255
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
#ifndef __ARCH_BARRIER_H_ #ifndef __ARCH_BARRIER_H__
#define __ARCH_BARRIER_H__ #define __ARCH_BARRIER_H__
static inline void mb(void) { asm volatile("fence"); } static inline void mb(void) { asm volatile("fence"); }

View File

@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
#ifndef DCP847SKE_THERMAL_H #ifndef DCP847SKE_THERMAL_H
#define DPC847SKE_THERMAL_H #define DCP847SKE_THERMAL_H
/* TODO: These should be generated at runtime from /* TODO: These should be generated at runtime from
* MSR_TEMPERATURE_TARGET (0x1a2) */ * MSR_TEMPERATURE_TARGET (0x1a2) */

View File

@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
#ifndef DCP847SKE_USB_H #ifndef DCP847SKE_USB_H
#define DPC847SKE_USB_H #define DCP847SKE_USB_H
USB_CONFIG(1, 1, 0), /* back, towards HDMI plugs */ USB_CONFIG(1, 1, 0), /* back, towards HDMI plugs */
USB_CONFIG(1, 1, 0), /* back, towards power plug */ USB_CONFIG(1, 1, 0), /* back, towards power plug */

View File

@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
#ifndef SOC_INTEL_XEON_SP_ITSS_H #ifndef SOC_INTEL_XEON_SP_ITSS_H
#define SOC_INTEL_XEONS_P_ITSS_H #define SOC_INTEL_XEON_SP_ITSS_H
#define ITSS_MAX_IRQ 119 #define ITSS_MAX_IRQ 119
#define IRQS_PER_IPC 32 #define IRQS_PER_IPC 32