powerpc: Whitespace fix to include/asm/pgtable-ppc64.h
authorBecky Bruce <beckyb@kernel.crashing.org>
Tue, 28 Jun 2011 09:06:54 +0000 (09:06 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 29 Jun 2011 07:48:16 +0000 (17:48 +1000)
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/pgtable-ppc64.h

index 81576ee0cfb1d8751c78add8e46512d716ffe66f..c4205616dfb50c1598b7c0446efa86a8414fcec7 100644 (file)
@@ -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;