From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from VA3EHSOBE003.bigfish.com (outbound-va3.frontbridge.com [216.32.180.16]) by ozlabs.org (Postfix) with ESMTP id B9474DDDF8 for ; Thu, 4 Dec 2008 10:54:22 +1100 (EST) Message-ID: <49371BA5.8000006@am.sony.com> Date: Wed, 3 Dec 2008 15:52:05 -0800 From: Geoff Levand MIME-Version: 1.0 To: paulus@samba.org Subject: [patch 1/3] powerpc: Fix typo in pgtable-ppc64.h References: <49371ACA.9040800@am.sony.com> In-Reply-To: <49371ACA.9040800@am.sony.com> Content-Type: text/plain; charset="ISO-8859-1" Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Fix a minor comment typo in pgtable-ppc64.h. Signed-off-by: Geoff Levand --- arch/powerpc/include/asm/pgtable-ppc64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/powerpc/include/asm/pgtable-ppc64.h +++ b/arch/powerpc/include/asm/pgtable-ppc64.h @@ -100,7 +100,7 @@ #define _PAGE_WRENABLE (_PAGE_RW | _PAGE_DIRTY) -/* __pgprot defined in arch/powerpc/incliude/asm/page.h */ +/* __pgprot defined in arch/powerpc/include/asm/page.h */ #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED) #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_RW | _PAGE_USER) --