diff options
| author | Vegard Nossum <vegard.nossum@gmail.com> | 2008-05-28 08:55:24 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-28 10:59:06 -0400 |
| commit | 5e55843bb8ed1ec7d134a759c53e34beb1618952 (patch) | |
| tree | 126205eaa7f939229841efda5749989fba2bc7b8 | |
| 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>
| -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 @@ | |||
| 1 | #ifndef _ASM_IPCBUF_H_ | 1 | #ifndef _ASM_IPCBUF_H |
| 2 | #define _ASM_IPCBUF_H | 2 | #define _ASM_IPCBUF_H |
| 3 | 3 | ||
| 4 | /* | 4 | /* |
