mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
1ec7d99c16
commit
5e55843bb8
|
@ -1,4 +1,4 @@
|
|||
#ifndef _ASM_IPCBUF_H_
|
||||
#ifndef _ASM_IPCBUF_H
|
||||
#define _ASM_IPCBUF_H
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue