All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mips: fix typo in header guard
@ 2008-05-27 16:08 Vegard Nossum
  2008-05-27 16:25 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Vegard Nossum @ 2008-05-27 16:08 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-kernel

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-27 16:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-27 16:08 [PATCH] mips: fix typo in header guard Vegard Nossum
2008-05-27 16:25 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.