From patchwork Mon Dec 12 20:04:45 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 87741 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1837901qgi; Mon, 12 Dec 2016 12:11:05 -0800 (PST) X-Received: by 10.84.129.100 with SMTP id 91mr186518398plb.73.1481573465369; Mon, 12 Dec 2016 12:11:05 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e66si44810785pfg.191.2016.12.12.12.11.03; Mon, 12 Dec 2016 12:11:05 -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 S932222AbcLLUJq (ORCPT + 25 others); Mon, 12 Dec 2016 15:09:46 -0500 Received: from conuserg-11.nifty.com ([210.131.2.78]:37099 "EHLO conuserg-11.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753281AbcLLUJj (ORCPT ); Mon, 12 Dec 2016 15:09:39 -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 uBCK7cf7013817; Tue, 13 Dec 2016 05:07:55 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com uBCK7cf7013817 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1481573276; bh=Ne2rzTLA4TWyRsUTzasn17SaRb1BixEw6ifEUou8+8g=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XwOxJfh2AS9FlI8AZT30ObBe2gIDA0gW/wqFN9zwVMNNcCHqiL9i8/n4HuY9stbEd 19HVh5oQatQESf5txH8e5pWYXd+hLVZ9pJtTwR30TkZuPOBJRi1hLmVTXoFxxtxbyK gP4XUJ1eT1gojuN+t7t5NfiEzTVfG0OU1g4IHw04bQBCpF5OPOthY8D+NYkjIHSG31 HC5o6IiFlLY15SZhQwZRopd75mOVd1jGM62ZdtPnT+gn08LfM3je3KSj977jihHBw5 mWoFBh56m2z19znV4xPT+7qG5IeJmNVoGnN4jp3FTwWc12Kf2C2Wb6jL2PtKTZYSw0 B+H9GlJCEfbew== 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 13/31] scripts/spelling.txt: add "neded" pattern and fix typo instances Date: Tue, 13 Dec 2016 05:04:45 +0900 Message-Id: <1481573103-11329-14-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: neded||needed While we are here, fix the "overriden", "wont", and "etc" in the same hunk in drivers/media/usb/tm6000/tm6000-input.c. Signed-off-by: Masahiro Yamada --- drivers/media/usb/gspca/t613.c | 6 +++--- drivers/media/usb/tm6000/tm6000-input.c | 2 +- scripts/spelling.txt | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) -- 2.7.4 diff --git a/drivers/media/usb/gspca/t613.c b/drivers/media/usb/gspca/t613.c index bb52fc1..4907e64 100644 --- a/drivers/media/usb/gspca/t613.c +++ b/drivers/media/usb/gspca/t613.c @@ -574,9 +574,9 @@ static void setfreq(struct gspca_dev *gspca_dev, s32 val) /* this function is called at probe and resume time */ static int sd_init(struct gspca_dev *gspca_dev) { - /* some of this registers are not really neded, because - * they are overriden by setbrigthness, setcontrast, etc, - * but wont hurt anyway, and can help someone with similar webcam + /* some of this registers are not really needed, because + * they are overridden by setbrigthness, setcontrast, etc., + * but won't hurt anyway, and can help someone with similar webcam * to see the initial parameters.*/ struct sd *sd = (struct sd *) gspca_dev; const struct additional_sensor_data *sensor; diff --git a/drivers/media/usb/tm6000/tm6000-input.c b/drivers/media/usb/tm6000/tm6000-input.c index 26b2ebb..7fe00a5 100644 --- a/drivers/media/usb/tm6000/tm6000-input.c +++ b/drivers/media/usb/tm6000/tm6000-input.c @@ -442,7 +442,7 @@ int tm6000_ir_init(struct tm6000_core *dev) /* input setup */ rc->allowed_protocols = RC_BIT_RC5 | RC_BIT_NEC; - /* Neded, in order to support NEC remotes with 24 or 32 bits */ + /* Needed, in order to support NEC remotes with 24 or 32 bits */ rc->scancode_mask = 0xffff; rc->priv = ir; rc->change_protocol = tm6000_ir_change_protocol; diff --git a/scripts/spelling.txt b/scripts/spelling.txt index 3892e84..ba0b81f 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt @@ -658,6 +658,7 @@ neccecary||necessary neccesary||necessary neccessary||necessary necesary||necessary +neded||needed negaive||negative negoitation||negotiation negotation||negotiation