From 34ad6ddbcd513cd0c65070c6a0eb0834771d5f4d Mon Sep 17 00:00:00 2001 From: Levente Kurusa Date: Sun, 30 Mar 2014 14:15:57 +0200 Subject: [PATCH] qr: print_oops: fix wrong include guard Since the filename is print_oops, let's remain consequent and use PRINT_OOPS instead of PRINT_OPS Signed-off-by: Levente Kurusa --- include/linux/print_oops.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/print_oops.h b/include/linux/print_oops.h index 9ebb963..c52f7dc 100644 --- a/include/linux/print_oops.h +++ b/include/linux/print_oops.h @@ -1,5 +1,5 @@ -#ifndef _ASM_X86_PRINT_OPS_H -#define _ASM_X86_PRINT_OPS_H +#ifndef _ASM_X86_PRINT_OOPS_H +#define _ASM_X86_PRINT_OOPS_H #include @@ -8,4 +8,4 @@ void qr_append(char *text); void print_qr_err(void); -#endif /* _PRINT_OPS_H */ +#endif /* _PRINT_OOPS_H */ -- 1.8.3.1