diff options
author | Vegard Nossum <vegard.nossum@gmail.com> | 2008-05-28 16:55:24 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-28 18:59:06 +0400 |
commit | 5e55843bb8ed1ec7d134a759c53e34beb1618952 (patch) | |
tree | 126205eaa7f939229841efda5749989fba2bc7b8 /include/asm-mn10300 | |
parent | 1ec7d99c16e69a9ed8ffeaa6c1846025b84bebad (diff) | |
download | linux-5e55843bb8ed1ec7d134a759c53e34beb1618952.tar.xz |
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/asm-mn10300')
-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 efbbef8d1c69..f6f63d448272 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 /* |