From patchwork Wed Dec 3 23:52:05 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geoff Levand X-Patchwork-Id: 12161 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 24C53DDE2A for ; Thu, 4 Dec 2008 10:58:18 +1100 (EST) X-Original-To: linuxppc-dev@ozlabs.org Delivered-To: linuxppc-dev@ozlabs.org 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) Received: from mail112-va3-R.bigfish.com (10.7.14.236) by VA3EHSOBE003.bigfish.com (10.7.40.23) with Microsoft SMTP Server id 8.1.291.1; Wed, 3 Dec 2008 23:54:19 +0000 Received: from mail112-va3 (localhost.localdomain [127.0.0.1]) by mail112-va3-R.bigfish.com (Postfix) with ESMTP id 6A64810500DA; Wed, 3 Dec 2008 23:54:19 +0000 (UTC) X-BigFish: VPS0(zzzzzzz2fh6bh61h) X-Spam-TCS-SCL: 0:0 Received: by mail112-va3 (MessageSwitch) id 1228348458147912_31744; Wed, 3 Dec 2008 23:54:18 +0000 (UCT) Received: from mail8.fw-sd.sony.com (mail8.fw-sd.sony.com [160.33.66.75]) by mail112-va3.bigfish.com (Postfix) with ESMTP id CCAAC1C60079; Wed, 3 Dec 2008 23:54:17 +0000 (UTC) Received: from mail3.sjc.in.sel.sony.com (mail3.sjc.in.sel.sony.com [43.134.1.211]) by mail8.fw-sd.sony.com (8.14.2/8.14.2) with ESMTP id mB3NsH8T005013; Wed, 3 Dec 2008 23:54:17 GMT Received: from ussdixhub21.spe.sony.com (ussdixhub21.spe.sony.com [43.130.141.76]) by mail3.sjc.in.sel.sony.com (8.12.11/8.12.11) with ESMTP id mB3NsFE7028024; Wed, 3 Dec 2008 23:54:17 GMT Received: from USSDIXRG02.am.sony.com (43.130.140.32) by ussdixhub21.spe.sony.com (43.130.141.76) with Microsoft SMTP Server id 8.1.291.1; Wed, 3 Dec 2008 15:54:09 -0800 Received: from ussdixms03.am.sony.com ([43.130.140.23]) by USSDIXRG02.am.sony.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 3 Dec 2008 15:54:09 -0800 Received: from [192.168.1.10] ([43.135.148.226]) by ussdixms03.am.sony.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 3 Dec 2008 15:54:09 -0800 Message-ID: <49371BA5.8000006@am.sony.com> Date: Wed, 3 Dec 2008 15:52:05 -0800 From: Geoff Levand User-Agent: Thunderbird 2.0.0.18 (X11/20081119) 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> X-Enigmail-Version: 0.95.7 X-OriginalArrivalTime: 03 Dec 2008 23:54:09.0149 (UTC) FILETIME=[6EF6A2D0:01C955A2] X-SEL-encryption-scan: scanned Cc: linuxppc-dev@ozlabs.org X-BeenThere: linuxppc-dev@ozlabs.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org 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)