Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8394179 authored by Vaishnavi Bhat's avatar Vaishnavi Bhat Committed by Benjamin Herrenschmidt
Browse files

powerpc: Fix a typo in comments of va to pa conversion



This patch fixes typo in comments virtual to physical
address conversion.

Signed-off-by: default avatarVaishnavi Bhat <vaishnavi@linux.vnet.ibm.com>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent b88c4767
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ extern unsigned int HPAGE_SHIFT;
 *
 * Also, KERNELBASE >= PAGE_OFFSET and PHYSICAL_START >= MEMORY_START
 *
 * There are two was to determine a physical address from a virtual one:
 * There are two ways to determine a physical address from a virtual one:
 * va = pa + PAGE_OFFSET - MEMORY_START
 * va = pa + KERNELBASE - PHYSICAL_START
 *