From: Mariusz Kozlowski Date: Fri, 1 Jun 2007 07:46:30 +0000 (-0700) Subject: m68k: parenthesis balance X-Git-Tag: firefly_0821_release~28826 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4eb527a0ca83de28e773371f42abad2ab1ed7fdf;p=firefly-linux-kernel-4.4.55.git m68k: parenthesis balance Balance parenthesis in m68k mac debug code. Signed-off-by: Mariusz Kozlowski Acked-by: Geert Uytterhoeven Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/m68k/mac/debug.c b/arch/m68k/mac/debug.c index 7a5bed5bdc57..e8a57138b4a6 100644 --- a/arch/m68k/mac/debug.c +++ b/arch/m68k/mac/debug.c @@ -71,7 +71,7 @@ void mac_debugging_short(int pos, short num) /* calculate current offset */ pengoffset = (unsigned char *)mac_videobase + - (150+line*2) * mac_rowbytes) + 80 * peng; + (150+line*2) * mac_rowbytes + 80 * peng; pptr = pengoffset;