The patch titled h8300: fix typo in header guard has been added to the -mm tree. Its filename is h8300-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: h8300: fix typo in header guard From: Vegard Nossum <vegard.nossum@xxxxxxxxx> Signed-off-by: Vegard Nossum <vegard.nossum@xxxxxxxxx> Cc: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-h8300/cacheflush.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-h8300/cacheflush.h~h8300-fix-typo-in-header-guard include/asm-h8300/cacheflush.h --- a/include/asm-h8300/cacheflush.h~h8300-fix-typo-in-header-guard +++ a/include/asm-h8300/cacheflush.h @@ -3,7 +3,7 @@ */ #ifndef _ASM_H8300_CACHEFLUSH_H -#define _AMS_H8300_CACHEFLUSH_H +#define _ASM_H8300_CACHEFLUSH_H /* * Cache handling functions _ Patches currently in -mm which might be from vegard.nossum@xxxxxxxxx are mn10300-fix-typo-in-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