From patchwork Mon Dec 12 20:04:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 87753 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1839074qgi; Mon, 12 Dec 2016 12:13:32 -0800 (PST) X-Received: by 10.84.164.231 with SMTP id l36mr189574297plg.33.1481573612209; Mon, 12 Dec 2016 12:13:32 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b31si44884706pli.65.2016.12.12.12.13.31; Mon, 12 Dec 2016 12:13:32 -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 S932354AbcLLUMw (ORCPT + 25 others); Mon, 12 Dec 2016 15:12:52 -0500 Received: from conuserg-11.nifty.com ([210.131.2.78]:36915 "EHLO conuserg-11.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753159AbcLLUJh (ORCPT ); Mon, 12 Dec 2016 15:09:37 -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 uBCK7cf6013817; Tue, 13 Dec 2016 05:07:54 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com uBCK7cf6013817 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1481573275; bh=ilDhxFm85Xg8+JE7qfjXgyzS30/vs7cXrR/ZiZDbXP8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cD8GxjL0wYZlmYq0FZQ0LqoQj7lAVG1H69JMtiiuAyzn8NbQ3E5fPYzAX3nLrt28u b8UIzxlnNKUdFIN5waQflbSV1ZjDdvBzREXontHD5kUWMmCgr66EV1IEnBzDnZyvzx 7SOOSUQW5QsD22juG6XlkrwNb1cIBDfojae9IYKqI9XIL/2taSHPf7r86AVTeBbsVp GYF8xkSGuUZrqjNETKH+eElvSDPNiSO43iMXzO+C1FUvBIr3ZgnoQfxsissZZMCha7 y9lJjgehZG4RbYHgj8P45AhJE4eXXuNJrKnxM+zuQt2NfjJrUz4SHcCmAlGDWAjJXk mXeLKYSo34Atw== 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 12/31] scripts/spelling.txt: add "againt" pattern and fix typo instances Date: Tue, 13 Dec 2016 05:04:44 +0900 Message-Id: <1481573103-11329-13-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: againt||against While we are here, fix the "capabilites" as well in the touched hunk in drivers/gpu/drm/drm_probe_helper.c. Signed-off-by: Masahiro Yamada --- drivers/gpu/drm/drm_probe_helper.c | 4 ++-- fs/ecryptfs/kthread.c | 2 +- scripts/spelling.txt | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) -- 2.7.4 diff --git a/drivers/gpu/drm/drm_probe_helper.c b/drivers/gpu/drm/drm_probe_helper.c index ac953f0..c8f36ac 100644 --- a/drivers/gpu/drm/drm_probe_helper.c +++ b/drivers/gpu/drm/drm_probe_helper.c @@ -204,8 +204,8 @@ drm_connector_detect(struct drm_connector *connector, bool force) * - drm_mode_validate_basic() performs basic sanity checks * - drm_mode_validate_size() filters out modes larger than @maxX and @maxY * (if specified) - * - drm_mode_validate_flag() checks the modes againt basic connector - * capabilites (interlace_allowed,doublescan_allowed,stereo_allowed) + * - drm_mode_validate_flag() checks the modes against basic connector + * capabilities (interlace_allowed,doublescan_allowed,stereo_allowed) * - the optional connector ->mode_valid() helper can perform driver and/or * hardware specific checks * diff --git a/fs/ecryptfs/kthread.c b/fs/ecryptfs/kthread.c index 866bb18..e00d45a 100644 --- a/fs/ecryptfs/kthread.c +++ b/fs/ecryptfs/kthread.c @@ -123,7 +123,7 @@ void ecryptfs_destroy_kthread(void) * @lower_dentry: Lower dentry for file to open * @lower_mnt: Lower vfsmount for file to open * - * This function gets a r/w file opened againt the lower dentry. + * This function gets a r/w file opened against the lower dentry. * * Returns zero on success; non-zero otherwise */ diff --git a/scripts/spelling.txt b/scripts/spelling.txt index d575c4e..3892e84 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt @@ -60,6 +60,7 @@ adress||address adresses||addresses adviced||advised afecting||affecting +againt||against agaist||against albumns||albums alegorical||allegorical