The patch titled v850: fix typo in header guard has been added to the -mm tree. Its filename is v850-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: v850: fix typo in header guard From: Vegard Nossum <vegard.nossum@xxxxxxxxx> Signed-off-by: Vegard Nossum <vegard.nossum@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-v850/clinkage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-v850/clinkage.h~v850-fix-typo-in-header-guard include/asm-v850/clinkage.h --- a/include/asm-v850/clinkage.h~v850-fix-typo-in-header-guard +++ a/include/asm-v850/clinkage.h @@ -11,7 +11,7 @@ * Written by Miles Bader <miles@xxxxxxx> */ -#ifndef __CLINKAGE_H__ +#ifndef __V850_CLINKAGE_H__ #define __V850_CLINKAGE_H__ #include <asm/macrology.h> _ 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