treewide: fix "followings" to "following"
Most of them are my mistakes. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
88e1346e35
commit
c21fc7e223
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -41,7 +41,7 @@ The log is printed for each defconfig as follows:
|
||||
<defconfig_name> is the name of the defconfig.
|
||||
|
||||
<action*> 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
|
||||
|
Loading…
Reference in New Issue
Block a user