The patch titled m68k: parenthesis balance has been added to the -mm tree. Its filename is m68k-parenthesis-balance.patch *** 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 ------------------------------------------------------ Subject: m68k: parenthesis balance From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Balance parenthesis in m68k mac debug code. Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Acked-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/m68k/mac/debug.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/m68k/mac/debug.c~m68k-parenthesis-balance arch/m68k/mac/debug.c --- a/arch/m68k/mac/debug.c~m68k-parenthesis-balance +++ a/arch/m68k/mac/debug.c @@ -71,7 +71,7 @@ void mac_debugging_short(int pos, short /* calculate current offset */ pengoffset = (unsigned char *)mac_videobase + - (150+line*2) * mac_rowbytes) + 80 * peng; + (150+line*2) * mac_rowbytes + 80 * peng; pptr = pengoffset; _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are m68k-parenthesis-balance.patch arm26-remove-broken-and-unused-macro.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