From: Andrew Morton Jcak cnat tpye. Cc: Jack Steiner Signed-off-by: Andrew Morton --- drivers/misc/sgi-gru/grufault.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff -puN drivers/misc/sgi-gru/grufault.c~gru-driver-minor-updates-fix drivers/misc/sgi-gru/grufault.c --- a/drivers/misc/sgi-gru/grufault.c~gru-driver-minor-updates-fix +++ a/drivers/misc/sgi-gru/grufault.c @@ -214,16 +214,14 @@ static int non_atomic_pte_lookup(struct } /* - * * atomic_pte_lookup * * Convert a user virtual address to a physical address * Only supports Intel large pages (2MB only) on x86_64. * ZZZ - hugepage support is incomplete * - * NOTE; mmap_sem is already held on entry to this function. This - * guarantees existence of the apge tables. - * + * NOTE: mmap_sem is already held on entry to this function. This + * guarantees existence of the page tables. */ static int atomic_pte_lookup(struct vm_area_struct *vma, unsigned long vaddr, int write, unsigned long *paddr, int *pageshift) _