[MIPS] pte_offset(dir,addr): parenthesis fix
authorFranck Bui-Huu <fbuihuu@gmail.com>
Tue, 5 Dec 2006 09:39:56 +0000 (10:39 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 6 Dec 2006 20:16:08 +0000 (20:16 +0000)
commit5b70a31708c958cb259e9c6cbecf7190521c856e
tree3f635bb2fa64843b4749405d1e67c7878e41fc72
parentec0bf39a471bf6fcd01def2bd677128cea940b73
[MIPS] pte_offset(dir,addr): parenthesis fix

This patch adds missing parenthesis around 'dir' argument in pte_offset()
macro definition.

It also removes an extra space in the definition of pte_offset_kernel()
macro.

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/pgtable-32.h
include/asm-mips/pgtable-64.h