Skip to content

Commit

Permalink
MN10300: Fix typo in header guard
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vegard Nossum authored and Linus Torvalds committed May 28, 2008
1 parent 1ec7d99 commit 5e55843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-mn10300/ipcbuf.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef _ASM_IPCBUF_H_
#ifndef _ASM_IPCBUF_H
#define _ASM_IPCBUF_H

/*
Expand Down

0 comments on commit 5e55843

Please sign in to comment.