The patch titled From: David Howells <dhowells@xxxxxxxxxx> has been added to the -mm tree. Its filename is mn10300-fix-typo-in-header-guard.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: From: David Howells <dhowells@xxxxxxxxxx> 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> --- index efbbef8..f6f63d4 100644 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 dhowells@xxxxxxxxxx are mn10300-fix-typo-in-header-guard.patch linux-next.patch git-unionfs.patch security-keys-remove-unused-key_alloc_sem.patch frv-dont-offer-binfmt_flat.patch frv-use-the-common-ascii-hex-helpers.patch mn10300-use-the-common-ascii-hex-helpers.patch mutex-subsystem-synchro-test-module.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