[PATCH] powerpc: Whitespace fix to include/asm/pgtable-ppc64.h
Becky Bruce
beckyb at kernel.crashing.org
Wed Jun 29 05:06:54 EST 2011
From: Becky Bruce <beckyb at kernel.crashing.org>
Signed-off-by: Becky Bruce <beckyb at kernel.crashing.org>
---
arch/powerpc/include/asm/pgtable-ppc64.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/include/asm/pgtable-ppc64.h b/arch/powerpc/include/asm/pgtable-ppc64.h
index 81576ee..c420561 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;
--
1.5.6.5
More information about the Linuxppc-dev
mailing list