[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110530130209.7ea4d55d@absol.kitzblitz>
Date: Mon, 30 May 2011 13:02:09 +0200
From: Nicolas Kaiser <nikai@...ai.net>
To: Arnd Bergmann <arnd@...db.de>
Cc: Andrea Arcangeli <aarcange@...hat.com>, linux-arch@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] thp: unbalanced parenthesis
Cc'ed Andrea Arcangeli.
* Nicolas Kaiser <nikai@...ai.net>:
> Signed-off-by: Nicolas Kaiser <nikai@...ai.net>
> ---
> Untested.
>
> include/asm-generic/pgtable.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/asm-generic/pgtable.h b/include/asm-generic/pgtable.h
> index b4bfe33..b80daee 100644
> --- a/include/asm-generic/pgtable.h
> +++ b/include/asm-generic/pgtable.h
> @@ -88,7 +88,7 @@ static inline pmd_t pmdp_get_and_clear(struct mm_struct *mm,
> pmd_t pmd = *pmdp;
> pmd_clear(mm, address, pmdp);
> return pmd;
> -})
> +}
> #endif /* CONFIG_TRANSPARENT_HUGEPAGE */
> #endif
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists