diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:15 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:15 -0400 |
commit | 21a151d8ca3aa74ee79f9791a9d4dc370d3e0636 (patch) | |
tree | 8556b3a32ded6a49225beb4a7aa4447cc87a0e00 /include/asm-mips/pgtable-32.h | |
parent | 49a89efbbbcc178a39555c43bd59a7593c429664 (diff) |
[MIPS] checkfiles: Fix "need space after that ','" errors.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/pgtable-32.h')
-rw-r--r-- | include/asm-mips/pgtable-32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/pgtable-32.h b/include/asm-mips/pgtable-32.h index 59c865deb0c7..a0947092d0e0 100644 --- a/include/asm-mips/pgtable-32.h +++ b/include/asm-mips/pgtable-32.h | |||
@@ -140,7 +140,7 @@ pfn_pte(unsigned long pfn, pgprot_t prot) | |||
140 | #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) | 140 | #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) |
141 | 141 | ||
142 | /* to find an entry in a page-table-directory */ | 142 | /* to find an entry in a page-table-directory */ |
143 | #define pgd_offset(mm,addr) ((mm)->pgd + pgd_index(addr)) | 143 | #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) |
144 | 144 | ||
145 | /* Find an entry in the third-level page table.. */ | 145 | /* Find an entry in the third-level page table.. */ |
146 | #define __pte_offset(address) \ | 146 | #define __pte_offset(address) \ |