diff options
author | Vegard Nossum <vegard.nossum@gmail.com> | 2008-05-28 13:55:24 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-28 07:59:06 -0700 |
commit | 5e55843bb8ed1ec7d134a759c53e34beb1618952 (patch) | |
tree | 126205eaa7f939229841efda5749989fba2bc7b8 /include | |
parent | 1ec7d99c16e69a9ed8ffeaa6c1846025b84bebad (diff) |
MN10300: Fix typo in header guard
Fix a typo in the header guard of asm/ipc.h.
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | 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 efbbef8d1c6..f6f63d44827 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 /* |