From patchwork Mon Dec 12 20:04:56 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 87756 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1839417qgi; Mon, 12 Dec 2016 12:14:13 -0800 (PST) X-Received: by 10.99.144.65 with SMTP id a62mr170625136pge.103.1481573653173; Mon, 12 Dec 2016 12:14:13 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n14si44881406pfb.155.2016.12.12.12.14.12; Mon, 12 Dec 2016 12:14:13 -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 S1753568AbcLLUOI (ORCPT + 25 others); Mon, 12 Dec 2016 15:14:08 -0500 Received: from conuserg-11.nifty.com ([210.131.2.78]:36914 "EHLO conuserg-11.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753154AbcLLUJg (ORCPT ); Mon, 12 Dec 2016 15:09:36 -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 uBCK7cfI013817; Tue, 13 Dec 2016 05:08:04 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com uBCK7cfI013817 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1481573284; bh=3CtprRt+A3gT4QUWLxoG3fQStBhuIdIGFumVexCllMY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=p1VBJb8Qb/vmDQDoPtZAs8k79OsQVt7WL4Ro4fKSh24b5IBfr1hxo5wmjyKoYD1Tn CL5kjvYn81+F89bN7poN8UK3ALEJvKyT3DOwdphtnF+wCuh2qn1m4Uxvh+WOrP7eu1 1KdVbJ66PT/mokuFP077WgAEIqbxwkNQRXWldCoOtGcg3frtBz/cpcSq1nBhH/4boM LbXKfxA3lsymrRPmmcLXdiSCZwYtxujTfHX8lu78fs9waViyFW7IiQjaEFAvi0s3LA ITIvWIIGFj7xkh7gh9wwqMOl6KIvR22TYrck58ZZx2Vac4YJS6ySz5lqc5AtNnGm4Z K+QfTmSjsoIJA== 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 24/31] scripts/spelling.txt: add "explictely" pattern and fix typo instances Date: Tue, 13 Dec 2016 05:04:56 +0900 Message-Id: <1481573103-11329-25-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: explictely||explicitly Signed-off-by: Masahiro Yamada --- Documentation/device-mapper/dm-raid.txt | 2 +- drivers/char/pcmcia/cm4000_cs.c | 2 +- scripts/spelling.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) -- 2.7.4 diff --git a/Documentation/device-mapper/dm-raid.txt b/Documentation/device-mapper/dm-raid.txt index 5e3786f..a8cf694 100644 --- a/Documentation/device-mapper/dm-raid.txt +++ b/Documentation/device-mapper/dm-raid.txt @@ -307,7 +307,7 @@ Version History 1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check". 1.6.0 Add discard support (and devices_handle_discard_safely module param). 1.7.0 Add support for MD RAID0 mappings. -1.8.0 Explictely check for compatible flags in the superblock metadata +1.8.0 Explicitly check for compatible flags in the superblock metadata and reject to start the raid set if any are set by a newer target version, thus avoiding data corruption on a raid set with a reshape in progress. diff --git a/drivers/char/pcmcia/cm4000_cs.c b/drivers/char/pcmcia/cm4000_cs.c index e051fc8..4eb6097 100644 --- a/drivers/char/pcmcia/cm4000_cs.c +++ b/drivers/char/pcmcia/cm4000_cs.c @@ -655,7 +655,7 @@ static void terminate_monitor(struct cm4000_dev *dev) * monitor the card every 50msec. as a side-effect, retrieve the * atr once a card is inserted. another side-effect of retrieving the * atr is that the card will be powered on, so there is no need to - * power on the card explictely from the application: the driver + * power on the card explicitly from the application: the driver * is already doing that for you. */ diff --git a/scripts/spelling.txt b/scripts/spelling.txt index b2dfe7d..df509dc 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt @@ -424,6 +424,7 @@ expecially||especially explicite||explicit explicitely||explicitly explict||explicit +explictely||explicitly explictly||explicitly expresion||expression exprimental||experimental