From nobody Sun Apr 19 13:43:29 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 26B53C433EF for ; Thu, 30 Jun 2022 08:50:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233789AbiF3Iup (ORCPT ); Thu, 30 Jun 2022 04:50:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51352 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231838AbiF3Iuo (ORCPT ); Thu, 30 Jun 2022 04:50:44 -0400 Received: from mail.nfschina.com (unknown [IPv6:2400:dd01:100f:2:72e2:84ff:fe10:5f45]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 7A981427E0 for ; Thu, 30 Jun 2022 01:50:43 -0700 (PDT) Received: from localhost (unknown [127.0.0.1]) by mail.nfschina.com (Postfix) with ESMTP id E67FF1E80D11; Thu, 30 Jun 2022 16:49:22 +0800 (CST) X-Virus-Scanned: amavisd-new at test.com Received: from mail.nfschina.com ([127.0.0.1]) by localhost (mail.nfschina.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aUQutfX2VJeG; Thu, 30 Jun 2022 16:49:20 +0800 (CST) Received: from localhost.localdomain (unknown [180.167.10.98]) (Authenticated sender: jiaming@nfschina.com) by mail.nfschina.com (Postfix) with ESMTPA id D45841E80CB6; Thu, 30 Jun 2022 16:49:19 +0800 (CST) From: Zhang Jiaming To: sammy@sammy.net, geert@linux-m68k.org Cc: linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org, liqiong@nfschina.com, renyu@nfschina.com, Zhang Jiaming Subject: [PATCH] m68k/mm: Fix spelling mistake Date: Thu, 30 Jun 2022 16:50:37 +0800 Message-Id: <20220630085037.72420-1-jiaming@nfschina.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Change 'writeable' to 'writable'. Signed-off-by: Zhang Jiaming Reviewed-by: Geert Uytterhoeven --- arch/m68k/include/asm/sun3_pgtable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/m68k/include/asm/sun3_pgtable.h b/arch/m68k/include/asm/s= un3_pgtable.h index 5e4e753f0d24..121d7cd237b6 100644 --- a/arch/m68k/include/asm/sun3_pgtable.h +++ b/arch/m68k/include/asm/sun3_pgtable.h @@ -68,7 +68,7 @@ =20 /* * Page protections for initialising protection_map. The sun3 has only two - * protection settings, valid (implying read and execute) and writeable. T= hese + * protection settings, valid (implying read and execute) and writable. Th= ese * are as close as we can get... */ #define __P000 PAGE_NONE --=20 2.34.1