From be5b9d6ab9f7e7a81c367e4bb0823ba11f85940f Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Sat, 24 Feb 2018 05:13:39 +0100 Subject: Don't use reserved identifiers --- kern/panic.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kern/panic.h') diff --git a/kern/panic.h b/kern/panic.h index e6cbe8ba..af858c74 100644 --- a/kern/panic.h +++ b/kern/panic.h @@ -15,8 +15,8 @@ * along with this program. If not, see . */ -#ifndef _KERN_PANIC_H -#define _KERN_PANIC_H +#ifndef KERN_PANIC_H +#define KERN_PANIC_H #include @@ -34,4 +34,4 @@ noreturn void panic(const char *format, ...) */ INIT_OP_DECLARE(panic_setup); -#endif /* _KERN_PANIC_H */ +#endif /* KERN_PANIC_H */ -- cgit v1.2.3