The patch titled mn10300: fix typo in header guard has been removed from the -mm tree. Its filename was mn10300-fix-typo-in-header-guard.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mn10300: fix typo in header guard From: Vegard Nossum <vegard.nossum@xxxxxxxxx> Fix a typo in the header guard of asm/ipc.h. Signed-off-by: Vegard Nossum <vegard.nossum@xxxxxxxxx> Signed-off-by: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-mn10300/ipcbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-mn10300/ipcbuf.h~mn10300-fix-typo-in-header-guard include/asm-mn10300/ipcbuf.h --- a/include/asm-mn10300/ipcbuf.h~mn10300-fix-typo-in-header-guard +++ a/include/asm-mn10300/ipcbuf.h @@ -1,4 +1,4 @@ -#ifndef _ASM_IPCBUF_H_ +#ifndef _ASM_IPCBUF_H #define _ASM_IPCBUF_H /* _ Patches currently in -mm which might be from vegard.nossum@xxxxxxxxx are origin.patch x86-fix-incomplete-include-guard.patch arm-fix-header-guards.patch parisc-fix-incomplete-header-guard.patch h8300-fix-typo-in-header-guard.patch v850-fix-typo-in-header-guard.patch kallsyms-fix-potential-overflow-in-binary-search.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html