diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-03-29 23:29:28 +0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-04-02 20:12:55 +0400 |
commit | 51bcdf8879f7920946c90087e6160680812a44bd (patch) | |
tree | 554894b6d55c52bc639a055bf0055126fe0bb076 /arch/tile/mm/fault.c | |
parent | a714ffff36a581756ec3b001f47e8e5e96a9fa0e (diff) | |
download | linux-51bcdf8879f7920946c90087e6160680812a44bd.tar.xz |
arch/tile: fix a couple of comments that needed updating
Not associated with any code changes, so I'm just lumping these
comment changes into a commit by themselves.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/mm/fault.c')
-rw-r--r-- | arch/tile/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/mm/fault.c b/arch/tile/mm/fault.c index cba30e9547b4..cac17c4f2ecf 100644 --- a/arch/tile/mm/fault.c +++ b/arch/tile/mm/fault.c @@ -130,7 +130,7 @@ static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) } /* - * Handle a fault on the vmalloc or module mapping area + * Handle a fault on the vmalloc area. */ static inline int vmalloc_fault(pgd_t *pgd, unsigned long address) { |