diff --git a/include/zephyr/arch/mips/exception.h b/include/zephyr/arch/mips/exception.h index f33af4c4387..352ef887a51 100644 --- a/include/zephyr/arch/mips/exception.h +++ b/include/zephyr/arch/mips/exception.h @@ -6,8 +6,8 @@ * SPDX-License-Identifier: Apache-2.0 */ -#ifndef ZEPHYR_INCLUDE_ARCH_MIPS_EXPCEPTION_H_ -#define ZEPHYR_INCLUDE_ARCH_MIPS_EXPCEPTION_H_ +#ifndef ZEPHYR_INCLUDE_ARCH_MIPS_EXCEPTION_H_ +#define ZEPHYR_INCLUDE_ARCH_MIPS_EXCEPTION_H_ #ifndef _ASMLANGUAGE #include @@ -56,4 +56,4 @@ struct arch_esf { #endif /* _ASMLANGUAGE */ -#endif /* ZEPHYR_INCLUDE_ARCH_MIPS_EXPCEPTION_H_ */ +#endif /* ZEPHYR_INCLUDE_ARCH_MIPS_EXCEPTION_H_ */ diff --git a/include/zephyr/arch/nios2/exception.h b/include/zephyr/arch/nios2/exception.h index 223fa583114..c2c614ae88f 100644 --- a/include/zephyr/arch/nios2/exception.h +++ b/include/zephyr/arch/nios2/exception.h @@ -4,8 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ -#ifndef ZEPHYR_INCLUDE_ARCH_NIOS2_EXPCEPTION_H_ -#define ZEPHYR_INCLUDE_ARCH_NIOS2_EXPCEPTION_H_ +#ifndef ZEPHYR_INCLUDE_ARCH_NIOS2_EXCEPTION_H_ +#define ZEPHYR_INCLUDE_ARCH_NIOS2_EXCEPTION_H_ #ifndef _ASMLANGUAGE #include @@ -41,4 +41,4 @@ struct arch_esf { #endif /* _ASMLANGUAGE */ -#endif /* ZEPHYR_INCLUDE_ARCH_NIOS2_EXPCEPTION_H_ */ +#endif /* ZEPHYR_INCLUDE_ARCH_NIOS2_EXCEPTION_H_ */ diff --git a/include/zephyr/arch/posix/exception.h b/include/zephyr/arch/posix/exception.h index 6c7962aa057..4387a5547ee 100644 --- a/include/zephyr/arch/posix/exception.h +++ b/include/zephyr/arch/posix/exception.h @@ -5,8 +5,8 @@ * SPDX-License-Identifier: Apache-2.0 */ -#ifndef ZEPHYR_INCLUDE_ARCH_POSIX_EXPCEPTION_H_ -#define ZEPHYR_INCLUDE_ARCH_POSIX_EXPCEPTION_H_ +#ifndef ZEPHYR_INCLUDE_ARCH_POSIX_EXCEPTION_H_ +#define ZEPHYR_INCLUDE_ARCH_POSIX_EXCEPTION_H_ #ifndef _ASMLANGUAGE #include @@ -25,4 +25,4 @@ struct arch_esf { #endif /* _ASMLANGUAGE */ -#endif /* ZEPHYR_INCLUDE_ARCH_POSIX_EXPCEPTION_H_ */ +#endif /* ZEPHYR_INCLUDE_ARCH_POSIX_EXCEPTION_H_ */ diff --git a/include/zephyr/arch/sparc/exception.h b/include/zephyr/arch/sparc/exception.h index a2d3fae52e2..9d6181a2947 100644 --- a/include/zephyr/arch/sparc/exception.h +++ b/include/zephyr/arch/sparc/exception.h @@ -4,8 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ -#ifndef ZEPHYR_INCLUDE_ARCH_SPARC_EXPCEPTION_H_ -#define ZEPHYR_INCLUDE_ARCH_SPARC_EXPCEPTION_H_ +#ifndef ZEPHYR_INCLUDE_ARCH_SPARC_EXCEPTION_H_ +#define ZEPHYR_INCLUDE_ARCH_SPARC_EXCEPTION_H_ #ifndef _ASMLANGUAGE #include @@ -31,4 +31,4 @@ struct arch_esf { #endif /* _ASMLANGUAGE */ -#endif /* ZEPHYR_INCLUDE_ARCH_SPARC_EXPCEPTION_H_ */ +#endif /* ZEPHYR_INCLUDE_ARCH_SPARC_EXCEPTION_H_ */ diff --git a/include/zephyr/arch/x86/ia32/exception.h b/include/zephyr/arch/x86/ia32/exception.h index de618f4e01d..d1acafb3fd3 100644 --- a/include/zephyr/arch/x86/ia32/exception.h +++ b/include/zephyr/arch/x86/ia32/exception.h @@ -4,8 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ -#ifndef ZEPHYR_INCLUDE_ARCH_X86_IA32_EXPCEPTION_H_ -#define ZEPHYR_INCLUDE_ARCH_X86_IA32_EXPCEPTION_H_ +#ifndef ZEPHYR_INCLUDE_ARCH_X86_IA32_EXCEPTION_H_ +#define ZEPHYR_INCLUDE_ARCH_X86_IA32_EXCEPTION_H_ #ifndef _ASMLANGUAGE #include @@ -67,4 +67,4 @@ struct _x86_syscall_stack_frame { #endif /* _ASMLANGUAGE */ -#endif /* ZEPHYR_INCLUDE_ARCH_X86_IA32_EXPCEPTION_H_ */ +#endif /* ZEPHYR_INCLUDE_ARCH_X86_IA32_EXCEPTION_H_ */ diff --git a/include/zephyr/arch/x86/intel64/exception.h b/include/zephyr/arch/x86/intel64/exception.h index 55c7cc2b4ee..7a78950334e 100644 --- a/include/zephyr/arch/x86/intel64/exception.h +++ b/include/zephyr/arch/x86/intel64/exception.h @@ -3,8 +3,8 @@ * SPDX-License-Identifier: Apache-2.0 */ -#ifndef ZEPHYR_INCLUDE_ARCH_X86_INTEL64_EXPCEPTION_H_ -#define ZEPHYR_INCLUDE_ARCH_X86_INTEL64_EXPCEPTION_H_ +#ifndef ZEPHYR_INCLUDE_ARCH_X86_INTEL64_EXCEPTION_H_ +#define ZEPHYR_INCLUDE_ARCH_X86_INTEL64_EXCEPTION_H_ #ifndef _ASMLANGUAGE #include @@ -72,4 +72,4 @@ struct x86_ssf { #endif /* _ASMLANGUAGE */ -#endif /* ZEPHYR_INCLUDE_ARCH_X86_INTEL64_EXPCEPTION_H_ */ +#endif /* ZEPHYR_INCLUDE_ARCH_X86_INTEL64_EXCEPTION_H_ */