From patchwork Mon Dec 12 20:04:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 87747 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1838368qgi; Mon, 12 Dec 2016 12:12:05 -0800 (PST) X-Received: by 10.84.218.76 with SMTP id f12mr40682894plm.141.1481573525818; Mon, 12 Dec 2016 12:12:05 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y26si44909927pfk.69.2016.12.12.12.12.05; Mon, 12 Dec 2016 12:12: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 S932533AbcLLUMD (ORCPT + 25 others); Mon, 12 Dec 2016 15:12:03 -0500 Received: from conuserg-11.nifty.com ([210.131.2.78]:37336 "EHLO conuserg-11.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932129AbcLLUJn (ORCPT ); Mon, 12 Dec 2016 15:09:43 -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 uBCK7ceu013817; Tue, 13 Dec 2016 05:07:47 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com uBCK7ceu013817 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1481573267; bh=2LNpFedqh4bLyeNZfybKqv0SrqrS6fsfOuqO4plWKmM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CJaiFJv0+/bWann7fyrgWG905+8yfdRRKH/8RDX3SUhO7Yc8GtqWqXVLacV1GFOxa CyPucwr972FfnvONer9GxtFJ8y5+MD991zz+SZt9rbn9FUB/Lchdda4BvVE9YNw7Oj 2g9ZPKEI+Kq8bL3hd/Tm38YteRes90ZLVTFEdmXlpuka3mNCljQ9NFL8W9ksYEypke FSkRo9/iIV7vb8fSk0e8AmkSLMNumSGlioh8zPcVlchQmeujCU5CEwocj6hmFG8L1l SfAYZflMD+3RnxgvvGnn8AA+NRPAhOw8XYJMDwgO0Ggg5PefyiqYNWIWkUSJ1RGGbZ B2F8/7EPgfpZQ== 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 02/31] scripts/spelling.txt: add "swithc" pattern and fix typo instances Date: Tue, 13 Dec 2016 05:04:34 +0900 Message-Id: <1481573103-11329-3-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: swithc||switch swithced||switched swithcing||switching Signed-off-by: Masahiro Yamada --- drivers/extcon/extcon-rt8973a.c | 2 +- drivers/media/i2c/adv7183_regs.h | 2 +- drivers/staging/rtl8192u/ieee80211/ieee80211.h | 4 ++-- drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 2 +- scripts/spelling.txt | 3 +++ 5 files changed, 8 insertions(+), 5 deletions(-) -- 2.7.4 diff --git a/drivers/extcon/extcon-rt8973a.c b/drivers/extcon/extcon-rt8973a.c index 3e882aa..eaa355e 100644 --- a/drivers/extcon/extcon-rt8973a.c +++ b/drivers/extcon/extcon-rt8973a.c @@ -537,7 +537,7 @@ static void rt8973a_init_dev_type(struct rt8973a_muic_info *info) regmap_update_bits(info->regmap, reg, mask, val); } - /* Check whether RT8973A is auto swithcing mode or not */ + /* Check whether RT8973A is auto switching mode or not */ ret = regmap_read(info->regmap, RT8973A_REG_CONTROL1, &data); if (ret) { dev_err(info->dev, diff --git a/drivers/media/i2c/adv7183_regs.h b/drivers/media/i2c/adv7183_regs.h index b253d40..abe8599 100644 --- a/drivers/media/i2c/adv7183_regs.h +++ b/drivers/media/i2c/adv7183_regs.h @@ -87,7 +87,7 @@ #define ADV7183_LETTERBOX_3 0x9D /* Letterbox 3 */ #define ADV7183_CRC_EN 0xB2 /* CRC enable */ #define ADV7183_ADC_SWITCH_1 0xC3 /* ADC switch 1 */ -#define ADV7183_ADC_SWITCH_2 0xC4 /* ADC swithc 2 */ +#define ADV7183_ADC_SWITCH_2 0xC4 /* ADC switch 2 */ #define ADV7183_LETTERBOX_CTRL_1 0xDC /* Letterbox control 1 */ #define ADV7183_LETTERBOX_CTRL_2 0xDD /* Letterbox control 2 */ #define ADV7183_SD_OFFSET_CB 0xE1 /* SD offset Cb */ diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211.h b/drivers/staging/rtl8192u/ieee80211/ieee80211.h index 077ea13..17e985a 100644 --- a/drivers/staging/rtl8192u/ieee80211/ieee80211.h +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211.h @@ -1943,7 +1943,7 @@ struct ieee80211_device { /* ask to the driver to retune the radio . * This function can sleep. the driver should ensure - * the radio has been swithced before return. + * the radio has been switched before return. */ void (*set_chan)(struct net_device *dev, short ch); @@ -1954,7 +1954,7 @@ struct ieee80211_device { * The syncro version is similar to the start_scan but * does not return until all channels has been scanned. * this is called in user context and should sleep, - * it is called in a work_queue when swithcing to ad-hoc mode + * it is called in a work_queue when switching to ad-hoc mode * or in behalf of iwlist scan when the card is associated * and root user ask for a scan. * the function stop_scan should stop both the syncro and diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c index d7d85b3..3781c10 100644 --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c @@ -2359,7 +2359,7 @@ static void ieee80211_start_ibss_wq(struct work_struct *work) // if((IS_DOT11D_ENABLE(ieee)) && (ieee->state == IEEE80211_NOLINK)) if (ieee->state == IEEE80211_NOLINK) ieee->current_network.channel = 6; - /* if not then the state is not linked. Maybe the user swithced to + /* if not then the state is not linked. Maybe the user switched to * ad-hoc mode just after being in monitor mode, or just after * being very few time in managed mode (so the card have had no * time to scan all the chans..) or we have just run up the iface diff --git a/scripts/spelling.txt b/scripts/spelling.txt index 85e9efc..72aaf3d 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt @@ -965,6 +965,9 @@ swaping||swapping switchs||switches swith||switch swithable||switchable +swithc||switch +swithced||switched +swithcing||switching swithed||switched swithing||switching symetric||symmetric