From: Becky Bruce Date: Tue, 28 Jun 2011 09:06:54 +0000 (+0000) Subject: powerpc: Whitespace fix to include/asm/pgtable-ppc64.h X-Git-Tag: v3.1-rc1~236^2~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72632ce5a4ee8c75aa7cc17eb4473fcf625b8941;p=thirdparty%2Fkernel%2Flinux.git powerpc: Whitespace fix to include/asm/pgtable-ppc64.h Signed-off-by: Becky Bruce Signed-off-by: Benjamin Herrenschmidt --- diff --git a/arch/powerpc/include/asm/pgtable-ppc64.h b/arch/powerpc/include/asm/pgtable-ppc64.h index 81576ee0cfb1d..c4205616dfb50 100644 --- a/arch/powerpc/include/asm/pgtable-ppc64.h +++ b/arch/powerpc/include/asm/pgtable-ppc64.h @@ -357,7 +357,8 @@ void pgtable_cache_init(void); /* * find_linux_pte returns the address of a linux pte for a given * effective address and directory. If not found, it returns zero. - */static inline pte_t *find_linux_pte(pgd_t *pgdir, unsigned long ea) + */ +static inline pte_t *find_linux_pte(pgd_t *pgdir, unsigned long ea) { pgd_t *pg; pud_t *pu;