[PATCH] mips: fix typo in header guard

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Vegard Nossum
Date: Tuesday, May 27, 2008 - 9:08 am

From: Vegard Nossum <vegard.nossum@gmail.com>
Date: Tue, 27 May 2008 17:27:28 +0200
Subject: [PATCH] mips: fix typo in header guard

Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
---
 include/asm-mips/rtlx.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-mips/rtlx.h b/include/asm-mips/rtlx.h
index 20b6660..4ca3063 100644
--- a/include/asm-mips/rtlx.h
+++ b/include/asm-mips/rtlx.h
@@ -3,7 +3,7 @@
  *
  */
 
-#ifndef __ASM_RTLX_H
+#ifndef __ASM_RTLX_H_
 #define __ASM_RTLX_H_
 
 #include <irq.h>
-- 
1.5.4.1

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] mips: fix typo in header guard, Vegard Nossum, (Tue May 27, 9:08 am)
Re: [PATCH] mips: fix typo in header guard, Ralf Baechle, (Tue May 27, 9:25 am)