Commit 72632ce5 authored by Becky Bruce's avatar Becky Bruce Committed by Benjamin Herrenschmidt

powerpc: Whitespace fix to include/asm/pgtable-ppc64.h

Signed-off-by: default avatarBecky Bruce <beckyb@kernel.crashing.org>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent f67f4ef5
...@@ -357,7 +357,8 @@ void pgtable_cache_init(void); ...@@ -357,7 +357,8 @@ void pgtable_cache_init(void);
/* /*
* find_linux_pte returns the address of a linux pte for a given * find_linux_pte returns the address of a linux pte for a given
* effective address and directory. If not found, it returns zero. * 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; pgd_t *pg;
pud_t *pu; pud_t *pu;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment