diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-27 17:29:56 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-27 21:43:47 -0500 |
commit | 4091fb95b5f8dea37568d1a94c8227244bade891 (patch) | |
tree | c49009914d250e50f5b15cf04764c12f730dd105 | |
parent | 608595ed9b33ff8dd77ba12b96023212846e39ff (diff) |
scripts/spelling.txt: add "followings" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt:
followings||following
While we are here, add a missing colon in the boilerplate in DT binding
documents. The "you SoC" in allwinner,sunxi-pinctrl.txt was fixed as
well.
I reworded "as the followings:" to "as follows:" for
drivers/usb/gadget/udc/renesas_usb3.c.
Link: http://lkml.kernel.org/r/1481573103-11329-32-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
26 files changed, 31 insertions, 30 deletions
diff --git a/Documentation/DocBook/libata.tmpl b/Documentation/DocBook/libata.tmpl index d7fcdc5a4379..0320910b866d 100644 --- a/Documentation/DocBook/libata.tmpl +++ b/Documentation/DocBook/libata.tmpl | |||
@@ -1020,7 +1020,7 @@ and other resources, etc. | |||
1020 | </itemizedlist> | 1020 | </itemizedlist> |
1021 | 1021 | ||
1022 | <para> | 1022 | <para> |
1023 | Of errors detected as above, the followings are not ATA/ATAPI | 1023 | Of errors detected as above, the following are not ATA/ATAPI |
1024 | device errors but ATA bus errors and should be handled | 1024 | device errors but ATA bus errors and should be handled |
1025 | according to <xref linkend="excatATAbusErr"/>. | 1025 | according to <xref linkend="excatATAbusErr"/>. |
1026 | </para> | 1026 | </para> |
diff --git a/Documentation/acpi/method-tracing.txt b/Documentation/acpi/method-tracing.txt index c2505eefc878..0aba14c8f459 100644 --- a/Documentation/acpi/method-tracing.txt +++ b/Documentation/acpi/method-tracing.txt | |||
@@ -152,7 +152,7 @@ tracing facility. | |||
152 | Users can enable/disable this debug tracing feature by executing | 152 | Users can enable/disable this debug tracing feature by executing |
153 | the following command: | 153 | the following command: |
154 | # echo string > /sys/module/acpi/parameters/trace_state | 154 | # echo string > /sys/module/acpi/parameters/trace_state |
155 | Where "string" should be one of the followings: | 155 | Where "string" should be one of the following: |
156 | "disable" | 156 | "disable" |
157 | Disable the method tracing feature. | 157 | Disable the method tracing feature. |
158 | "enable" | 158 | "enable" |
diff --git a/Documentation/blockdev/mflash.txt b/Documentation/blockdev/mflash.txt index 1f610ecf698a..f7e050551487 100644 --- a/Documentation/blockdev/mflash.txt +++ b/Documentation/blockdev/mflash.txt | |||
@@ -17,7 +17,7 @@ driver and currently works well under standard IDE subsystem. Actually it's | |||
17 | one chip SSD. IO mode is ATA-like custom mode for the host that doesn't have | 17 | one chip SSD. IO mode is ATA-like custom mode for the host that doesn't have |
18 | IDE interface. | 18 | IDE interface. |
19 | 19 | ||
20 | Followings are brief descriptions about IO mode. | 20 | Following are brief descriptions about IO mode. |
21 | A. IO mode based on ATA protocol and uses some custom command. (read confirm, | 21 | A. IO mode based on ATA protocol and uses some custom command. (read confirm, |
22 | write confirm) | 22 | write confirm) |
23 | B. IO mode uses SRAM bus interface. | 23 | B. IO mode uses SRAM bus interface. |
diff --git a/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt b/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt index 7aa840c8768d..ae4234ca4ee4 100644 --- a/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt +++ b/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt | |||
@@ -1,7 +1,7 @@ | |||
1 | * Marvell Armada 370 / Armada XP / Armada 3700 Ethernet Controller (NETA) | 1 | * Marvell Armada 370 / Armada XP / Armada 3700 Ethernet Controller (NETA) |
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: could be one of the followings | 4 | - compatible: could be one of the following: |
5 | "marvell,armada-370-neta" | 5 | "marvell,armada-370-neta" |
6 | "marvell,armada-xp-neta" | 6 | "marvell,armada-xp-neta" |
7 | "marvell,armada-3700-neta" | 7 | "marvell,armada-3700-neta" |
diff --git a/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt index 7c85dca4221a..2fd688c8dbdb 100644 --- a/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt | |||
@@ -6,7 +6,7 @@ the first two functions being GPIO in and out. The configuration on | |||
6 | the pins includes drive strength and pull-up. | 6 | the pins includes drive strength and pull-up. |
7 | 7 | ||
8 | Required properties: | 8 | Required properties: |
9 | - compatible: Should be one of the followings (depending on you SoC): | 9 | - compatible: Should be one of the following (depending on your SoC): |
10 | "allwinner,sun4i-a10-pinctrl" | 10 | "allwinner,sun4i-a10-pinctrl" |
11 | "allwinner,sun5i-a10s-pinctrl" | 11 | "allwinner,sun5i-a10s-pinctrl" |
12 | "allwinner,sun5i-a13-pinctrl" | 12 | "allwinner,sun5i-a13-pinctrl" |
diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.txt b/Documentation/devicetree/bindings/soc/rockchip/grf.txt index c6e62cb30712..a0685c209218 100644 --- a/Documentation/devicetree/bindings/soc/rockchip/grf.txt +++ b/Documentation/devicetree/bindings/soc/rockchip/grf.txt | |||
@@ -10,7 +10,7 @@ From RK3368 SoCs, the GRF is divided into two sections, | |||
10 | 10 | ||
11 | Required Properties: | 11 | Required Properties: |
12 | 12 | ||
13 | - compatible: GRF should be one of the followings | 13 | - compatible: GRF should be one of the following: |
14 | - "rockchip,rk3036-grf", "syscon": for rk3036 | 14 | - "rockchip,rk3036-grf", "syscon": for rk3036 |
15 | - "rockchip,rk3066-grf", "syscon": for rk3066 | 15 | - "rockchip,rk3066-grf", "syscon": for rk3066 |
16 | - "rockchip,rk3188-grf", "syscon": for rk3188 | 16 | - "rockchip,rk3188-grf", "syscon": for rk3188 |
@@ -18,7 +18,7 @@ Required Properties: | |||
18 | - "rockchip,rk3288-grf", "syscon": for rk3288 | 18 | - "rockchip,rk3288-grf", "syscon": for rk3288 |
19 | - "rockchip,rk3368-grf", "syscon": for rk3368 | 19 | - "rockchip,rk3368-grf", "syscon": for rk3368 |
20 | - "rockchip,rk3399-grf", "syscon": for rk3399 | 20 | - "rockchip,rk3399-grf", "syscon": for rk3399 |
21 | - compatible: PMUGRF should be one of the followings | 21 | - compatible: PMUGRF should be one of the following: |
22 | - "rockchip,rk3368-pmugrf", "syscon": for rk3368 | 22 | - "rockchip,rk3368-pmugrf", "syscon": for rk3368 |
23 | - "rockchip,rk3399-pmugrf", "syscon": for rk3399 | 23 | - "rockchip,rk3399-pmugrf", "syscon": for rk3399 |
24 | - compatible: SGRF should be one of the following | 24 | - compatible: SGRF should be one of the following |
diff --git a/Documentation/devicetree/bindings/sound/rockchip-i2s.txt b/Documentation/devicetree/bindings/sound/rockchip-i2s.txt index 4ea29aa9af59..a6600f6dea64 100644 --- a/Documentation/devicetree/bindings/sound/rockchip-i2s.txt +++ b/Documentation/devicetree/bindings/sound/rockchip-i2s.txt | |||
@@ -5,7 +5,7 @@ audio data transfer between devices in the system. | |||
5 | 5 | ||
6 | Required properties: | 6 | Required properties: |
7 | 7 | ||
8 | - compatible: should be one of the followings | 8 | - compatible: should be one of the following: |
9 | - "rockchip,rk3066-i2s": for rk3066 | 9 | - "rockchip,rk3066-i2s": for rk3066 |
10 | - "rockchip,rk3188-i2s", "rockchip,rk3066-i2s": for rk3188 | 10 | - "rockchip,rk3188-i2s", "rockchip,rk3066-i2s": for rk3188 |
11 | - "rockchip,rk3288-i2s", "rockchip,rk3066-i2s": for rk3288 | 11 | - "rockchip,rk3288-i2s", "rockchip,rk3066-i2s": for rk3288 |
@@ -17,7 +17,7 @@ Required properties: | |||
17 | Documentation/devicetree/bindings/dma/dma.txt | 17 | Documentation/devicetree/bindings/dma/dma.txt |
18 | - dma-names: should include "tx" and "rx". | 18 | - dma-names: should include "tx" and "rx". |
19 | - clocks: a list of phandle + clock-specifer pairs, one for each entry in clock-names. | 19 | - clocks: a list of phandle + clock-specifer pairs, one for each entry in clock-names. |
20 | - clock-names: should contain followings: | 20 | - clock-names: should contain the following: |
21 | - "i2s_hclk": clock for I2S BUS | 21 | - "i2s_hclk": clock for I2S BUS |
22 | - "i2s_clk" : clock for I2S controller | 22 | - "i2s_clk" : clock for I2S controller |
23 | - rockchip,playback-channels: max playback channels, if not set, 8 channels default. | 23 | - rockchip,playback-channels: max playback channels, if not set, 8 channels default. |
diff --git a/Documentation/devicetree/bindings/sound/sun4i-codec.txt b/Documentation/devicetree/bindings/sound/sun4i-codec.txt index 3033bd8aab0f..3863531d1e6d 100644 --- a/Documentation/devicetree/bindings/sound/sun4i-codec.txt +++ b/Documentation/devicetree/bindings/sound/sun4i-codec.txt | |||
@@ -14,7 +14,7 @@ Required properties: | |||
14 | - dma-names: should include "tx" and "rx". | 14 | - dma-names: should include "tx" and "rx". |
15 | - clocks: a list of phandle + clock-specifer pairs, one for each entry | 15 | - clocks: a list of phandle + clock-specifer pairs, one for each entry |
16 | in clock-names. | 16 | in clock-names. |
17 | - clock-names: should contain followings: | 17 | - clock-names: should contain the following: |
18 | - "apb": the parent APB clock for this controller | 18 | - "apb": the parent APB clock for this controller |
19 | - "codec": the parent module clock | 19 | - "codec": the parent module clock |
20 | 20 | ||
diff --git a/Documentation/devicetree/bindings/sound/sun4i-i2s.txt b/Documentation/devicetree/bindings/sound/sun4i-i2s.txt index f4adc58f82ba..ee21da865771 100644 --- a/Documentation/devicetree/bindings/sound/sun4i-i2s.txt +++ b/Documentation/devicetree/bindings/sound/sun4i-i2s.txt | |||
@@ -5,7 +5,7 @@ audio data transfer between devices in the system. | |||
5 | 5 | ||
6 | Required properties: | 6 | Required properties: |
7 | 7 | ||
8 | - compatible: should be one of the followings | 8 | - compatible: should be one of the following: |
9 | - "allwinner,sun4i-a10-i2s" | 9 | - "allwinner,sun4i-a10-i2s" |
10 | - "allwinner,sun6i-a31-i2s" | 10 | - "allwinner,sun6i-a31-i2s" |
11 | - reg: physical base address of the controller and length of memory mapped | 11 | - reg: physical base address of the controller and length of memory mapped |
@@ -15,7 +15,7 @@ Required properties: | |||
15 | Documentation/devicetree/bindings/dma/dma.txt | 15 | Documentation/devicetree/bindings/dma/dma.txt |
16 | - dma-names: should include "tx" and "rx". | 16 | - dma-names: should include "tx" and "rx". |
17 | - clocks: a list of phandle + clock-specifer pairs, one for each entry in clock-names. | 17 | - clocks: a list of phandle + clock-specifer pairs, one for each entry in clock-names. |
18 | - clock-names: should contain followings: | 18 | - clock-names: should contain the following: |
19 | - "apb" : clock for the I2S bus interface | 19 | - "apb" : clock for the I2S bus interface |
20 | - "mod" : module clock for the I2S controller | 20 | - "mod" : module clock for the I2S controller |
21 | - #sound-dai-cells : Must be equal to 0 | 21 | - #sound-dai-cells : Must be equal to 0 |
diff --git a/Documentation/memory-hotplug.txt b/Documentation/memory-hotplug.txt index 5de846d3ecc0..670f3ded0802 100644 --- a/Documentation/memory-hotplug.txt +++ b/Documentation/memory-hotplug.txt | |||
@@ -114,11 +114,11 @@ config options. | |||
114 | Memory model -> Sparse Memory (CONFIG_SPARSEMEM) | 114 | Memory model -> Sparse Memory (CONFIG_SPARSEMEM) |
115 | Allow for memory hot-add (CONFIG_MEMORY_HOTPLUG) | 115 | Allow for memory hot-add (CONFIG_MEMORY_HOTPLUG) |
116 | 116 | ||
117 | - To enable memory removal, the followings are also necessary | 117 | - To enable memory removal, the following are also necessary |
118 | Allow for memory hot remove (CONFIG_MEMORY_HOTREMOVE) | 118 | Allow for memory hot remove (CONFIG_MEMORY_HOTREMOVE) |
119 | Page Migration (CONFIG_MIGRATION) | 119 | Page Migration (CONFIG_MIGRATION) |
120 | 120 | ||
121 | - For ACPI memory hotplug, the followings are also necessary | 121 | - For ACPI memory hotplug, the following are also necessary |
122 | Memory hotplug (under ACPI Support menu) (CONFIG_ACPI_HOTPLUG_MEMORY) | 122 | Memory hotplug (under ACPI Support menu) (CONFIG_ACPI_HOTPLUG_MEMORY) |
123 | This option can be kernel module. | 123 | This option can be kernel module. |
124 | 124 | ||
diff --git a/Documentation/sound/hd-audio/notes.rst b/Documentation/sound/hd-audio/notes.rst index 168d0cfab1ce..9eeb9b468706 100644 --- a/Documentation/sound/hd-audio/notes.rst +++ b/Documentation/sound/hd-audio/notes.rst | |||
@@ -697,7 +697,7 @@ If it's a regression, at best, send alsa-info outputs of both working | |||
697 | and non-working kernels. This is really helpful because we can | 697 | and non-working kernels. This is really helpful because we can |
698 | compare the codec registers directly. | 698 | compare the codec registers directly. |
699 | 699 | ||
700 | Send a bug report either the followings: | 700 | Send a bug report either the following: |
701 | 701 | ||
702 | kernel-bugzilla | 702 | kernel-bugzilla |
703 | https://bugzilla.kernel.org/ | 703 | https://bugzilla.kernel.org/ |
diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c index 4e5bf36c5f46..ef68232b5222 100644 --- a/drivers/ata/libata-eh.c +++ b/drivers/ata/libata-eh.c | |||
@@ -2034,7 +2034,7 @@ static int speed_down_verdict_cb(struct ata_ering_entry *ent, void *void_arg) | |||
2034 | * This is to expedite speed down decisions right after device is | 2034 | * This is to expedite speed down decisions right after device is |
2035 | * initially configured. | 2035 | * initially configured. |
2036 | * | 2036 | * |
2037 | * The followings are speed down rules. #1 and #2 deal with | 2037 | * The following are speed down rules. #1 and #2 deal with |
2038 | * DUBIOUS errors. | 2038 | * DUBIOUS errors. |
2039 | * | 2039 | * |
2040 | * 1. If more than one DUBIOUS_ATA_BUS or DUBIOUS_TOUT_HSM errors | 2040 | * 1. If more than one DUBIOUS_ATA_BUS or DUBIOUS_TOUT_HSM errors |
diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c index 8640bafeb471..a4fa6c82261e 100644 --- a/drivers/atm/iphase.c +++ b/drivers/atm/iphase.c | |||
@@ -21,7 +21,7 @@ | |||
21 | supports a variety of varients of Interphase ATM PCI (i)Chip adapter | 21 | supports a variety of varients of Interphase ATM PCI (i)Chip adapter |
22 | card family (See www.iphase.com/products/ClassSheet.cfm?ClassID=ATM) | 22 | card family (See www.iphase.com/products/ClassSheet.cfm?ClassID=ATM) |
23 | in terms of PHY type, the size of control memory and the size of | 23 | in terms of PHY type, the size of control memory and the size of |
24 | packet memory. The followings are the change log and history: | 24 | packet memory. The following are the change log and history: |
25 | 25 | ||
26 | Bugfix the Mona's UBR driver. | 26 | Bugfix the Mona's UBR driver. |
27 | Modify the basic memory allocation and dma logic. | 27 | Modify the basic memory allocation and dma logic. |
diff --git a/drivers/atm/iphase.h b/drivers/atm/iphase.h index 53ecac5a2161..2beacf2fc1ec 100644 --- a/drivers/atm/iphase.h +++ b/drivers/atm/iphase.h | |||
@@ -21,7 +21,7 @@ | |||
21 | supports a variety of varients of Interphase ATM PCI (i)Chip adapter | 21 | supports a variety of varients of Interphase ATM PCI (i)Chip adapter |
22 | card family (See www.iphase.com/products/ClassSheet.cfm?ClassID=ATM) | 22 | card family (See www.iphase.com/products/ClassSheet.cfm?ClassID=ATM) |
23 | in terms of PHY type, the size of control memory and the size of | 23 | in terms of PHY type, the size of control memory and the size of |
24 | packet memory. The followings are the change log and history: | 24 | packet memory. The following are the change log and history: |
25 | 25 | ||
26 | Bugfix the Mona's UBR driver. | 26 | Bugfix the Mona's UBR driver. |
27 | Modify the basic memory allocation and dma logic. | 27 | Modify the basic memory allocation and dma logic. |
diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c index 551a271353d2..dea04871b50d 100644 --- a/drivers/devfreq/devfreq.c +++ b/drivers/devfreq/devfreq.c | |||
@@ -1228,7 +1228,7 @@ static int __init devfreq_init(void) | |||
1228 | subsys_initcall(devfreq_init); | 1228 | subsys_initcall(devfreq_init); |
1229 | 1229 | ||
1230 | /* | 1230 | /* |
1231 | * The followings are helper functions for devfreq user device drivers with | 1231 | * The following are helper functions for devfreq user device drivers with |
1232 | * OPP framework. | 1232 | * OPP framework. |
1233 | */ | 1233 | */ |
1234 | 1234 | ||
diff --git a/drivers/hwmon/g762.c b/drivers/hwmon/g762.c index 6dca2fd3d303..6d1208b2b6d2 100644 --- a/drivers/hwmon/g762.c +++ b/drivers/hwmon/g762.c | |||
@@ -861,7 +861,7 @@ static ssize_t fan1_pulses_store(struct device *dev, | |||
861 | * (i.e. closed or open-loop). | 861 | * (i.e. closed or open-loop). |
862 | * | 862 | * |
863 | * Following documentation about hwmon's sysfs interface, a pwm1_enable node | 863 | * Following documentation about hwmon's sysfs interface, a pwm1_enable node |
864 | * should accept followings: | 864 | * should accept the following: |
865 | * | 865 | * |
866 | * 0 : no fan speed control (i.e. fan at full speed) | 866 | * 0 : no fan speed control (i.e. fan at full speed) |
867 | * 1 : manual fan speed control enabled (use pwm[1-*]) (open-loop) | 867 | * 1 : manual fan speed control enabled (use pwm[1-*]) (open-loop) |
diff --git a/drivers/isdn/hardware/eicon/debug.c b/drivers/isdn/hardware/eicon/debug.c index 576b7b4a3278..8bc2791bc39c 100644 --- a/drivers/isdn/hardware/eicon/debug.c +++ b/drivers/isdn/hardware/eicon/debug.c | |||
@@ -2049,7 +2049,7 @@ static int diva_dbg_cmp_key(const char *ref, const char *key) { | |||
2049 | /* | 2049 | /* |
2050 | In case trace filter starts with "C" character then | 2050 | In case trace filter starts with "C" character then |
2051 | all following characters are interpreted as command. | 2051 | all following characters are interpreted as command. |
2052 | Followings commands are available: | 2052 | Following commands are available: |
2053 | - single, trace single call at time, independent from CPN/CiPN | 2053 | - single, trace single call at time, independent from CPN/CiPN |
2054 | */ | 2054 | */ |
2055 | static int diva_mnt_cmp_nmbr(const char *nmbr) { | 2055 | static int diva_mnt_cmp_nmbr(const char *nmbr) { |
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index ca77d235867f..f754453fe754 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c | |||
@@ -3630,7 +3630,7 @@ static int __init pci_apply_final_quirks(void) | |||
3630 | fs_initcall_sync(pci_apply_final_quirks); | 3630 | fs_initcall_sync(pci_apply_final_quirks); |
3631 | 3631 | ||
3632 | /* | 3632 | /* |
3633 | * Followings are device-specific reset methods which can be used to | 3633 | * Following are device-specific reset methods which can be used to |
3634 | * reset a single function if other methods (e.g. FLR, PM D0->D3) are | 3634 | * reset a single function if other methods (e.g. FLR, PM D0->D3) are |
3635 | * not available. | 3635 | * not available. |
3636 | */ | 3636 | */ |
diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.h b/drivers/staging/gs_fpgaboot/gs_fpgaboot.h index 7b8cc3a25214..cd1eb2c4c940 100644 --- a/drivers/staging/gs_fpgaboot/gs_fpgaboot.h +++ b/drivers/staging/gs_fpgaboot/gs_fpgaboot.h | |||
@@ -39,7 +39,7 @@ struct fpgaimage { | |||
39 | const struct firmware *fw_entry; | 39 | const struct firmware *fw_entry; |
40 | 40 | ||
41 | /* | 41 | /* |
42 | * the followings can be read from bitstream, | 42 | * the following can be read from bitstream, |
43 | * but other image format should have as well | 43 | * but other image format should have as well |
44 | */ | 44 | */ |
45 | char filename[MAX_STR]; | 45 | char filename[MAX_STR]; |
diff --git a/drivers/usb/gadget/udc/renesas_usb3.c b/drivers/usb/gadget/udc/renesas_usb3.c index fb8fc34827ab..2218f91e92a6 100644 --- a/drivers/usb/gadget/udc/renesas_usb3.c +++ b/drivers/usb/gadget/udc/renesas_usb3.c | |||
@@ -1791,7 +1791,7 @@ static int renesas_usb3_init_ep(struct renesas_usb3 *usb3, struct device *dev, | |||
1791 | 1791 | ||
1792 | dev_dbg(dev, "%s: num_usb3_eps = %d\n", __func__, usb3->num_usb3_eps); | 1792 | dev_dbg(dev, "%s: num_usb3_eps = %d\n", __func__, usb3->num_usb3_eps); |
1793 | /* | 1793 | /* |
1794 | * This driver prepares pipes as the followings: | 1794 | * This driver prepares pipes as follows: |
1795 | * - odd pipes = IN pipe | 1795 | * - odd pipes = IN pipe |
1796 | * - even pipes = OUT pipe (except pipe 0) | 1796 | * - even pipes = OUT pipe (except pipe 0) |
1797 | */ | 1797 | */ |
@@ -1841,7 +1841,7 @@ static void renesas_usb3_init_ram(struct renesas_usb3 *usb3, struct device *dev, | |||
1841 | memset(basead, 0, sizeof(basead)); | 1841 | memset(basead, 0, sizeof(basead)); |
1842 | 1842 | ||
1843 | /* | 1843 | /* |
1844 | * This driver prepares pipes as the followings: | 1844 | * This driver prepares pipes as follows: |
1845 | * - all pipes = the same size as "ramsize_per_pipe" | 1845 | * - all pipes = the same size as "ramsize_per_pipe" |
1846 | * Please refer to the "Method of Specifying RAM Mapping" | 1846 | * Please refer to the "Method of Specifying RAM Mapping" |
1847 | */ | 1847 | */ |
diff --git a/include/linux/kconfig.h b/include/linux/kconfig.h index 8f2e059e4d45..4d748603e818 100644 --- a/include/linux/kconfig.h +++ b/include/linux/kconfig.h | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | /* | 9 | /* |
10 | * The use of "&&" / "||" is limited in certain expressions. | 10 | * The use of "&&" / "||" is limited in certain expressions. |
11 | * The followings enable to calculate "and" / "or" with macro expansion only. | 11 | * The following enable to calculate "and" / "or" with macro expansion only. |
12 | */ | 12 | */ |
13 | #define __and(x, y) ___and(x, y) | 13 | #define __and(x, y) ___and(x, y) |
14 | #define ___and(x, y) ____and(__ARG_PLACEHOLDER_##x, y) | 14 | #define ___and(x, y) ____and(__ARG_PLACEHOLDER_##x, y) |
diff --git a/mm/percpu.c b/mm/percpu.c index 0686f566d347..5696039b5c07 100644 --- a/mm/percpu.c +++ b/mm/percpu.c | |||
@@ -43,7 +43,7 @@ | |||
43 | * Chunks can be determined from the address using the index field | 43 | * Chunks can be determined from the address using the index field |
44 | * in the page struct. The index field contains a pointer to the chunk. | 44 | * in the page struct. The index field contains a pointer to the chunk. |
45 | * | 45 | * |
46 | * To use this allocator, arch code should do the followings. | 46 | * To use this allocator, arch code should do the following: |
47 | * | 47 | * |
48 | * - define __addr_to_pcpu_ptr() and __pcpu_ptr_to_addr() to translate | 48 | * - define __addr_to_pcpu_ptr() and __pcpu_ptr_to_addr() to translate |
49 | * regular address to percpu pointer and back if they need to be | 49 | * regular address to percpu pointer and back if they need to be |
diff --git a/scripts/spelling.txt b/scripts/spelling.txt index 56a9860080dc..be1d00307927 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt | |||
@@ -464,6 +464,7 @@ finsih||finish | |||
464 | flusing||flushing | 464 | flusing||flushing |
465 | folloing||following | 465 | folloing||following |
466 | followign||following | 466 | followign||following |
467 | followings||following | ||
467 | follwing||following | 468 | follwing||following |
468 | forseeable||foreseeable | 469 | forseeable||foreseeable |
469 | forse||force | 470 | forse||force |
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index 9ec4dba8a793..07a9deb17477 100644 --- a/sound/pci/hda/patch_ca0132.c +++ b/sound/pci/hda/patch_ca0132.c | |||
@@ -2866,7 +2866,7 @@ static unsigned int ca0132_capture_pcm_delay(struct hda_pcm_stream *info, | |||
2866 | #define CA0132_CODEC_MUTE(xname, nid, dir) \ | 2866 | #define CA0132_CODEC_MUTE(xname, nid, dir) \ |
2867 | CA0132_CODEC_MUTE_MONO(xname, nid, 3, dir) | 2867 | CA0132_CODEC_MUTE_MONO(xname, nid, 3, dir) |
2868 | 2868 | ||
2869 | /* The followings are for tuning of products */ | 2869 | /* The following are for tuning of products */ |
2870 | #ifdef ENABLE_TUNING_CONTROLS | 2870 | #ifdef ENABLE_TUNING_CONTROLS |
2871 | 2871 | ||
2872 | static unsigned int voice_focus_vals_lookup[] = { | 2872 | static unsigned int voice_focus_vals_lookup[] = { |
diff --git a/sound/ppc/snd_ps3.c b/sound/ppc/snd_ps3.c index b84d7d34f188..cdd44abfc9e0 100644 --- a/sound/ppc/snd_ps3.c +++ b/sound/ppc/snd_ps3.c | |||
@@ -883,7 +883,7 @@ static void snd_ps3_audio_set_base_addr(uint64_t ioaddr_start) | |||
883 | static void snd_ps3_audio_fixup(struct snd_ps3_card_info *card) | 883 | static void snd_ps3_audio_fixup(struct snd_ps3_card_info *card) |
884 | { | 884 | { |
885 | /* | 885 | /* |
886 | * avsetting driver seems to never change the followings | 886 | * avsetting driver seems to never change the following |
887 | * so, init them here once | 887 | * so, init them here once |
888 | */ | 888 | */ |
889 | 889 | ||
diff --git a/sound/soc/fsl/fsl_asrc.c b/sound/soc/fsl/fsl_asrc.c index 1d82f68305c3..8cfffa70c144 100644 --- a/sound/soc/fsl/fsl_asrc.c +++ b/sound/soc/fsl/fsl_asrc.c | |||
@@ -368,7 +368,7 @@ static int fsl_asrc_config_pair(struct fsl_asrc_pair *pair) | |||
368 | fsl_asrc_set_watermarks(pair, ASRC_INPUTFIFO_THRESHOLD, | 368 | fsl_asrc_set_watermarks(pair, ASRC_INPUTFIFO_THRESHOLD, |
369 | ASRC_INPUTFIFO_THRESHOLD); | 369 | ASRC_INPUTFIFO_THRESHOLD); |
370 | 370 | ||
371 | /* Configure the followings only for Ideal Ratio mode */ | 371 | /* Configure the following only for Ideal Ratio mode */ |
372 | if (!ideal) | 372 | if (!ideal) |
373 | return 0; | 373 | return 0; |
374 | 374 | ||