From patchwork Mon Dec 12 20:04:41 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 87763 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1840152qgi; Mon, 12 Dec 2016 12:15:50 -0800 (PST) X-Received: by 10.98.11.71 with SMTP id t68mr98183823pfi.136.1481573749911; Mon, 12 Dec 2016 12:15:49 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q13si44881587pfg.158.2016.12.12.12.15.49; Mon, 12 Dec 2016 12:15:49 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@nifty.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932624AbcLLUPg (ORCPT + 25 others); Mon, 12 Dec 2016 15:15:36 -0500 Received: from conuserg-11.nifty.com ([210.131.2.78]:36859 "EHLO conuserg-11.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932172AbcLLUJf (ORCPT ); Mon, 12 Dec 2016 15:09:35 -0500 Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-11.nifty.com with ESMTP id uBCK7cf3013817; Tue, 13 Dec 2016 05:07:52 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com uBCK7cf3013817 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1481573273; bh=NA7zaXrxi19xtAxlBOpzY8fz5K9RY6fWo/96+uTEvY8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pjZ1N9aWUpAaZRgzqaUmCDW946bPXRtbIuOzeR0k9WbzHlSqboQqyZ2XRF2Lx+EVm yTm8klG7dbhN7+yzfLfbH/ABtsb4/Q5f2xQ9vbpLH8A0fyrtXsx3Kd/R9ecIng6nMh JBM141fOoTY6gNoGe4Fb/im7+9UHuv0qbXHluvNOH8kajEZURTSTCxQAd8RGLsNTKF YpGZ+B0mKIW16/iO8OQ3aXau+FMomUpWWkkpD9Z0lCjbnBat6DhR45Umn63qE5z6RE jZz5foEO7nVyNuTW3urOuE0gcjKaPuPxBK2vL3BF0GCNr/SZdcyMJbonm4w0Lk2ou8 u6t7HzB77tHvA== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: Andrew Morton Cc: Randy Dunlap , Kees Cook , Zhao Lei , Joe Perches , Yoshihiro Shimoda , Geert Uytterhoeven , Masahiro Yamada , linux-kernel@vger.kernel.org Subject: [PATCH 09/31] scripts/spelling.txt: add "efective" pattern and fix typo instances Date: Tue, 13 Dec 2016 05:04:41 +0900 Message-Id: <1481573103-11329-10-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1481573103-11329-1-git-send-email-yamada.masahiro@socionext.com> References: <1481573103-11329-1-git-send-email-yamada.masahiro@socionext.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix typos and add the following to the scripts/spelling.txt: efective||effective While we are here, fix the "addres" as well in the touched line in arch/openrisc/kernel/entry.S. Signed-off-by: Masahiro Yamada --- arch/m68k/ifpsp060/src/isp.S | 2 +- arch/openrisc/kernel/entry.S | 2 +- scripts/spelling.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) -- 2.7.4 Acked-by: Geert Uytterhoeven diff --git a/arch/m68k/ifpsp060/src/isp.S b/arch/m68k/ifpsp060/src/isp.S index 6dccda7..b865c1a 100644 --- a/arch/m68k/ifpsp060/src/isp.S +++ b/arch/m68k/ifpsp060/src/isp.S @@ -3814,7 +3814,7 @@ CAS2W2_FILLER: # (3) Save current DFC/SFC (ASSUMED TO BE EQUAL!!!); Then set # # SFC/DFC according to whether exception occurred in user or # # supervisor mode. # -# (4) Use "plpaw" instruction to pre-load ATC with efective # +# (4) Use "plpaw" instruction to pre-load ATC with effective # # address page(s). THIS SHOULD NOT FAULT!!! The relevant # # page(s) should have been made resident prior to entering # # this routine. # diff --git a/arch/openrisc/kernel/entry.S b/arch/openrisc/kernel/entry.S index ae61921..3aa6b74 100644 --- a/arch/openrisc/kernel/entry.S +++ b/arch/openrisc/kernel/entry.S @@ -322,7 +322,7 @@ EXCEPTION_ENTRY(_alignment_handler) #if 0 EXCEPTION_ENTRY(_alignment_handler) -// l.mfspr r2,r0,SPR_EEAR_BASE /* Load the efective addres */ +// l.mfspr r2,r0,SPR_EEAR_BASE /* Load the effective address */ l.addi r2,r4,0 // l.mfspr r5,r0,SPR_EPCR_BASE /* Load the insn address */ l.lwz r5,PT_PC(r1) diff --git a/scripts/spelling.txt b/scripts/spelling.txt index 462e99f..6230094 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt @@ -375,6 +375,7 @@ easilly||easily ecspecially||especially edditable||editable editting||editing +efective||effective efficently||efficiently ehther||ether eigth||eight