From: Andrew Morton WARNING: space prohibited between function name and open parenthesis '(' #55: FILE: arch/ia64/mm/hugetlbpage.c:27: +huge_pte_alloc (struct mm_struct *mm, unsigned long addr, unsigned long sz) total: 0 errors, 1 warnings, 1445 lines checked ./patches/hugetlb-modular-state-for-hugetlb-page-size.patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Adam Litke Cc: Andi Kleen Cc: Nick Piggin Cc: Nishanth Aravamudan Signed-off-by: Andrew Morton --- arch/ia64/mm/hugetlbpage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/ia64/mm/hugetlbpage.c~hugetlb-modular-state-for-hugetlb-page-size-checkpatch-fixes arch/ia64/mm/hugetlbpage.c --- a/arch/ia64/mm/hugetlbpage.c~hugetlb-modular-state-for-hugetlb-page-size-checkpatch-fixes +++ a/arch/ia64/mm/hugetlbpage.c @@ -24,7 +24,7 @@ unsigned int hpage_shift=HPAGE_SHIFT_DEFAULT; pte_t * -huge_pte_alloc (struct mm_struct *mm, unsigned long addr, unsigned long sz) +huge_pte_alloc(struct mm_struct *mm, unsigned long addr, unsigned long sz) { unsigned long taddr = htlbpage_to_page(addr); pgd_t *pgd; _