[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)
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>

No differences found