diff options
| author | Mariusz Kozlowski <m.kozlowski@tuxland.pl> | 2007-06-01 03:46:30 -0400 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-01 11:18:27 -0400 | 
| commit | 4eb527a0ca83de28e773371f42abad2ab1ed7fdf (patch) | |
| tree | f735515ce4d8e711a0a13b4ff6317712139d7380 /arch/m68k/mac/debug.c | |
| parent | 85d71244f02583886dc20a60df2d4657d42116b4 (diff) | |
m68k: parenthesis balance
Balance parenthesis in m68k mac debug code.
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k/mac/debug.c')
| -rw-r--r-- | arch/m68k/mac/debug.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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) | |||
| 71 | 71 | ||
| 72 | /* calculate current offset */ | 72 | /* calculate current offset */ | 
| 73 | pengoffset = (unsigned char *)mac_videobase + | 73 | pengoffset = (unsigned char *)mac_videobase + | 
| 74 | (150+line*2) * mac_rowbytes) + 80 * peng; | 74 | (150+line*2) * mac_rowbytes + 80 * peng; | 
| 75 | 75 | ||
| 76 | pptr = pengoffset; | 76 | pptr = pengoffset; | 
| 77 | 77 | ||
