summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorBecky Bruce2011-06-28 11:06:54 +0200
committerBenjamin Herrenschmidt2011-06-29 09:48:16 +0200
commit72632ce5a4ee8c75aa7cc17eb4473fcf625b8941 (patch)
treee135f4875dd62686cda228f70b6f53aeeb8ef48d /arch/powerpc
parentpowerpc/book3e-64: use a separate TLB handler when linear map is bolted (diff)
downloadkernel-qcow2-linux-72632ce5a4ee8c75aa7cc17eb4473fcf625b8941.tar.gz
kernel-qcow2-linux-72632ce5a4ee8c75aa7cc17eb4473fcf625b8941.tar.xz
kernel-qcow2-linux-72632ce5a4ee8c75aa7cc17eb4473fcf625b8941.zip
powerpc: Whitespace fix to include/asm/pgtable-ppc64.h
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/include/asm/pgtable-ppc64.h3
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 81576ee0cfb1..c4205616dfb5 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;