[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080527161051.GD7550@damson.getinternet.no>
Date: Tue, 27 May 2008 18:10:51 +0200
From: Vegard Nossum <vegard.nossum@...il.com>
To: David Howells <dhowells@...hat.com>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] mn10300: fix typo in header guard
From: Vegard Nossum <vegard.nossum@...il.com>
Date: Tue, 27 May 2008 17:29:47 +0200
Subject: [PATCH] mn10300: fix typo in header guard
Cc: David Howells <dhowells@...hat.com>
Signed-off-by: Vegard Nossum <vegard.nossum@...il.com>
---
include/asm-mn10300/ipcbuf.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-mn10300/ipcbuf.h b/include/asm-mn10300/ipcbuf.h
index efbbef8..f6f63d4 100644
--- a/include/asm-mn10300/ipcbuf.h
+++ b/include/asm-mn10300/ipcbuf.h
@@ -1,4 +1,4 @@
-#ifndef _ASM_IPCBUF_H_
+#ifndef _ASM_IPCBUF_H
#define _ASM_IPCBUF_H
/*
--
1.5.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists