From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwJJm-0003pk-J4 for qemu-devel@nongnu.org; Tue, 10 Nov 2015 19:31:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwJJl-0004rg-Pk for qemu-devel@nongnu.org; Tue, 10 Nov 2015 19:31:18 -0500 From: Benjamin Herrenschmidt Date: Wed, 11 Nov 2015 11:28:05 +1100 Message-Id: <1447201710-10229-53-git-send-email-benh@kernel.crashing.org> In-Reply-To: <1447201710-10229-1-git-send-email-benh@kernel.crashing.org> References: <1447201710-10229-1-git-send-email-benh@kernel.crashing.org> Subject: [Qemu-devel] [PATCH 52/77] ppc: Cosmetic, align some comments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org Cc: qemu-devel@nongnu.org Signed-off-by: Benjamin Herrenschmidt --- target-ppc/mmu-hash32.c | 4 ++-- target-ppc/mmu_helper.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/target-ppc/mmu-hash32.c b/target-ppc/mmu-hash32.c index dfee358..a2f4ce2 100644 --- a/target-ppc/mmu-hash32.c +++ b/target-ppc/mmu-hash32.c @@ -41,8 +41,8 @@ struct mmu_ctx_hash32 { hwaddr raddr; /* Real address */ - int prot; /* Protection bits */ - int key; /* Access key */ + int prot; /* Protection bits */ + int key; /* Access key */ }; static int ppc_hash32_pp_prot(int key, int pp, int nx) diff --git a/target-ppc/mmu_helper.c b/target-ppc/mmu_helper.c index 54bc5d1..18d34cc 100644 --- a/target-ppc/mmu_helper.c +++ b/target-ppc/mmu_helper.c @@ -58,11 +58,11 @@ typedef struct mmu_ctx_t mmu_ctx_t; struct mmu_ctx_t { hwaddr raddr; /* Real address */ hwaddr eaddr; /* Effective address */ - int prot; /* Protection bits */ + int prot; /* Protection bits */ hwaddr hash[2]; /* Pagetable hash values */ - target_ulong ptem; /* Virtual segment ID | API */ - int key; /* Access key */ - int nx; /* Non-execute area */ + target_ulong ptem; /* Virtual segment ID | API */ + int key; /* Access key */ + int nx; /* Non-execute area */ }; /* Common routines used by software and hardware TLBs emulation */ -- 2.5.0