From patchwork Sun Aug 21 07:12:36 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 74377 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp1034053qga; Sun, 21 Aug 2016 00:13:17 -0700 (PDT) X-Received: by 10.194.238.170 with SMTP id vl10mr14724472wjc.18.1471763597723; Sun, 21 Aug 2016 00:13:17 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id u4si10993687wmf.121.2016.08.21.00.13.17; Sun, 21 Aug 2016 00:13:17 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8A9F44BA0E; Sun, 21 Aug 2016 09:13:16 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Sp-D8Jm1Zha9; Sun, 21 Aug 2016 09:13:16 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A14224B9B0; Sun, 21 Aug 2016 09:13:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EF7F04B9B0 for ; Sun, 21 Aug 2016 09:13:10 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kBd0dFaXFdgh for ; Sun, 21 Aug 2016 09:13:10 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id 31B914B99D for ; Sun, 21 Aug 2016 09:13:05 +0200 (CEST) Received: from grover.sesame (FL1-119-242-215-193.osk.mesh.ad.jp [119.242.215.193]) (authenticated) by conuserg-07.nifty.com with ESMTP id u7L7CgMf002152; Sun, 21 Aug 2016 16:12:48 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u7L7CgMf002152 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1471763568; bh=78kqof1vNw8JOzzN57Ow49IdIAmAaXZA1+Q1sBrmJBY=; h=From:To:Cc:Subject:Date:From; b=Y0HkZ9kn5o7NUAtwAqq6ppudaO2LtveTu5t/Ud2n6VSOI90Kcr5ovuhC99tv7KXGB DeZsLrbi6Bk2T8UlN1/6U5904xHh5A1K2iwve9LmSonzuQkk4FrxyNyMXoEGr1+3Wv WZw5tmfSLXKB3z5ShyFtuDq7QHBADoFvTZ8F+6UzydCx1qUR2fmbweu4i1xJ/BSgC7 coP7QFWAhqA7Ol1XlwRdc9BdUaU/RgMVLEdUYMEGHbk5rKMyydriDFAxXKTIxYIszK cSR5skzYHx1XiNdvdXkiPzLpwHqxdg+mxgvKjTkLvsx5AhpnzX4s0vK7MWReoJEKy6 /59uyQoKW+DAg== X-Nifty-SrcIP: [119.242.215.193] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sun, 21 Aug 2016 16:12:36 +0900 Message-Id: <1471763556-28370-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Cc: Joe Hershberger Subject: [U-Boot] [PATCH] treewide: fix "followings" to "following" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Most of them are my mistakes. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/dram/cmd_ddrmphy.c | 2 +- arch/arm/mach-uniphier/dram/cmd_ddrphy.c | 2 +- board/freescale/ls2080aqds/README | 2 +- doc/README.kconfig | 2 +- tools/moveconfig.py | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/arch/arm/mach-uniphier/dram/cmd_ddrmphy.c b/arch/arm/mach-uniphier/dram/cmd_ddrmphy.c index 7ac9378..47cee6f 100644 --- a/arch/arm/mach-uniphier/dram/cmd_ddrmphy.c +++ b/arch/arm/mach-uniphier/dram/cmd_ddrmphy.c @@ -304,7 +304,7 @@ static int do_ddrm(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) U_BOOT_CMD( ddrm, 2, 1, do_ddrm, "UniPhier DDR PHY parameters dumper", - "- dump all of the followings\n" + "- dump all of the following\n" "ddrm zq - dump Impedance Data\n" "ddrm wbdl - dump Write Bit Delay\n" "ddrm rbdl - dump Read Bit Delay\n" diff --git a/arch/arm/mach-uniphier/dram/cmd_ddrphy.c b/arch/arm/mach-uniphier/dram/cmd_ddrphy.c index 0a5a73d..6ac261d 100644 --- a/arch/arm/mach-uniphier/dram/cmd_ddrphy.c +++ b/arch/arm/mach-uniphier/dram/cmd_ddrphy.c @@ -258,7 +258,7 @@ static int do_ddr(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) U_BOOT_CMD( ddr, 2, 1, do_ddr, "UniPhier DDR PHY parameters dumper", - "- dump all of the followings\n" + "- dump all of the following\n" "ddr wbdl - dump Write Bit Delay\n" "ddr rbdl - dump Read Bit Delay\n" "ddr wld - dump Write Leveling\n" diff --git a/board/freescale/ls2080aqds/README b/board/freescale/ls2080aqds/README index 5c98866..f288750 100644 --- a/board/freescale/ls2080aqds/README +++ b/board/freescale/ls2080aqds/README @@ -112,7 +112,7 @@ X-QSGMII-16PORT riser card ---------------------------- The X-QSGMII-16PORT is a 4xQSGMII/8xSGMII riser card with eighth SerDes interfaces implemented in PCIe form factor board. -It supports followings +It supports following: - Card can operate with up to 4 QSGMII lane simultaneously - Card can operate with up to 8 SGMII lane simultaneously diff --git a/doc/README.kconfig b/doc/README.kconfig index 288d17d..0689f66 100644 --- a/doc/README.kconfig +++ b/doc/README.kconfig @@ -22,7 +22,7 @@ Here are some worth-mentioning configuration targets. - silentoldconfig This target updates .config, include/generated/autoconf.h and - include/configs/* as in Linux. In U-Boot, it also does the followings + include/configs/* as in Linux. In U-Boot, it also does the following for the compatibility with the old configuration system: * create a symbolic link "arch/${ARCH}/include/asm/arch" pointing to diff --git a/tools/moveconfig.py b/tools/moveconfig.py index aaa8e96..5374065 100755 --- a/tools/moveconfig.py +++ b/tools/moveconfig.py @@ -41,7 +41,7 @@ The log is printed for each defconfig as follows: is the name of the defconfig. shows what the tool did for that defconfig. -It looks like one of the followings: +It looks like one of the following: - Move 'CONFIG_... ' This config option was moved to the defconfig @@ -179,7 +179,7 @@ SLEEP_TIME=0.03 # Here is the list of cross-tools I use. # Most of them are available at kernel.org -# (https://www.kernel.org/pub/tools/crosstool/files/bin/), except the followings: +# (https://www.kernel.org/pub/tools/crosstool/files/bin/), except the following: # arc: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases # blackfin: http://sourceforge.net/projects/adi-toolchain/files/ # nds32: http://osdk.andestech.com/packages/nds32le-linux-glibc-v1.tgz