[PATCH] tools: Fix a typo in kernel-chktaint

2021-04-02 Thread Masanari Iida
This patch fixes a spelling typo in kernel-chktaint

Signed-off-by: Masanari Iida 
---
 tools/debugging/kernel-chktaint | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/debugging/kernel-chktaint b/tools/debugging/kernel-chktaint
index 607b2b280945..719f18b1edf0 100755
--- a/tools/debugging/kernel-chktaint
+++ b/tools/debugging/kernel-chktaint
@@ -25,7 +25,7 @@ if [ "$1"x != "x" ]; then
elif  [ $1 -ge 0 ] 2>/dev/null ; then
taint=$1
else
-   echo "Error: Parameter '$1' not a positive interger. Aborting." 
>&2
+   echo "Error: Parameter '$1' not a positive integer. Aborting." 
>&2
exit 1
fi
 else
-- 
2.25.0



[PATCH] samples: bpf: Fix a spelling typo in do_hbm_test.sh

2021-03-15 Thread Masanari Iida
This patch fixes a spelling typo in do_hbm_test.sh

Signed-off-by: Masanari Iida 
---
 samples/bpf/do_hbm_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/bpf/do_hbm_test.sh b/samples/bpf/do_hbm_test.sh
index 21790ea5c460..38e4599350db 100755
--- a/samples/bpf/do_hbm_test.sh
+++ b/samples/bpf/do_hbm_test.sh
@@ -10,7 +10,7 @@
 Usage() {
   echo "Script for testing HBM (Host Bandwidth Manager) framework."
   echo "It creates a cgroup to use for testing and load a BPF program to limit"
-  echo "egress or ingress bandwidht. It then uses iperf3 or netperf to create"
+  echo "egress or ingress bandwidth. It then uses iperf3 or netperf to create"
   echo "loads. The output is the goodput in Mbps (unless -D was used)."
   echo ""
   echo "USAGE: $name [out] [-b=|--bpf=] [-c=|--cc=]"
-- 
2.25.0



[PATCH] tools:bootconfig: Fix a typo in scripts/xbc.sh

2021-03-15 Thread Masanari Iida
This patch fixes a spelling typo in tools/bootconfig/scripts/xbc.sh

Signed-off-by: Masanari Iida 
---
 tools/bootconfig/scripts/xbc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/bootconfig/scripts/xbc.sh b/tools/bootconfig/scripts/xbc.sh
index b8c84e654556..808510f6c168 100644
--- a/tools/bootconfig/scripts/xbc.sh
+++ b/tools/bootconfig/scripts/xbc.sh
@@ -9,7 +9,7 @@ BOOTCONFIG=${BOOTCONFIG:=$XBC_BASEDIR/../bootconfig}
 if [ ! -x "$BOOTCONFIG" ]; then
BOOTCONFIG=`which bootconfig`
if [ -z "$BOOTCONFIG" ]; then
-   echo "Erorr: bootconfig command is not found" 1>&2
+   echo "Error: bootconfig command is not found" 1>&2
exit 1
fi
 fi
-- 
2.25.0



[PATCH] docs: networking: bonding.rst Fix a typo in bonding.rst

2021-03-01 Thread Masanari Iida
This patch fixes a spelling typo in bonding.rst.

Signed-off-by: Masanari Iida 
---
 Documentation/networking/bonding.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/bonding.rst 
b/Documentation/networking/bonding.rst
index 5f690f0ad0e4..62f2aab8eaec 100644
--- a/Documentation/networking/bonding.rst
+++ b/Documentation/networking/bonding.rst
@@ -1988,7 +1988,7 @@ netif_carrier.
 If use_carrier is 0, then the MII monitor will first query the
 device's (via ioctl) MII registers and check the link state.  If that
 request fails (not just that it returns carrier down), then the MII
-monitor will make an ethtool ETHOOL_GLINK request to attempt to obtain
+monitor will make an ethtool ETHTOOL_GLINK request to attempt to obtain
 the same information.  If both methods fail (i.e., the driver either
 does not support or had some error in processing both the MII register
 and ethtool requests), then the MII monitor will assume the link is
-- 
2.25.0



[PATCH/v2] ARM: ixp4xx: Fix typos in Kconfig

2021-01-11 Thread Masanari Iida
This patch fixes some spelling typos in Kconfig.

Signed-off-by: Masanari Iida 
---
 arch/arm/mach-ixp4xx/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
index f7211b57b1e7..affee2e0ff55 100644
--- a/arch/arm/mach-ixp4xx/Kconfig
+++ b/arch/arm/mach-ixp4xx/Kconfig
@@ -7,7 +7,7 @@ comment "IXP4xx Platforms"
 
 config MACH_IXP4XX_OF
bool
-   prompt "Devce Tree IXP4xx boards"
+   prompt "Device Tree IXP4xx boards"
default y
select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
select I2C
@@ -115,7 +115,7 @@ config ARCH_PRPMC1100
bool "PrPMC1100"
help
  Say 'Y' here if you want your kernel to support the Motorola
- PrPCM1100 Processor Mezanine Module. For more information on
+ PrPMC1100 Processor Mezzanine Module. For more information on
  this platform, see .
 
 config MACH_NAS100D
-- 
2.25.0



[PATCH] ARM: ixp4xx: Fix typos in Kconfig

2021-01-06 Thread Masanari Iida
This patch fixes some spelling typos in Kconfig.

Signed-off-by: Masanari Iida 
---
 arch/arm/mach-ixp4xx/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
index f7211b57b1e7..c4f719993190 100644
--- a/arch/arm/mach-ixp4xx/Kconfig
+++ b/arch/arm/mach-ixp4xx/Kconfig
@@ -7,7 +7,7 @@ comment "IXP4xx Platforms"
 
 config MACH_IXP4XX_OF
bool
-   prompt "Devce Tree IXP4xx boards"
+   prompt "Device Tree IXP4xx boards"
default y
select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
select I2C
@@ -115,7 +115,7 @@ config ARCH_PRPMC1100
bool "PrPMC1100"
help
  Say 'Y' here if you want your kernel to support the Motorola
- PrPCM1100 Processor Mezanine Module. For more information on
+ PrPMC1100 Processor Mezanine Module. For more information on
  this platform, see .
 
 config MACH_NAS100D
-- 
2.25.0



[PATCH/v2] csky: Fix typos in Kconfig

2021-01-06 Thread Masanari Iida
This patch fixes some spelling typos in Kconfig.

Signed-off-by: Masanari Iida 
---
 arch/csky/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index 7f1721101ea0..e6ddca10e3ee 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -243,9 +243,9 @@ menuconfig HAVE_TCM
bool "Tightly-Coupled/Sram Memory"
select GENERIC_ALLOCATOR
help
- The implementation are not only used by TCM (Tightly-Coupled Meory)
- but also used by sram on SOC bus. It follow existed linux tcm
- software interface, so that old tcm application codes could be
+ The implementation is not only used by TCM (Tightly-Coupled Memory)
+ but also used by SRAM on SOC bus. It follows the existing Linux TCM
+ software interface, so that old TCM application codes could be
  re-used directly.
 
 if HAVE_TCM
-- 
2.25.0



[PATCH] net-next: docs: Fix typos in snmp_counter.rst

2021-01-05 Thread Masanari Iida
This patch fixes some spelling typos in snmp_counter.rst

Signed-off-by: Masanari Iida 
---
 Documentation/networking/snmp_counter.rst | 28 +++
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/Documentation/networking/snmp_counter.rst 
b/Documentation/networking/snmp_counter.rst
index 4edd0d38779e..423d138b5ff3 100644
--- a/Documentation/networking/snmp_counter.rst
+++ b/Documentation/networking/snmp_counter.rst
@@ -314,7 +314,7 @@ https://lwn.net/Articles/576263/
 * TcpExtTCPOrigDataSent
 
 This counter is explained by `kernel commit f19c29e3e391`_, I pasted the
-explaination below::
+explanation below::
 
   TCPOrigDataSent: number of outgoing packets with original data (excluding
   retransmission but including data-in-SYN). This counter is different from
@@ -324,7 +324,7 @@ explaination below::
 * TCPSynRetrans
 
 This counter is explained by `kernel commit f19c29e3e391`_, I pasted the
-explaination below::
+explanation below::
 
   TCPSynRetrans: number of SYN and SYN/ACK retransmits to break down
   retransmissions into SYN, fast-retransmits, timeout retransmits, etc.
@@ -332,7 +332,7 @@ explaination below::
 * TCPFastOpenActiveFail
 
 This counter is explained by `kernel commit f19c29e3e391`_, I pasted the
-explaination below::
+explanation below::
 
   TCPFastOpenActiveFail: Fast Open attempts (SYN/data) failed because
   the remote does not accept it or the attempts timed out.
@@ -382,7 +382,7 @@ Defined in `RFC1213 tcpAttemptFails`_.
 
 Defined in `RFC1213 tcpOutRsts`_. The RFC says this counter indicates
 the 'segments sent containing the RST flag', but in linux kernel, this
-couner indicates the segments kerenl tried to send. The sending
+counter indicates the segments kernel tried to send. The sending
 process might be failed due to some errors (e.g. memory alloc failed).
 
 .. _RFC1213 tcpOutRsts: https://tools.ietf.org/html/rfc1213#page-52
@@ -700,7 +700,7 @@ SACK option could have up to 4 blocks, they are checked
 individually. E.g., if 3 blocks of a SACk is invalid, the
 corresponding counter would be updated 3 times. The comment of the
 `Add counters for discarded SACK blocks`_ patch has additional
-explaination:
+explanation:
 
 .. _Add counters for discarded SACK blocks: 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=18f02545a9a16c9a89778b91a162ad16d510bb32
 
@@ -829,7 +829,7 @@ PAWS check fails or the received sequence number is out of 
window.
 
 * TcpExtTCPACKSkippedTimeWait
 
-Tha ACK is skipped in Time-Wait status, the reason would be either
+The ACK is skipped in Time-Wait status, the reason would be either
 PAWS check failed or the received sequence number is out of window.
 
 * TcpExtTCPACKSkippedChallenge
@@ -984,7 +984,7 @@ TcpExtSyncookiesRecv counter wont be updated.
 
 Challenge ACK
 =
-For details of challenge ACK, please refer the explaination of
+For details of challenge ACK, please refer the explanation of
 TcpExtTCPACKSkippedChallenge.
 
 * TcpExtTCPChallengeACK
@@ -1002,7 +1002,7 @@ prune
 =
 When a socket is under memory pressure, the TCP stack will try to
 reclaim memory from the receiving queue and out of order queue. One of
-the reclaiming method is 'collapse', which means allocate a big sbk,
+the reclaiming method is 'collapse', which means allocate a big skb,
 copy the contiguous skbs to the single big skb, and free these
 contiguous skbs.
 
@@ -1163,7 +1163,7 @@ The server side nstat output::
   IpExtOutOctets  52 0.0
   IpExtInNoECTPkts1  0.0
 
-Input a string in nc client side again ('world' in our exmaple)::
+Input a string in nc client side again ('world' in our example)::
 
   nstatuser@nstat-a:~$ nc -v nstat-b 9000
   Connection to nstat-b 9000 port [tcp/*] succeeded!
@@ -1211,7 +1211,7 @@ replied an ACK. But kernel handled them in different 
ways. When the
 TCP window scale option is not used, kernel will try to enable fast
 path immediately when the connection comes into the established state,
 but if the TCP window scale option is used, kernel will disable the
-fast path at first, and try to enable it after kerenl receives
+fast path at first, and try to enable it after kernel receives
 packets. We could use the 'ss' command to verify whether the window
 scale option is used. e.g. run below command on either server or
 client::
@@ -1343,7 +1343,7 @@ Check TcpExtTCPAbortOnMemory on client::
   nstatuser@nstat-a:~$ nstat | grep -i abort
   TcpExtTCPAbortOnMemory  54 0.0
 
-Check orphane socket count on client::
+Check orphaned socket count on client::
 
   nstatuser@nstat-a:~$ ss -s
   Total: 131 (kernel 0)
@@ -1685,7 +1685,7 @@ Send 3 SYN repeatly to nstat-b::
 
   nstatuser@nstat-a:~$ for i in {1..3}; do sudo tcpreplay -i ens3 
/tmp/syn_fixcsum.pcap; done
 
-Check snmp cunter on nstat-b::
+Check snmp counter on nstat-b::
 
   nstatuser@nstat-b:~$ nstat | grep -i skip

[PATCH] csky: Fix a typo in Kconfig

2021-01-05 Thread Masanari Iida
This patch fixes a spelling typo in Kconfig.

Signed-off-by: Masanari Iida 
---
 arch/csky/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index 7f1721101ea0..ce680f6e3b4b 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -243,7 +243,7 @@ menuconfig HAVE_TCM
bool "Tightly-Coupled/Sram Memory"
select GENERIC_ALLOCATOR
help
- The implementation are not only used by TCM (Tightly-Coupled Meory)
+ The implementation are not only used by TCM (Tightly-Coupled Memory)
  but also used by sram on SOC bus. It follow existed linux tcm
  software interface, so that old tcm application codes could be
  re-used directly.
-- 
2.25.0



[PATCH] power: supply: Fix a typo in warning message

2020-12-04 Thread Masanari Iida
This patch fix a warning messages in power_supply_sysfs.c

Signed-off-by: Masanari Iida 
---
 drivers/power/supply/power_supply_sysfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/supply/power_supply_sysfs.c 
b/drivers/power/supply/power_supply_sysfs.c
index a616b9d8f43c..92dd63171193 100644
--- a/drivers/power/supply/power_supply_sysfs.c
+++ b/drivers/power/supply/power_supply_sysfs.c
@@ -402,7 +402,7 @@ void power_supply_init_attrs(struct device_type *dev_type)
struct device_attribute *attr;
 
if (!power_supply_attrs[i].prop_name) {
-   pr_warn("%s: Property %d skipped because is is missing 
from power_supply_attrs\n",
+   pr_warn("%s: Property %d skipped because it is missing 
from power_supply_attrs\n",
__func__, i);
sprintf(power_supply_attrs[i].attr_name, "_err_%d", i);
} else {
-- 
2.25.0



[PATCH linux-next] docs:dev-tools: Fix typo in Documentation/dev-tools

2020-09-17 Thread Masanari Iida
This patch fixes some spelling typos found in
Documentation/dev-tools.

Signed-off-by: Masanari Iida 
---
 Documentation/dev-tools/kasan.rst| 4 ++--
 Documentation/dev-tools/kcov.rst | 2 +-
 Documentation/dev-tools/kmemleak.rst | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/dev-tools/kasan.rst 
b/Documentation/dev-tools/kasan.rst
index c09c9ca2ff1c..49ec0ab6cfc7 100644
--- a/Documentation/dev-tools/kasan.rst
+++ b/Documentation/dev-tools/kasan.rst
@@ -328,7 +328,7 @@ using something like insmod or modprobe. The module is 
called ``test_kasan``.
 ~
 
 With ``CONFIG_KUNIT`` built-in, ``CONFIG_KASAN_KUNIT_TEST`` can be built-in
-on any architecure that supports KASAN. These and any other KUnit
+on any architecture that supports KASAN. These and any other KUnit
 tests enabled will run and print the results at boot as a late-init
 call.
 
@@ -349,5 +349,5 @@ converted to KUnit. These tests can be run only as a module 
with
 ``CONFIG_KASAN`` built-in. The type of error expected and the
 function being run is printed before the expression expected to give
 an error. Then the error is printed, if found, and that test
-should be interpretted to pass only if the error was the one expected
+should be interpreted to pass only if the error was the one expected
 by the test.
diff --git a/Documentation/dev-tools/kcov.rst b/Documentation/dev-tools/kcov.rst
index 8548b0b04e43..d2c4c27e1702 100644
--- a/Documentation/dev-tools/kcov.rst
+++ b/Documentation/dev-tools/kcov.rst
@@ -243,7 +243,7 @@ handles as they don't belong to a particular subsystem. The 
bytes 4-7 are
 currently reserved and must be zero. In the future the number of bytes
 used for the subsystem or handle ids might be increased.
 
-When a particular userspace proccess collects coverage via a common
+When a particular userspace process collects coverage via a common
 handle, kcov will collect coverage for each code section that is annotated
 to use the common handle obtained as kcov_handle from the current
 task_struct. However non common handles allow to collect coverage
diff --git a/Documentation/dev-tools/kmemleak.rst 
b/Documentation/dev-tools/kmemleak.rst
index a41a2d238af2..1c935f41cd3a 100644
--- a/Documentation/dev-tools/kmemleak.rst
+++ b/Documentation/dev-tools/kmemleak.rst
@@ -229,7 +229,7 @@ Testing with kmemleak-test
 
 To check if you have all set up to use kmemleak, you can use the kmemleak-test
 module, a module that deliberately leaks memory. Set CONFIG_DEBUG_KMEMLEAK_TEST
-as module (it can't be used as bult-in) and boot the kernel with kmemleak
+as module (it can't be used as built-in) and boot the kernel with kmemleak
 enabled. Load the module and perform a scan with::
 
 # modprobe kmemleak-test
-- 
2.28.0.497.g54e85e7af1ac



[PATCH] ASoc:samsung: Fix a typo in Kconfig

2020-06-26 Thread Masanari Iida
This patch fixes a spelling typo in samsung/Kconfig.

Signed-off-by: Masanari Iida 
---
 sound/soc/samsung/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig
index 8bc66279116d..4b5c3481fe62 100644
--- a/sound/soc/samsung/Kconfig
+++ b/sound/soc/samsung/Kconfig
@@ -77,7 +77,7 @@ config SND_SOC_SAMSUNG_S3C24XX_UDA134X
 config SND_SOC_SAMSUNG_SIMTEC
tristate
help
- Internal node for common S3C24XX/Simtec suppor
+ Internal node for common S3C24XX/Simtec support.
 
 config SND_SOC_SAMSUNG_SIMTEC_TLV320AIC23
tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
-- 
2.27.0.139.gc9c318d6bf26



[PATCH net-next] mlxsw: spectrum_dcb: Fix a spelling typo in spectrum_dcb.c

2020-06-23 Thread Masanari Iida
This patch fixes a spelling typo in spectrum_dcb.c

Signed-off-by: Masanari Iida 
---
 drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c 
b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c
index 49a72a8f1f57..f8e3d635b9e2 100644
--- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c
+++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c
@@ -138,7 +138,7 @@ static int mlxsw_sp_port_headroom_set(struct mlxsw_sp_port 
*mlxsw_sp_port,
err = mlxsw_sp_port_pg_destroy(mlxsw_sp_port, my_ets->prio_tc,
   ets->prio_tc);
if (err)
-   netdev_warn(dev, "Failed to remove ununsed PGs\n");
+   netdev_warn(dev, "Failed to remove unused PGs\n");
 
return 0;
 
-- 
2.27.0.139.gc9c318d6bf26



[PATCH] mm: Fix a warning while make xmldocs

2020-06-22 Thread Masanari Iida
This patch fixes following warning while "make xmldocs"

./mm/vmalloc.c:1877: warning: Excess function parameter
'prot' description in 'vm_map_ram'

This warning started since a patch was merged in 5.8-rc1.
Fixes: d4efd79a81ab ("mm: remove the prot argument from vm_map_ram")

Signed-off-by: Masanari Iida 
---
 mm/vmalloc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index 3091c2ca60df..957a0be77270 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -1862,7 +1862,6 @@ EXPORT_SYMBOL(vm_unmap_ram);
  * @pages: an array of pointers to the pages to be mapped
  * @count: number of pages
  * @node: prefer to allocate data structures on this node
- * @prot: memory protection to use. PAGE_KERNEL for regular RAM
  *
  * If you use this function for less than VMAP_MAX_ALLOC pages, it could be
  * faster than vmap so it's good.  But if you mix long-life and short-life
-- 
2.27.0.112.g101b3204f376



[PATCH] scripts: Fix typo in headers_install.sh

2020-06-16 Thread Masanari Iida
This patch fix a spelling typo in scripts/headers_install.sh

Signed-off-by: Masanari Iida 
---
 scripts/headers_install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/headers_install.sh b/scripts/headers_install.sh
index 955cf3aedf21..224f51012b6e 100755
--- a/scripts/headers_install.sh
+++ b/scripts/headers_install.sh
@@ -11,7 +11,7 @@ then
echo "asm/inline/volatile keywords."
echo
echo "INFILE: header file to operate on"
-   echo "OUTFILE: output file which the processed header is writen to"
+   echo "OUTFILE: output file which the processed header is written to"
 
exit 1
 fi
-- 
2.27.0.83.g0313f36c6ebe



[PATCH] drm/kselftest: fix spellint typo in test-drm_mm.c

2020-06-15 Thread Masanari Iida
This patch fix a spelling typo in test-drm_mm.c

Signed-off-by: Masanari Iida 
---
 drivers/gpu/drm/selftests/test-drm_mm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/selftests/test-drm_mm.c 
b/drivers/gpu/drm/selftests/test-drm_mm.c
index 9aabe82dcd3a..31602134c515 100644
--- a/drivers/gpu/drm/selftests/test-drm_mm.c
+++ b/drivers/gpu/drm/selftests/test-drm_mm.c
@@ -2359,7 +2359,7 @@ static int __init test_drm_mm_init(void)
while (!random_seed)
random_seed = get_random_int();
 
-   pr_info("Testing DRM range manger (struct drm_mm), with 
random_seed=0x%x max_iterations=%u max_prime=%u\n",
+   pr_info("Testing DRM range manager (struct drm_mm), with 
random_seed=0x%x max_iterations=%u max_prime=%u\n",
random_seed, max_iterations, max_prime);
err = run_selftests(selftests, ARRAY_SIZE(selftests), NULL);
 
-- 
2.27.0.83.g0313f36c6ebe



[PATCH] writeback: Fix a warning while "make xmldocs"

2019-10-12 Thread Masanari Iida
This patch fix following warning.
./fs/fs-writeback.c:918: warning: Excess function parameter
'nr_pages' description in 'cgroup_writeback_by_id'

Signed-off-by: Masanari Iida 
---
 fs/fs-writeback.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index e88421d9a48d..8461a6322039 100644
--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -905,7 +905,7 @@ static void bdi_split_work_to_wbs(struct backing_dev_info 
*bdi,
  * cgroup_writeback_by_id - initiate cgroup writeback from bdi and memcg IDs
  * @bdi_id: target bdi id
  * @memcg_id: target memcg css id
- * @nr_pages: number of pages to write, 0 for best-effort dirty flushing
+ * @nr: number of pages to write, 0 for best-effort dirty flushing
  * @reason: reason why some writeback work initiated
  * @done: target wb_completion
  *
-- 
2.23.0.526.g70bf0b755af4



[PATCH] staging: exfat: Fix a typo in Kconfig

2019-09-30 Thread Masanari Iida
This patch fix a spelling typo in Kconfig.

Signed-off-by: Masanari Iida 
---
 drivers/staging/exfat/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/exfat/Kconfig b/drivers/staging/exfat/Kconfig
index 290dbfc7ace1..12f7af346c9b 100644
--- a/drivers/staging/exfat/Kconfig
+++ b/drivers/staging/exfat/Kconfig
@@ -6,7 +6,7 @@ config EXFAT_FS
  This adds support for the exFAT file system.
 
 config EXFAT_DONT_MOUNT_VFAT
-   bool "Prohibit mounting of fat/vfat filesysems by exFAT"
+   bool "Prohibit mounting of fat/vfat filesystems by exFAT"
depends on EXFAT_FS
default y
help
-- 
2.23.0.256.g4c86140027f4



[PATCH] ktest: Fix some typos in sample.conf

2019-09-30 Thread Masanari Iida
This patch fixes some spelling typo in sample.conf

Signed-off-by: Masanari Iida 
---
 tools/testing/ktest/sample.conf | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf
index c3bc933d437b..10af34819642 100644
--- a/tools/testing/ktest/sample.conf
+++ b/tools/testing/ktest/sample.conf
@@ -10,7 +10,7 @@
 #
 
 # Options set in the beginning of the file are considered to be
-# default options. These options can be overriden by test specific
+# default options. These options can be overridden by test specific
 # options, with the following exceptions:
 #
 #  LOG_FILE
@@ -204,7 +204,7 @@
 #
 # This config file can also contain "config variables".
 # These are assigned with ":=" instead of the ktest option
-# assigment "=".
+# assignment "=".
 #
 # The difference between ktest options and config variables
 # is that config variables can be used multiple times,
@@ -263,7 +263,7 @@
  Using options in other options 
 #
 # Options that are defined in the config file may also be used
-# by other options. All options are evaulated at time of
+# by other options. All options are evaluated at time of
 # use (except that config variables are evaluated at config
 # processing time).
 #
@@ -707,7 +707,7 @@
 
 # Line to define a successful boot up in console output.
 # This is what the line contains, not the entire line. If you need
-# the entire line to match, then use regural expression syntax like:
+# the entire line to match, then use regular expression syntax like:
 #  (do not add any quotes around it)
 #
 #  SUCCESS_LINE = ^MyBox Login:$
@@ -839,7 +839,7 @@
 # (ignored if POWEROFF_ON_SUCCESS is set)
 #REBOOT_ON_SUCCESS = 1
 
-# In case there are isses with rebooting, you can specify this
+# In case there are issues with rebooting, you can specify this
 # to always powercycle after this amount of time after calling
 # reboot.
 # Note, POWERCYCLE_AFTER_REBOOT = 0 does NOT disable it. It just
@@ -848,7 +848,7 @@
 # (default undefined)
 #POWERCYCLE_AFTER_REBOOT = 5
 
-# In case there's isses with halting, you can specify this
+# In case there's issues with halting, you can specify this
 # to always poweroff after this amount of time after calling
 # halt.
 # Note, POWEROFF_AFTER_HALT = 0 does NOT disable it. It just
@@ -972,7 +972,7 @@
 #
 #  PATCHCHECK_START is required and is the first patch to
 #   test (the SHA1 of the commit). You may also specify anything
-#   that git checkout allows (branch name, tage, HEAD~3).
+#   that git checkout allows (branch name, tag, HEAD~3).
 #
 #  PATCHCHECK_END is the last patch to check (default HEAD)
 #
@@ -994,7 +994,7 @@
 # IGNORE_WARNINGS is set for the given commit's sha1
 #
 #   IGNORE_WARNINGS can be used to disable the failure of patchcheck
-# on a particuler commit (SHA1). You can add more than one commit
+# on a particular commit (SHA1). You can add more than one commit
 # by adding a list of SHA1s that are space delimited.
 #
 #   If BUILD_NOCLEAN is set, then make mrproper will not be run on
@@ -1093,7 +1093,7 @@
 #   whatever reason. (Can't reboot, want to inspect each iteration)
 #   Doing a BISECT_MANUAL will have the test wait for you to
 #   tell it if the test passed or failed after each iteration.
-#   This is basicall the same as running git bisect yourself
+#   This is basically the same as running git bisect yourself
 #   but ktest will rebuild and install the kernel for you.
 #
 # BISECT_CHECK = 1 (optional, default 0)
@@ -1239,7 +1239,7 @@
 #
 # CONFIG_BISECT_EXEC (optional)
 #  The config bisect is a separate program that comes with ktest.pl.
-#  By befault, it will look for:
+#  By default, it will look for:
 #`pwd`/config-bisect.pl # the location ktest.pl was executed from.
 #  If it does not find it there, it will look for:
 #`dirname `/config-bisect.pl # The directory that holds ktest.pl
-- 
2.23.0.256.g4c86140027f4



[PATCH] selftests/bpf: Fix a typo in test_offload.py

2019-08-28 Thread Masanari Iida
This patch fix a spelling typo in test_offload.py

Signed-off-by: Masanari Iida 
---
 tools/testing/selftests/bpf/test_offload.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/bpf/test_offload.py 
b/tools/testing/selftests/bpf/test_offload.py
index 425f9ed27c3b..15a666329a34 100755
--- a/tools/testing/selftests/bpf/test_offload.py
+++ b/tools/testing/selftests/bpf/test_offload.py
@@ -1353,7 +1353,7 @@ try:
 bpftool_prog_list_wait(expected=1)
 
 ifnameB = bpftool("prog show %s" % (progB))[1]["dev"]["ifname"]
-fail(ifnameB != simB1['ifname'], "program not bound to originial device")
+fail(ifnameB != simB1['ifname'], "program not bound to original device")
 simB1.remove()
 bpftool_prog_list_wait(expected=1)
 
-- 
2.23.0.37.g745f6812895b



[PATCH] scsi: qla4xxx: Fix a typo in ql4_os.c

2019-08-20 Thread Masanari Iida
This patch fix a spelling typo in a printk message.

Signed-off-by: Masanari Iida 
---
 drivers/scsi/qla4xxx/ql4_os.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
index 8c674eca09f1..1ac18f93cf9a 100644
--- a/drivers/scsi/qla4xxx/ql4_os.c
+++ b/drivers/scsi/qla4xxx/ql4_os.c
@@ -6191,7 +6191,7 @@ static int qla4xxx_setup_boot_info(struct scsi_qla_host 
*ha)
 
if (ql4xdisablesysfsboot) {
ql4_printk(KERN_INFO, ha,
-  "%s: syfsboot disabled - driver will trigger login "
+  "%s: sysfsboot disabled - driver will trigger login "
   "and publish session for discovery .\n", __func__);
return QLA_SUCCESS;
}
-- 
2.23.0



[PATCH] staging: comedi: ni_mio_common: Fix a typo in ni_mio_common.c

2019-08-20 Thread Masanari Iida
This patch fix a spelling typo in ni_mio_common.c

Signed-off-by: Masanari Iida 
---
 drivers/staging/comedi/drivers/ni_mio_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/ni_mio_common.c 
b/drivers/staging/comedi/drivers/ni_mio_common.c
index c175227009f1..f98e3ae27bff 100644
--- a/drivers/staging/comedi/drivers/ni_mio_common.c
+++ b/drivers/staging/comedi/drivers/ni_mio_common.c
@@ -596,7 +596,7 @@ static int ni_request_ao_mite_channel(struct comedi_device 
*dev)
if (!mite_chan) {
spin_unlock_irqrestore(>mite_channel_lock, flags);
dev_err(dev->class_dev,
-   "failed to reserve mite dma channel for analog 
outut\n");
+   "failed to reserve mite dma channel for analog 
output\n");
return -EBUSY;
}
mite_chan->dir = COMEDI_OUTPUT;
-- 
2.23.0



[PATCH] nds32: Fix typo in Kconfig.cpu

2019-08-13 Thread Masanari Iida
This patch fixes some spelling typo in Kconfig.cpu

Signed-off-by: Masanari Iida 
---
 arch/nds32/Kconfig.cpu | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/nds32/Kconfig.cpu b/arch/nds32/Kconfig.cpu
index f80a4ab63da2..f88a12fdf0f3 100644
--- a/arch/nds32/Kconfig.cpu
+++ b/arch/nds32/Kconfig.cpu
@@ -13,7 +13,7 @@ config FPU
default n
help
  If FPU ISA is used in user space, this configuration shall be Y to
-  enable required support in kerenl such as fpu context switch and
+  enable required support in kernel such as fpu context switch and
   fpu exception handler.
 
  If no FPU ISA is used in user space, say N.
@@ -27,7 +27,7 @@ config LAZY_FPU
   enhance system performance by reducing the context switch
  frequency of the FPU register.
 
- For nomal case, say Y.
+ For normal case, say Y.
 
 config SUPPORT_DENORMAL_ARITHMETIC
bool "Denormal arithmetic support"
@@ -36,7 +36,7 @@ config SUPPORT_DENORMAL_ARITHMETIC
help
  Say Y here to enable arithmetic of denormalized number. Enabling
  this feature can enhance the precision for tininess number.
- However, performance loss in float pointe calculations is
+ However, performance loss in float point calculations is
  possibly significant due to additional FPU exception.
 
  If the calculated tolerance for tininess number is not critical,
@@ -73,7 +73,7 @@ choice
  the cache aliasing issue. The rest cpus(N13, N10 and D10) are
  implemented as VIPT data cache. It may cause the cache aliasing issue
  if its cache way size is larger than page size. You can specify the
- CPU type direcly or choose CPU_V3 if unsure.
+ CPU type directly or choose CPU_V3 if unsure.
 
   A kernel built for N10 is able to run on N15, D15, N13, N10 or D10.
   A kernel built for N15 is able to run on N15 or D15.
-- 
2.23.0.rc2



[PATCH] ASoC: ti: Fix typos in ti/Kconfig

2019-08-12 Thread Masanari Iida
This patch fixes some spelling typo in Kconfig.

Signed-off-by: Masanari Iida 
---
 sound/soc/ti/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/ti/Kconfig b/sound/soc/ti/Kconfig
index 2197f3e1eaed..87a9b9dd4e98 100644
--- a/sound/soc/ti/Kconfig
+++ b/sound/soc/ti/Kconfig
@@ -12,7 +12,7 @@ config SND_SOC_TI_SDMA_PCM
 
 comment "Texas Instruments DAI support for:"
 config SND_SOC_DAVINCI_ASP
-   tristate "daVinci Audio Serial Port (ASP) or McBSP suport"
+   tristate "daVinci Audio Serial Port (ASP) or McBSP support"
depends on ARCH_DAVINCI || COMPILE_TEST
select SND_SOC_TI_EDMA_PCM
help
@@ -33,7 +33,7 @@ config SND_SOC_DAVINCI_MCASP
  - Keystone devices
 
 config SND_SOC_DAVINCI_VCIF
-   tristate "daVinci Voice Interface (VCIF) suport"
+   tristate "daVinci Voice Interface (VCIF) support"
depends on ARCH_DAVINCI || COMPILE_TEST
select SND_SOC_TI_EDMA_PCM
help
-- 
2.23.0.rc2



[tip:perf/urgent] perf tools: Fix a typo in a variable name in the Documentation Makefile

2019-08-08 Thread tip-bot for Masanari Iida
Commit-ID:  89b66500f739e0033ef59011e3df694f2053679d
Gitweb: https://git.kernel.org/tip/89b66500f739e0033ef59011e3df694f2053679d
Author: Masanari Iida 
AuthorDate: Thu, 1 Aug 2019 12:28:12 +0900
Committer:  Arnaldo Carvalho de Melo 
CommitDate: Thu, 8 Aug 2019 15:41:10 -0300

perf tools: Fix a typo in a variable name in the Documentation Makefile

This patch fix a spelling typo in a variable name in the Documentation Makefile.

Signed-off-by: Masanari Iida 
Reviewed-by: Mukesh Ojha 
Cc: Alexander Shishkin 
Cc: Namhyung Kim 
Cc: Peter Zijlstra 
Link: http://lkml.kernel.org/r/20190801032812.25018-1-standby2...@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo 
---
 tools/perf/Documentation/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/Makefile 
b/tools/perf/Documentation/Makefile
index 6d148a40551c..adc5a7e44b98 100644
--- a/tools/perf/Documentation/Makefile
+++ b/tools/perf/Documentation/Makefile
@@ -242,7 +242,7 @@ $(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl
$(PERL_PATH) ./build-docdep.perl >$@+ $(QUIET_STDERR) && \
mv $@+ $@
 
--include $(OUPTUT)doc.dep
+-include $(OUTPUT)doc.dep
 
 _cmds_txt = cmds-ancillaryinterrogators.txt \
cmds-ancillarymanipulators.txt \


[PATCH] auxdisplay: Fix a typo in cfag12864b-example.c

2019-08-06 Thread Masanari Iida
This patch fix a spelling typo in cfag12864b-example.c

Signed-off-by: Masanari Iida 
---
 samples/auxdisplay/cfag12864b-example.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/auxdisplay/cfag12864b-example.c 
b/samples/auxdisplay/cfag12864b-example.c
index 85571e90191f..bfeab44f81d0 100644
--- a/samples/auxdisplay/cfag12864b-example.c
+++ b/samples/auxdisplay/cfag12864b-example.c
@@ -245,7 +245,7 @@ int main(int argc, char *argv[])
 
if (argc != 2) {
printf(
-   "Sintax:  %s fbdev\n"
+   "Syntax:  %s fbdev\n"
"Usually: /dev/fb0, /dev/fb1...\n", argv[0]);
return -1;
}
-- 
2.23.0.rc1



[PATCH] selftest/ftrace: Fix typo in trigger-snapshot.tc

2019-08-02 Thread Masanari Iida
This patch fixes a spelling typo in tigger-snapshot.tc

Signed-off-by: Masanari Iida 
---
 .../testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc 
b/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
index 7717c0a09686..ac738500d17f 100644
--- a/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
+++ b/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
@@ -28,7 +28,7 @@ if [ -z "$FEATURE" ]; then
 exit_unsupported
 fi
 
-echo "Test snapshot tigger"
+echo "Test snapshot trigger"
 echo 0 > snapshot
 echo 1 > events/sched/sched_process_fork/enable
 ( echo "forked")
-- 
2.23.0.rc0



[PATCH] perf tools: Fix a typo in Makefile

2019-07-31 Thread Masanari Iida
This patch fix a spelling typo in Makefile.

Signed-off-by: Masanari Iida 
---
 tools/perf/Documentation/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/Makefile 
b/tools/perf/Documentation/Makefile
index 6d148a40551c..adc5a7e44b98 100644
--- a/tools/perf/Documentation/Makefile
+++ b/tools/perf/Documentation/Makefile
@@ -242,7 +242,7 @@ $(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl
$(PERL_PATH) ./build-docdep.perl >$@+ $(QUIET_STDERR) && \
mv $@+ $@
 
--include $(OUPTUT)doc.dep
+-include $(OUTPUT)doc.dep
 
 _cmds_txt = cmds-ancillaryinterrogators.txt \
cmds-ancillarymanipulators.txt \
-- 
2.23.0.rc0



[PATCH net-next] rt2800usb: Add new rt2800usb device PLANEX GW-USMicroN

2019-07-28 Thread Masanari Iida
This patch add a device ID for PLANEX GW-USMicroN.
Without this patch, I had to echo the device IDs in order to
recognize the device.

# lsusb |grep PLANEX
Bus 002 Device 005: ID 2019:ed14 PLANEX GW-USMicroN

Signed-off-by: Masanari Iida 
---
 drivers/net/wireless/ralink/rt2x00/rt2800usb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/ralink/rt2x00/rt2800usb.c 
b/drivers/net/wireless/ralink/rt2x00/rt2800usb.c
index fdf0504b5f1d..0dfb55c69b73 100644
--- a/drivers/net/wireless/ralink/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/ralink/rt2x00/rt2800usb.c
@@ -1086,6 +1086,7 @@ static const struct usb_device_id 
rt2800usb_device_table[] = {
{ USB_DEVICE(0x0846, 0x9013) },
{ USB_DEVICE(0x0846, 0x9019) },
/* Planex */
+   { USB_DEVICE(0x2019, 0xed14) },
{ USB_DEVICE(0x2019, 0xed19) },
/* Ralink */
{ USB_DEVICE(0x148f, 0x3573) },
-- 
2.22.0.545.g9c9b961d7eb1



[PATCH net-next] selftests: mlxsw: Fix typo in qos_mc_aware.sh

2019-07-24 Thread Masanari Iida
This patch fix some spelling typo in qos_mc_aware.sh

Signed-off-by: Masanari Iida 
Acked-by: Randy Dunlap 
---
 tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh 
b/tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh
index 71231ad2dbfb..47315fe48d5a 100755
--- a/tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh
+++ b/tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh
@@ -262,7 +262,7 @@ test_mc_aware()
 
stop_traffic
 
-   log_test "UC performace under MC overload"
+   log_test "UC performance under MC overload"
 
echo "UC-only throughput  $(humanize $ucth1)"
echo "UC+MC throughput$(humanize $ucth2)"
@@ -316,7 +316,7 @@ test_uc_aware()
 
stop_traffic
 
-   log_test "MC performace under UC overload"
+   log_test "MC performance under UC overload"
echo "ingress UC throughput $(humanize ${uc_ir})"
echo "egress UC throughput  $(humanize ${uc_er})"
echo "sent $attempts BC ARPs, got $passes responses"
-- 
2.22.0.545.g9c9b961d7eb1



[PATCH] selftests: mlxsw: Fix typo in qos_mc_aware.sh

2019-07-24 Thread Masanari Iida
This patch fixes some spelling typo in qos_mc_aware.sh

Signed-off-by: Masanari Iida 
---
 tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh 
b/tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh
index 71231ad2dbfb..47315fe48d5a 100755
--- a/tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh
+++ b/tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh
@@ -262,7 +262,7 @@ test_mc_aware()
 
stop_traffic
 
-   log_test "UC performace under MC overload"
+   log_test "UC performance under MC overload"
 
echo "UC-only throughput  $(humanize $ucth1)"
echo "UC+MC throughput$(humanize $ucth2)"
@@ -316,7 +316,7 @@ test_uc_aware()
 
stop_traffic
 
-   log_test "MC performace under UC overload"
+   log_test "MC performance under UC overload"
echo "ingress UC throughput $(humanize ${uc_ir})"
echo "egress UC throughput  $(humanize ${uc_er})"
echo "sent $attempts BC ARPs, got $passes responses"
-- 
2.22.0.545.g9c9b961d7eb1



[PATCH] selftests: kmod: Fix typo in kmod.sh

2019-07-23 Thread Masanari Iida
This patch fixes some spelling typos in kmod.sh

Signed-off-by: Masanari Iida 
---
 tools/testing/selftests/kmod/kmod.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/testing/selftests/kmod/kmod.sh 
b/tools/testing/selftests/kmod/kmod.sh
index 0a76314b4414..8b944cf042f6 100755
--- a/tools/testing/selftests/kmod/kmod.sh
+++ b/tools/testing/selftests/kmod/kmod.sh
@@ -28,7 +28,7 @@
 # override by exporting to your environment prior running this script.
 # For instance this script assumes you do not have xfs loaded upon boot.
 # If this is false, export DEFAULT_KMOD_FS="ext4" prior to running this
-# script if the filesyste module you don't have loaded upon bootup
+# script if the filesystem module you don't have loaded upon bootup
 # is ext4 instead. Refer to allow_user_defaults() for a list of user
 # override variables possible.
 #
@@ -263,7 +263,7 @@ config_get_test_result()
 config_reset()
 {
if ! echo -n "1" >"$DIR"/reset; then
-   echo "$0: reset shuld have worked" >&2
+   echo "$0: reset should have worked" >&2
exit 1
fi
 }
@@ -488,7 +488,7 @@ usage()
echo Example uses:
echo
echo "${TEST_NAME}.sh   -- executes all tests"
-   echo "${TEST_NAME}.sh -t 0008   -- Executes test ID 0008 number of 
times is recomended"
+   echo "${TEST_NAME}.sh -t 0008   -- Executes test ID 0008 number of 
times is recommended"
echo "${TEST_NAME}.sh -w 0008   -- Watch test ID 0008 run until an 
error occurs"
echo "${TEST_NAME}.sh -s 0008   -- Run test ID 0008 once"
echo "${TEST_NAME}.sh -c 0008 3 -- Run test ID 0008 three times"
-- 
2.22.0.545.g9c9b961d7eb1



[PATCH] ktest: Fix some typos in config-bisect.pl

2019-07-22 Thread Masanari Iida
This patch fixes some spelling typos in config-bisect.pl

Signed-off-by: Masanari Iida 
---
 tools/testing/ktest/config-bisect.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/ktest/config-bisect.pl 
b/tools/testing/ktest/config-bisect.pl
index 72525426654b..6fd864935319 100755
--- a/tools/testing/ktest/config-bisect.pl
+++ b/tools/testing/ktest/config-bisect.pl
@@ -663,7 +663,7 @@ while ($#ARGV >= 0) {
 }
 
 else {
-   die "Unknow option $opt\n";
+   die "Unknown option $opt\n";
 }
 }
 
@@ -732,7 +732,7 @@ if ($start) {
}
 }
 run_command "cp $good_start $good" or die "failed to copy to $good\n";
-run_command "cp $bad_start $bad" or die "faield to copy to $bad\n";
+run_command "cp $bad_start $bad" or die "failed to copy to $bad\n";
 } else {
 if ( ! -f $good ) {
die "Can not find file $good\n";
-- 
2.22.0.545.g9c9b961d7eb1



Resend: [PATCH] ktest: Fix typos in sample.conf

2019-07-22 Thread Masanari Iida
This patch fixes some spelling typos in sample.conf.

Signed-off-by: Masanari Iida 
---
 tools/testing/ktest/sample.conf | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf
index c3bc933d437b..f31d6dcf2f99 100644
--- a/tools/testing/ktest/sample.conf
+++ b/tools/testing/ktest/sample.conf
@@ -10,7 +10,7 @@
 #
 
 # Options set in the beginning of the file are considered to be
-# default options. These options can be overriden by test specific
+# default options. These options can be overridden by test specific
 # options, with the following exceptions:
 #
 #  LOG_FILE
@@ -204,7 +204,7 @@
 #
 # This config file can also contain "config variables".
 # These are assigned with ":=" instead of the ktest option
-# assigment "=".
+# assignment "=".
 #
 # The difference between ktest options and config variables
 # is that config variables can be used multiple times,
@@ -263,7 +263,7 @@
  Using options in other options 
 #
 # Options that are defined in the config file may also be used
-# by other options. All options are evaulated at time of
+# by other options. All options are evaluated at time of
 # use (except that config variables are evaluated at config
 # processing time).
 #
@@ -707,7 +707,7 @@
 
 # Line to define a successful boot up in console output.
 # This is what the line contains, not the entire line. If you need
-# the entire line to match, then use regural expression syntax like:
+# the entire line to match, then use regular expression syntax like:
 #  (do not add any quotes around it)
 #
 #  SUCCESS_LINE = ^MyBox Login:$
@@ -839,7 +839,7 @@
 # (ignored if POWEROFF_ON_SUCCESS is set)
 #REBOOT_ON_SUCCESS = 1
 
-# In case there are isses with rebooting, you can specify this
+# In case there are issues with rebooting, you can specify this
 # to always powercycle after this amount of time after calling
 # reboot.
 # Note, POWERCYCLE_AFTER_REBOOT = 0 does NOT disable it. It just
@@ -848,7 +848,7 @@
 # (default undefined)
 #POWERCYCLE_AFTER_REBOOT = 5
 
-# In case there's isses with halting, you can specify this
+# In case there's issues with halting, you can specify this
 # to always poweroff after this amount of time after calling
 # halt.
 # Note, POWEROFF_AFTER_HALT = 0 does NOT disable it. It just
@@ -1093,7 +1093,7 @@
 #   whatever reason. (Can't reboot, want to inspect each iteration)
 #   Doing a BISECT_MANUAL will have the test wait for you to
 #   tell it if the test passed or failed after each iteration.
-#   This is basicall the same as running git bisect yourself
+#   This is basically the same as running git bisect yourself
 #   but ktest will rebuild and install the kernel for you.
 #
 # BISECT_CHECK = 1 (optional, default 0)
@@ -1124,13 +1124,13 @@
 #
 # BISECT_RET_GOOD = 0 (optional, default undefined)
 #
-#   In case the specificed test returns something other than just
+#   In case the specified test returns something other than just
 #   0 for good, and non-zero for bad, you can override 0 being
 #   good by defining BISECT_RET_GOOD.
 #
 # BISECT_RET_BAD = 1 (optional, default undefined)
 #
-#   In case the specificed test returns something other than just
+#   In case the specified test returns something other than just
 #   0 for good, and non-zero for bad, you can override non-zero being
 #   bad by defining BISECT_RET_BAD.
 #
@@ -1239,7 +1239,7 @@
 #
 # CONFIG_BISECT_EXEC (optional)
 #  The config bisect is a separate program that comes with ktest.pl.
-#  By befault, it will look for:
+#  By default, it will look for:
 #`pwd`/config-bisect.pl # the location ktest.pl was executed from.
 #  If it does not find it there, it will look for:
 #`dirname `/config-bisect.pl # The directory that holds ktest.pl
-- 
2.22.0.454.g9d418600f4d1



[PATCH] perf vendor events intel: Fix typos in floating-point.json

2019-06-26 Thread Masanari Iida
This patch fix some spelling typo in x86/*/floating-point.json

Signed-off-by: Masanari Iida 
---
 tools/perf/pmu-events/arch/x86/nehalemep/floating-point.json| 2 +-
 tools/perf/pmu-events/arch/x86/nehalemex/floating-point.json| 2 +-
 .../perf/pmu-events/arch/x86/westmereep-dp/floating-point.json  | 2 +-
 .../perf/pmu-events/arch/x86/westmereep-sp/floating-point.json  | 2 +-
 tools/perf/pmu-events/arch/x86/westmereex/floating-point.json   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tools/perf/pmu-events/arch/x86/nehalemep/floating-point.json 
b/tools/perf/pmu-events/arch/x86/nehalemep/floating-point.json
index 7d2f71a9dee3..6b9b9fe74f3b 100644
--- a/tools/perf/pmu-events/arch/x86/nehalemep/floating-point.json
+++ b/tools/perf/pmu-events/arch/x86/nehalemep/floating-point.json
@@ -15,7 +15,7 @@
 "UMask": "0x4",
 "EventName": "FP_ASSIST.INPUT",
 "SampleAfterValue": "2",
-"BriefDescription": "X87 Floating poiint assists for invalid input 
value (Precise Event)"
+"BriefDescription": "X87 Floating point assists for invalid input 
value (Precise Event)"
 },
 {
 "PEBS": "1",
diff --git a/tools/perf/pmu-events/arch/x86/nehalemex/floating-point.json 
b/tools/perf/pmu-events/arch/x86/nehalemex/floating-point.json
index 7d2f71a9dee3..6b9b9fe74f3b 100644
--- a/tools/perf/pmu-events/arch/x86/nehalemex/floating-point.json
+++ b/tools/perf/pmu-events/arch/x86/nehalemex/floating-point.json
@@ -15,7 +15,7 @@
 "UMask": "0x4",
 "EventName": "FP_ASSIST.INPUT",
 "SampleAfterValue": "2",
-"BriefDescription": "X87 Floating poiint assists for invalid input 
value (Precise Event)"
+"BriefDescription": "X87 Floating point assists for invalid input 
value (Precise Event)"
 },
 {
 "PEBS": "1",
diff --git a/tools/perf/pmu-events/arch/x86/westmereep-dp/floating-point.json 
b/tools/perf/pmu-events/arch/x86/westmereep-dp/floating-point.json
index 7d2f71a9dee3..6b9b9fe74f3b 100644
--- a/tools/perf/pmu-events/arch/x86/westmereep-dp/floating-point.json
+++ b/tools/perf/pmu-events/arch/x86/westmereep-dp/floating-point.json
@@ -15,7 +15,7 @@
 "UMask": "0x4",
 "EventName": "FP_ASSIST.INPUT",
 "SampleAfterValue": "2",
-"BriefDescription": "X87 Floating poiint assists for invalid input 
value (Precise Event)"
+"BriefDescription": "X87 Floating point assists for invalid input 
value (Precise Event)"
 },
 {
 "PEBS": "1",
diff --git a/tools/perf/pmu-events/arch/x86/westmereep-sp/floating-point.json 
b/tools/perf/pmu-events/arch/x86/westmereep-sp/floating-point.json
index 7d2f71a9dee3..6b9b9fe74f3b 100644
--- a/tools/perf/pmu-events/arch/x86/westmereep-sp/floating-point.json
+++ b/tools/perf/pmu-events/arch/x86/westmereep-sp/floating-point.json
@@ -15,7 +15,7 @@
 "UMask": "0x4",
 "EventName": "FP_ASSIST.INPUT",
 "SampleAfterValue": "2",
-"BriefDescription": "X87 Floating poiint assists for invalid input 
value (Precise Event)"
+"BriefDescription": "X87 Floating point assists for invalid input 
value (Precise Event)"
 },
 {
 "PEBS": "1",
diff --git a/tools/perf/pmu-events/arch/x86/westmereex/floating-point.json 
b/tools/perf/pmu-events/arch/x86/westmereex/floating-point.json
index 7d2f71a9dee3..6b9b9fe74f3b 100644
--- a/tools/perf/pmu-events/arch/x86/westmereex/floating-point.json
+++ b/tools/perf/pmu-events/arch/x86/westmereex/floating-point.json
@@ -15,7 +15,7 @@
 "UMask": "0x4",
 "EventName": "FP_ASSIST.INPUT",
 "SampleAfterValue": "2",
-"BriefDescription": "X87 Floating poiint assists for invalid input 
value (Precise Event)"
+"BriefDescription": "X87 Floating point assists for invalid input 
value (Precise Event)"
 },
 {
 "PEBS": "1",
-- 
2.22.0.214.g8dca754b1e87



[PATCH] linux-next: ktest: Fix typo in ktest.pl

2019-06-24 Thread Masanari Iida
This patch fix some spelling typo in ktest.pl

Signed-off-by: Masanari Iida 
---
 tools/testing/ktest/config-bisect.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/ktest/config-bisect.pl 
b/tools/testing/ktest/config-bisect.pl
index 72525426654b..6fd864935319 100755
--- a/tools/testing/ktest/config-bisect.pl
+++ b/tools/testing/ktest/config-bisect.pl
@@ -663,7 +663,7 @@ while ($#ARGV >= 0) {
 }
 
 else {
-   die "Unknow option $opt\n";
+   die "Unknown option $opt\n";
 }
 }
 
@@ -732,7 +732,7 @@ if ($start) {
}
 }
 run_command "cp $good_start $good" or die "failed to copy to $good\n";
-run_command "cp $bad_start $bad" or die "faield to copy to $bad\n";
+run_command "cp $bad_start $bad" or die "failed to copy to $bad\n";
 } else {
 if ( ! -f $good ) {
die "Can not find file $good\n";
-- 
2.22.0.190.ga6a95cd1b46e



[PATCH] node: Fix warning while make xmldocs

2019-06-23 Thread Masanari Iida
This patch fixes following warning while make xmldocs.
./drivers/base/node.c:690: warning: Excess function parameter
 'mem_node' description in 'register_memory_node_under_compute_node'
./drivers/base/node.c:690: warning: Excess function parameter
 'cpu_node' description in 'register_memory_node_under_compute_node'

Signed-off-by: Masanari Iida 
---
 drivers/base/node.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/base/node.c b/drivers/base/node.c
index d8c02e65df68..944ee45d122f 100644
--- a/drivers/base/node.c
+++ b/drivers/base/node.c
@@ -673,8 +673,8 @@ int register_cpu_under_node(unsigned int cpu, unsigned int 
nid)
 /**
  * register_memory_node_under_compute_node - link memory node to its compute
  *  node for a given access class.
- * @mem_node:  Memory node number
- * @cpu_node:  Cpu  node number
+ * @mem_nid:   Memory node identifier
+ * @cpu_nid:   Cpu  node identifier
  * @access:Access class to register
  *
  * Description:
-- 
2.22.0.190.ga6a95cd1b46e



[PATCH] linux-next: DOC: RDS: Fix a typo in rds.txt

2019-06-12 Thread Masanari Iida
This patch fixes a spelling typo in rds.txt

Signed-off-by: Masanari Iida 
---
 Documentation/networking/rds.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/rds.txt b/Documentation/networking/rds.txt
index 0235ae69af2a..f2a0147c933d 100644
--- a/Documentation/networking/rds.txt
+++ b/Documentation/networking/rds.txt
@@ -389,7 +389,7 @@ Multipath RDS (mprds)
   a common (to all paths) part, and a per-path struct rds_conn_path. All
   I/O workqs and reconnect threads are driven from the rds_conn_path.
   Transports such as TCP that are multipath capable may then set up a
-  TPC socket per rds_conn_path, and this is managed by the transport via
+  TCP socket per rds_conn_path, and this is managed by the transport via
   the transport privatee cp_transport_data pointer.
 
   Transports announce themselves as multipath capable by setting the
-- 
2.22.0



[PATCH] media: imx214: Fix typo in module description of imx214

2019-06-12 Thread Masanari Iida
This patch fixes a spelling typo found in imx214.c

Signed-off-by: Masanari Iida 
---
 drivers/media/i2c/imx214.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/i2c/imx214.c b/drivers/media/i2c/imx214.c
index 83e9961b0505..159a3a604f0e 100644
--- a/drivers/media/i2c/imx214.c
+++ b/drivers/media/i2c/imx214.c
@@ -,6 +,6 @@ static struct i2c_driver imx214_i2c_driver = {
 
 module_i2c_driver(imx214_i2c_driver);
 
-MODULE_DESCRIPTION("Sony IMX214 Camera drier");
+MODULE_DESCRIPTION("Sony IMX214 Camera driver");
 MODULE_AUTHOR("Ricardo Ribalda ");
 MODULE_LICENSE("GPL v2");
-- 
2.22.0



[PATCH] ARM: dts: imx6qdl: Fix typo in imx6qdl-icore-rqs.dtsi

2019-03-18 Thread Masanari Iida
This patch fixes a spelling typo.

Signed-off-by: Masanari Iida 
---
 arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi 
b/arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi
index 1d1b4bd0670f..a4217f564a53 100644
--- a/arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi
@@ -264,7 +264,7 @@
pinctrl-2 = <_usdhc3_200mhz>;
vmcc-supply = <_sd3_vmmc>;
cd-gpios = < 1 GPIO_ACTIVE_LOW>;
-   bus-witdh = <4>;
+   bus-width = <4>;
no-1-8-v;
status = "okay";
 };
@@ -275,7 +275,7 @@
pinctrl-1 = <_usdhc4_100mhz>;
pinctrl-2 = <_usdhc4_200mhz>;
vmcc-supply = <_sd4_vmmc>;
-   bus-witdh = <8>;
+   bus-width = <8>;
no-1-8-v;
non-removable;
status = "okay";
-- 
2.21.0.135.g6e0cc6776106



[PATCH] docs: Fix typos in histogram.rst

2018-10-12 Thread Masanari Iida
This patch fixes some spelling typos.

Signed-off-by: Masanari Iida 
---
 Documentation/trace/histogram.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/trace/histogram.rst 
b/Documentation/trace/histogram.rst
index 5ac724baea7d..7dda76503127 100644
--- a/Documentation/trace/histogram.rst
+++ b/Documentation/trace/histogram.rst
@@ -1765,7 +1765,7 @@ For example, here's how a latency can be calculated::
   # echo 'hist:keys=pid,prio:ts0=common_timestamp ...' >> event1/trigger
   # echo 'hist:keys=next_pid:wakeup_lat=common_timestamp-$ts0 ...' >> 
event2/trigger
 
-In the first line above, the event's timetamp is saved into the
+In the first line above, the event's timestamp is saved into the
 variable ts0.  In the next line, ts0 is subtracted from the second
 event's timestamp to produce the latency, which is then assigned into
 yet another variable, 'wakeup_lat'.  The hist trigger below in turn
@@ -1811,7 +1811,7 @@ the command that defined it with a '!'::
 /sys/kernel/debug/tracing/synthetic_events
 
 At this point, there isn't yet an actual 'wakeup_latency' event
-instantiated in the event subsytem - for this to happen, a 'hist
+instantiated in the event subsystem - for this to happen, a 'hist
 trigger action' needs to be instantiated and bound to actual fields
 and variables defined on other events (see Section 2.2.3 below on
 how that is done using hist trigger 'onmatch' action). Once that is
@@ -1837,7 +1837,7 @@ output can be displayed by reading the event's 'hist' 
file.
 A hist trigger 'action' is a function that's executed whenever a
 histogram entry is added or updated.
 
-The default 'action' if no special function is explicity specified is
+The default 'action' if no special function is explicitly specified is
 as it always has been, to simply update the set of values associated
 with an entry.  Some applications, however, may want to perform
 additional actions at that point, such as generate another event, or
-- 
2.19.1.328.g5a0cc8aca797



[PATCH] docs: Fix typos in histogram.rst

2018-10-12 Thread Masanari Iida
This patch fixes some spelling typos.

Signed-off-by: Masanari Iida 
---
 Documentation/trace/histogram.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/trace/histogram.rst 
b/Documentation/trace/histogram.rst
index 5ac724baea7d..7dda76503127 100644
--- a/Documentation/trace/histogram.rst
+++ b/Documentation/trace/histogram.rst
@@ -1765,7 +1765,7 @@ For example, here's how a latency can be calculated::
   # echo 'hist:keys=pid,prio:ts0=common_timestamp ...' >> event1/trigger
   # echo 'hist:keys=next_pid:wakeup_lat=common_timestamp-$ts0 ...' >> 
event2/trigger
 
-In the first line above, the event's timetamp is saved into the
+In the first line above, the event's timestamp is saved into the
 variable ts0.  In the next line, ts0 is subtracted from the second
 event's timestamp to produce the latency, which is then assigned into
 yet another variable, 'wakeup_lat'.  The hist trigger below in turn
@@ -1811,7 +1811,7 @@ the command that defined it with a '!'::
 /sys/kernel/debug/tracing/synthetic_events
 
 At this point, there isn't yet an actual 'wakeup_latency' event
-instantiated in the event subsytem - for this to happen, a 'hist
+instantiated in the event subsystem - for this to happen, a 'hist
 trigger action' needs to be instantiated and bound to actual fields
 and variables defined on other events (see Section 2.2.3 below on
 how that is done using hist trigger 'onmatch' action). Once that is
@@ -1837,7 +1837,7 @@ output can be displayed by reading the event's 'hist' 
file.
 A hist trigger 'action' is a function that's executed whenever a
 histogram entry is added or updated.
 
-The default 'action' if no special function is explicity specified is
+The default 'action' if no special function is explicitly specified is
 as it always has been, to simply update the set of values associated
 with an entry.  Some applications, however, may want to perform
 additional actions at that point, such as generate another event, or
-- 
2.19.1.328.g5a0cc8aca797



[PATCH] [trivial] treewide: Fix typos in printk

2018-09-08 Thread Masanari Iida
This patch fixes some spelling typos found in printk messages.

Signed-off-by: Masanari Iida 
---
 drivers/dma/ep93xx_dma.c   | 6 +++---
 drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c  | 2 +-
 drivers/gpu/drm/drm_kms_helper_common.c| 2 +-
 drivers/gpu/drm/selftests/test-drm_mm.c| 2 +-
 drivers/media/v4l2-core/videobuf-core.c| 2 +-
 drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c | 2 +-
 drivers/net/wireless/marvell/libertas/if_usb.c | 2 +-
 drivers/net/wireless/marvell/libertas_tf/if_usb.c  | 4 ++--
 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 2 +-
 drivers/soc/imx/gpcv2.c| 2 +-
 fs/gfs2/super.c| 2 +-
 11 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/drivers/dma/ep93xx_dma.c b/drivers/dma/ep93xx_dma.c
index a15592383d4e..7997e9bb7e10 100644
--- a/drivers/dma/ep93xx_dma.c
+++ b/drivers/dma/ep93xx_dma.c
@@ -993,7 +993,7 @@ ep93xx_dma_prep_dma_memcpy(struct dma_chan *chan, 
dma_addr_t dest,
for (offset = 0; offset < len; offset += bytes) {
desc = ep93xx_dma_desc_get(edmac);
if (!desc) {
-   dev_warn(chan2dev(edmac), "couln't get descriptor\n");
+   dev_warn(chan2dev(edmac), "couldn't get descriptor\n");
goto fail;
}
 
@@ -1063,7 +1063,7 @@ ep93xx_dma_prep_slave_sg(struct dma_chan *chan, struct 
scatterlist *sgl,
 
desc = ep93xx_dma_desc_get(edmac);
if (!desc) {
-   dev_warn(chan2dev(edmac), "couln't get descriptor\n");
+   dev_warn(chan2dev(edmac), "couldn't get descriptor\n");
goto fail;
}
 
@@ -1141,7 +1141,7 @@ ep93xx_dma_prep_dma_cyclic(struct dma_chan *chan, 
dma_addr_t dma_addr,
for (offset = 0; offset < buf_len; offset += period_len) {
desc = ep93xx_dma_desc_get(edmac);
if (!desc) {
-   dev_warn(chan2dev(edmac), "couln't get descriptor\n");
+   dev_warn(chan2dev(edmac), "couldn't get descriptor\n");
goto fail;
}
 
diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c 
b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
index 9fc1c37344ce..8300c735c9c6 100644
--- a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
@@ -516,7 +516,7 @@ static void xgpu_vi_mailbox_flr_work(struct work_struct 
*work)
 
/* wait until RCV_MSG become 3 */
if (xgpu_vi_poll_msg(adev, IDH_FLR_NOTIFICATION_CMPL)) {
-   pr_err("failed to recieve FLR_CMPL\n");
+   pr_err("failed to receive FLR_CMPL\n");
return;
}
 
diff --git a/drivers/gpu/drm/drm_kms_helper_common.c 
b/drivers/gpu/drm/drm_kms_helper_common.c
index 93e2b30fe1a5..9c5ae825c507 100644
--- a/drivers/gpu/drm/drm_kms_helper_common.c
+++ b/drivers/gpu/drm/drm_kms_helper_common.c
@@ -39,7 +39,7 @@ MODULE_LICENSE("GPL and additional rights");
 /* Backward compatibility for drm_kms_helper.edid_firmware */
 static int edid_firmware_set(const char *val, const struct kernel_param *kp)
 {
-   DRM_NOTE("drm_kms_firmware.edid_firmware is deprecated, please use 
drm.edid_firmware intead.\n");
+   DRM_NOTE("drm_kms_firmware.edid_firmware is deprecated, please use 
drm.edid_firmware instead.\n");
 
return __drm_set_edid_firmware_path(val);
 }
diff --git a/drivers/gpu/drm/selftests/test-drm_mm.c 
b/drivers/gpu/drm/selftests/test-drm_mm.c
index fbed2c90fd51..880bf92bb524 100644
--- a/drivers/gpu/drm/selftests/test-drm_mm.c
+++ b/drivers/gpu/drm/selftests/test-drm_mm.c
@@ -2360,7 +2360,7 @@ static int __init test_drm_mm_init(void)
while (!random_seed)
random_seed = get_random_int();
 
-   pr_info("Testing DRM range manger (struct drm_mm), with 
random_seed=0x%x max_iterations=%u max_prime=%u\n",
+   pr_info("Testing DRM range manager (struct drm_mm), with 
random_seed=0x%x max_iterations=%u max_prime=%u\n",
random_seed, max_iterations, max_prime);
err = run_selftests(selftests, ARRAY_SIZE(selftests), NULL);
 
diff --git a/drivers/media/v4l2-core/videobuf-core.c 
b/drivers/media/v4l2-core/videobuf-core.c
index 7491b337002c..67c5dbbe3802 100644
--- a/drivers/media/v4l2-core/videobuf-core.c
+++ b/drivers/media/v4l2-core/videobuf-core.c
@@ -214,7 +214,7 @@ int videobuf_queue_is_busy(struct videobuf_queue *q)
return 1;
}
if (q->bufs[i]->state == VIDEOBUF_ACTIVE) {
-   dprintk(1, "busy: buffer #%d avtive\n", i);
+   dprintk(1, "busy: buffer #%d active\n", i);
   

[PATCH] [trivial] treewide: Fix typos in printk

2018-09-08 Thread Masanari Iida
This patch fixes some spelling typos found in printk messages.

Signed-off-by: Masanari Iida 
---
 drivers/dma/ep93xx_dma.c   | 6 +++---
 drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c  | 2 +-
 drivers/gpu/drm/drm_kms_helper_common.c| 2 +-
 drivers/gpu/drm/selftests/test-drm_mm.c| 2 +-
 drivers/media/v4l2-core/videobuf-core.c| 2 +-
 drivers/net/ethernet/mellanox/mlxsw/spectrum_dcb.c | 2 +-
 drivers/net/wireless/marvell/libertas/if_usb.c | 2 +-
 drivers/net/wireless/marvell/libertas_tf/if_usb.c  | 4 ++--
 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 2 +-
 drivers/soc/imx/gpcv2.c| 2 +-
 fs/gfs2/super.c| 2 +-
 11 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/drivers/dma/ep93xx_dma.c b/drivers/dma/ep93xx_dma.c
index a15592383d4e..7997e9bb7e10 100644
--- a/drivers/dma/ep93xx_dma.c
+++ b/drivers/dma/ep93xx_dma.c
@@ -993,7 +993,7 @@ ep93xx_dma_prep_dma_memcpy(struct dma_chan *chan, 
dma_addr_t dest,
for (offset = 0; offset < len; offset += bytes) {
desc = ep93xx_dma_desc_get(edmac);
if (!desc) {
-   dev_warn(chan2dev(edmac), "couln't get descriptor\n");
+   dev_warn(chan2dev(edmac), "couldn't get descriptor\n");
goto fail;
}
 
@@ -1063,7 +1063,7 @@ ep93xx_dma_prep_slave_sg(struct dma_chan *chan, struct 
scatterlist *sgl,
 
desc = ep93xx_dma_desc_get(edmac);
if (!desc) {
-   dev_warn(chan2dev(edmac), "couln't get descriptor\n");
+   dev_warn(chan2dev(edmac), "couldn't get descriptor\n");
goto fail;
}
 
@@ -1141,7 +1141,7 @@ ep93xx_dma_prep_dma_cyclic(struct dma_chan *chan, 
dma_addr_t dma_addr,
for (offset = 0; offset < buf_len; offset += period_len) {
desc = ep93xx_dma_desc_get(edmac);
if (!desc) {
-   dev_warn(chan2dev(edmac), "couln't get descriptor\n");
+   dev_warn(chan2dev(edmac), "couldn't get descriptor\n");
goto fail;
}
 
diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c 
b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
index 9fc1c37344ce..8300c735c9c6 100644
--- a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
@@ -516,7 +516,7 @@ static void xgpu_vi_mailbox_flr_work(struct work_struct 
*work)
 
/* wait until RCV_MSG become 3 */
if (xgpu_vi_poll_msg(adev, IDH_FLR_NOTIFICATION_CMPL)) {
-   pr_err("failed to recieve FLR_CMPL\n");
+   pr_err("failed to receive FLR_CMPL\n");
return;
}
 
diff --git a/drivers/gpu/drm/drm_kms_helper_common.c 
b/drivers/gpu/drm/drm_kms_helper_common.c
index 93e2b30fe1a5..9c5ae825c507 100644
--- a/drivers/gpu/drm/drm_kms_helper_common.c
+++ b/drivers/gpu/drm/drm_kms_helper_common.c
@@ -39,7 +39,7 @@ MODULE_LICENSE("GPL and additional rights");
 /* Backward compatibility for drm_kms_helper.edid_firmware */
 static int edid_firmware_set(const char *val, const struct kernel_param *kp)
 {
-   DRM_NOTE("drm_kms_firmware.edid_firmware is deprecated, please use 
drm.edid_firmware intead.\n");
+   DRM_NOTE("drm_kms_firmware.edid_firmware is deprecated, please use 
drm.edid_firmware instead.\n");
 
return __drm_set_edid_firmware_path(val);
 }
diff --git a/drivers/gpu/drm/selftests/test-drm_mm.c 
b/drivers/gpu/drm/selftests/test-drm_mm.c
index fbed2c90fd51..880bf92bb524 100644
--- a/drivers/gpu/drm/selftests/test-drm_mm.c
+++ b/drivers/gpu/drm/selftests/test-drm_mm.c
@@ -2360,7 +2360,7 @@ static int __init test_drm_mm_init(void)
while (!random_seed)
random_seed = get_random_int();
 
-   pr_info("Testing DRM range manger (struct drm_mm), with 
random_seed=0x%x max_iterations=%u max_prime=%u\n",
+   pr_info("Testing DRM range manager (struct drm_mm), with 
random_seed=0x%x max_iterations=%u max_prime=%u\n",
random_seed, max_iterations, max_prime);
err = run_selftests(selftests, ARRAY_SIZE(selftests), NULL);
 
diff --git a/drivers/media/v4l2-core/videobuf-core.c 
b/drivers/media/v4l2-core/videobuf-core.c
index 7491b337002c..67c5dbbe3802 100644
--- a/drivers/media/v4l2-core/videobuf-core.c
+++ b/drivers/media/v4l2-core/videobuf-core.c
@@ -214,7 +214,7 @@ int videobuf_queue_is_busy(struct videobuf_queue *q)
return 1;
}
if (q->bufs[i]->state == VIDEOBUF_ACTIVE) {
-   dprintk(1, "busy: buffer #%d avtive\n", i);
+   dprintk(1, "busy: buffer #%d active\n", i);
   

[PATCH] perf vendor events intel: Fix double words "are are" in cache.json

2018-04-24 Thread Masanari Iida
This patch fix double words "are are".

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 tools/perf/pmu-events/arch/x86/silvermont/cache.json | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/perf/pmu-events/arch/x86/silvermont/cache.json 
b/tools/perf/pmu-events/arch/x86/silvermont/cache.json
index 82be7d1b8b81..d961a8cb8215 100644
--- a/tools/perf/pmu-events/arch/x86/silvermont/cache.json
+++ b/tools/perf/pmu-events/arch/x86/silvermont/cache.json
@@ -641,7 +641,7 @@
 "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.OUTSTANDING",
 "MSRIndex": "0x1a6",
 "SampleAfterValue": "17",
-"BriefDescription": "Counts demand and DCU prefetch instruction 
cacheline that are are outstanding, per cycle, from the time of the L2 miss to 
when any response is received.",
+"BriefDescription": "Counts demand and DCU prefetch instruction 
cacheline that are outstanding, per cycle, from the time of the L2 miss to when 
any response is received.",
 "Offcore": "1"
 },
 {
@@ -696,7 +696,7 @@
 "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.OUTSTANDING",
 "MSRIndex": "0x1a6",
 "SampleAfterValue": "17",
-"BriefDescription": "Counts demand and DCU prefetch RFOs that are are 
outstanding, per cycle, from the time of the L2 miss to when any response is 
received.",
+"BriefDescription": "Counts demand and DCU prefetch RFOs that are 
outstanding, per cycle, from the time of the L2 miss to when any response is 
received.",
 "Offcore": "1"
 },
 {
@@ -751,7 +751,7 @@
 "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.OUTSTANDING",
 "MSRIndex": "0x1a6",
 "SampleAfterValue": "17",
-"BriefDescription": "Counts demand and DCU prefetch data read that are 
are outstanding, per cycle, from the time of the L2 miss to when any response 
is received.",
+"BriefDescription": "Counts demand and DCU prefetch data read that are 
outstanding, per cycle, from the time of the L2 miss to when any response is 
received.",
 "Offcore": "1"
 },
 {
@@ -809,4 +809,4 @@
 "BriefDescription": "Counts demand and DCU prefetch data read that 
have any response type.",
 "Offcore": "1"
 }
-]
\ No newline at end of file
+]
-- 
2.17.0.140.g0b0cc9f86731



[PATCH] perf vendor events intel: Fix double words "are are" in cache.json

2018-04-24 Thread Masanari Iida
This patch fix double words "are are".

Signed-off-by: Masanari Iida 
---
 tools/perf/pmu-events/arch/x86/silvermont/cache.json | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/perf/pmu-events/arch/x86/silvermont/cache.json 
b/tools/perf/pmu-events/arch/x86/silvermont/cache.json
index 82be7d1b8b81..d961a8cb8215 100644
--- a/tools/perf/pmu-events/arch/x86/silvermont/cache.json
+++ b/tools/perf/pmu-events/arch/x86/silvermont/cache.json
@@ -641,7 +641,7 @@
 "EventName": "OFFCORE_RESPONSE.DEMAND_CODE_RD.OUTSTANDING",
 "MSRIndex": "0x1a6",
 "SampleAfterValue": "17",
-"BriefDescription": "Counts demand and DCU prefetch instruction 
cacheline that are are outstanding, per cycle, from the time of the L2 miss to 
when any response is received.",
+"BriefDescription": "Counts demand and DCU prefetch instruction 
cacheline that are outstanding, per cycle, from the time of the L2 miss to when 
any response is received.",
 "Offcore": "1"
 },
 {
@@ -696,7 +696,7 @@
 "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.OUTSTANDING",
 "MSRIndex": "0x1a6",
 "SampleAfterValue": "17",
-"BriefDescription": "Counts demand and DCU prefetch RFOs that are are 
outstanding, per cycle, from the time of the L2 miss to when any response is 
received.",
+"BriefDescription": "Counts demand and DCU prefetch RFOs that are 
outstanding, per cycle, from the time of the L2 miss to when any response is 
received.",
 "Offcore": "1"
 },
 {
@@ -751,7 +751,7 @@
 "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.OUTSTANDING",
 "MSRIndex": "0x1a6",
 "SampleAfterValue": "17",
-"BriefDescription": "Counts demand and DCU prefetch data read that are 
are outstanding, per cycle, from the time of the L2 miss to when any response 
is received.",
+"BriefDescription": "Counts demand and DCU prefetch data read that are 
outstanding, per cycle, from the time of the L2 miss to when any response is 
received.",
 "Offcore": "1"
 },
 {
@@ -809,4 +809,4 @@
 "BriefDescription": "Counts demand and DCU prefetch data read that 
have any response type.",
 "Offcore": "1"
 }
-]
\ No newline at end of file
+]
-- 
2.17.0.140.g0b0cc9f86731



[PATCH] [trivial] media:platform: Fix a typo in Kconfig

2018-04-24 Thread Masanari Iida
This patch fix a spelling typo found in media/platform/Kconfig

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 drivers/media/platform/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index c7a1cf8a1b01..0a031bbb0f31 100644
--- a/drivers/media/platform/Kconfig
+++ b/drivers/media/platform/Kconfig
@@ -624,7 +624,7 @@ menuconfig SDR_PLATFORM_DRIVERS
 if SDR_PLATFORM_DRIVERS
 
 config VIDEO_RCAR_DRIF
-   tristate "Renesas Digitial Radio Interface (DRIF)"
+   tristate "Renesas Digital Radio Interface (DRIF)"
depends on VIDEO_V4L2 && HAS_DMA
depends on ARCH_RENESAS || COMPILE_TEST
select VIDEOBUF2_VMALLOC
-- 
2.17.0.140.g0b0cc9f86731



[PATCH] [trivial] media:platform: Fix a typo in Kconfig

2018-04-24 Thread Masanari Iida
This patch fix a spelling typo found in media/platform/Kconfig

Signed-off-by: Masanari Iida 
---
 drivers/media/platform/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index c7a1cf8a1b01..0a031bbb0f31 100644
--- a/drivers/media/platform/Kconfig
+++ b/drivers/media/platform/Kconfig
@@ -624,7 +624,7 @@ menuconfig SDR_PLATFORM_DRIVERS
 if SDR_PLATFORM_DRIVERS
 
 config VIDEO_RCAR_DRIF
-   tristate "Renesas Digitial Radio Interface (DRIF)"
+   tristate "Renesas Digital Radio Interface (DRIF)"
depends on VIDEO_V4L2 && HAS_DMA
depends on ARCH_RENESAS || COMPILE_TEST
select VIDEOBUF2_VMALLOC
-- 
2.17.0.140.g0b0cc9f86731



[PATCH] Input: touchscreen: Fix a typo in Kconfig

2018-04-19 Thread Masanari Iida
This patch fix a spelling typo found in Kconfig.

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 drivers/input/touchscreen/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/touchscreen/Kconfig 
b/drivers/input/touchscreen/Kconfig
index 4f15496fec8b..3e613afa10b4 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -362,7 +362,7 @@ config TOUCHSCREEN_HIDEEP
 
  If unsure, say N.
 
- To compile this driver as a moudle, choose M here : the
+ To compile this driver as a module, choose M here : the
  module will be called hideep_ts.
 
 config TOUCHSCREEN_ILI210X
-- 
2.17.0.140.g0b0cc9f86731



[PATCH] Input: touchscreen: Fix a typo in Kconfig

2018-04-19 Thread Masanari Iida
This patch fix a spelling typo found in Kconfig.

Signed-off-by: Masanari Iida 
---
 drivers/input/touchscreen/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/touchscreen/Kconfig 
b/drivers/input/touchscreen/Kconfig
index 4f15496fec8b..3e613afa10b4 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -362,7 +362,7 @@ config TOUCHSCREEN_HIDEEP
 
  If unsure, say N.
 
- To compile this driver as a moudle, choose M here : the
+ To compile this driver as a module, choose M here : the
  module will be called hideep_ts.
 
 config TOUCHSCREEN_ILI210X
-- 
2.17.0.140.g0b0cc9f86731



make xmldocs failed with error after 4.17 merge period

2018-04-05 Thread Masanari Iida
After merge following patch during 4.17 merger period,
make xmldocs start to fail with error.

 [bdecb33af34f79cbfbb656661210f77c8b8b5b5f]
usb: typec: API for controlling USB Type-C Multiplexers

Error messages.
reST markup error:
/home/iida/Repo/linux-2.6/Documentation/driver-api/usb/typec.rst:215:
(SEVERE/4) Unexpected section title or transition.


Documentation/Makefile:93: recipe for target 'xmldocs' failed
make[1]: *** [xmldocs] Error 1
Makefile:1527: recipe for target 'xmldocs' failed
make: *** [xmldocs] Error 2

$

An ascii graphic in typec.rst cause the error.

Masanari Iida


make xmldocs failed with error after 4.17 merge period

2018-04-05 Thread Masanari Iida
After merge following patch during 4.17 merger period,
make xmldocs start to fail with error.

 [bdecb33af34f79cbfbb656661210f77c8b8b5b5f]
usb: typec: API for controlling USB Type-C Multiplexers

Error messages.
reST markup error:
/home/iida/Repo/linux-2.6/Documentation/driver-api/usb/typec.rst:215:
(SEVERE/4) Unexpected section title or transition.


Documentation/Makefile:93: recipe for target 'xmldocs' failed
make[1]: *** [xmldocs] Error 1
Makefile:1527: recipe for target 'xmldocs' failed
make: *** [xmldocs] Error 2

$

An ascii graphic in typec.rst cause the error.

Masanari Iida


[PATCH] mac80211: Fix bad line warning

2018-04-04 Thread Masanari Iida
After 03fe2debbb2771fb90881e merged during 4.17 marge window,
I start to see following warning during "make xmldocs"

./include/net/mac80211.h:2083: warning: bad line:  >

Replace ">" with "*" fix the issue.

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 include/net/mac80211.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index d2279b2d61aa..b2f3a0c018e7 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -2080,7 +2080,7 @@ struct ieee80211_txq {
  * virtual interface might not be given air time for the transmission of
  * the frame, as it is not synced with the AP/P2P GO yet, and thus the
  * deauthentication frame might not be transmitted.
- >
+ *
  * @IEEE80211_HW_DOESNT_SUPPORT_QOS_NDP: The driver (or firmware) doesn't
  * support QoS NDP for AP probing - that's most likely a driver bug.
  *
-- 
2.17.0.rc2.3.gc2a499e6c31e



[PATCH] mac80211: Fix bad line warning

2018-04-04 Thread Masanari Iida
After 03fe2debbb2771fb90881e merged during 4.17 marge window,
I start to see following warning during "make xmldocs"

./include/net/mac80211.h:2083: warning: bad line:  >

Replace ">" with "*" fix the issue.

Signed-off-by: Masanari Iida 
---
 include/net/mac80211.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index d2279b2d61aa..b2f3a0c018e7 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -2080,7 +2080,7 @@ struct ieee80211_txq {
  * virtual interface might not be given air time for the transmission of
  * the frame, as it is not synced with the AP/P2P GO yet, and thus the
  * deauthentication frame might not be transmitted.
- >
+ *
  * @IEEE80211_HW_DOESNT_SUPPORT_QOS_NDP: The driver (or firmware) doesn't
  * support QoS NDP for AP probing - that's most likely a driver bug.
  *
-- 
2.17.0.rc2.3.gc2a499e6c31e



[PATCH] linux-next: ASoC: mediatek: mt2701: Fix a typo in printk

2018-03-20 Thread Masanari Iida
This patch fixes a spelling typo in printk

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c 
b/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c
index f7e0702d92f8..f2eb4c7f94e8 100644
--- a/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c
+++ b/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c
@@ -343,7 +343,7 @@ static int mt2701_btmrg_hw_params(struct snd_pcm_substream 
*substream,
stream_fs = params_rate(params);
 
if ((stream_fs != 8000) && (stream_fs != 16000)) {
-   dev_err(afe->dev, "%s() btmgr not supprt this stream_fs %d\n",
+   dev_err(afe->dev, "%s() btmgr not support this stream_fs %d\n",
__func__, stream_fs);
return -EINVAL;
}
-- 
2.16.2.520.gd0db9edba005



[PATCH] linux-next: ASoC: mediatek: mt2701: Fix a typo in printk

2018-03-20 Thread Masanari Iida
This patch fixes a spelling typo in printk

Signed-off-by: Masanari Iida 
---
 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c 
b/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c
index f7e0702d92f8..f2eb4c7f94e8 100644
--- a/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c
+++ b/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c
@@ -343,7 +343,7 @@ static int mt2701_btmrg_hw_params(struct snd_pcm_substream 
*substream,
stream_fs = params_rate(params);
 
if ((stream_fs != 8000) && (stream_fs != 16000)) {
-   dev_err(afe->dev, "%s() btmgr not supprt this stream_fs %d\n",
+   dev_err(afe->dev, "%s() btmgr not support this stream_fs %d\n",
__func__, stream_fs);
return -EINVAL;
}
-- 
2.16.2.520.gd0db9edba005



[PATCH] xfs: Change URL for the project in xfs.txt

2018-03-02 Thread Masanari Iida
The oss.sgi.com doesn't exist any more.
Change it to current project URL, https://xfs.wiki.kernel.org/

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 Documentation/filesystems/xfs.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/filesystems/xfs.txt 
b/Documentation/filesystems/xfs.txt
index 3b9b5c149f32..4d9ff0a7f8e1 100644
--- a/Documentation/filesystems/xfs.txt
+++ b/Documentation/filesystems/xfs.txt
@@ -9,7 +9,7 @@ variable block sizes, is extent based, and makes extensive use 
of
 Btrees (directories, extents, free space) to aid both performance
 and scalability.
 
-Refer to the documentation at http://oss.sgi.com/projects/xfs/
+Refer to the documentation at https://xfs.wiki.kernel.org/
 for further details.  This implementation is on-disk compatible
 with the IRIX version of XFS.
 
-- 
2.16.2.345.g7e31236f652a



[PATCH] xfs: Change URL for the project in xfs.txt

2018-03-02 Thread Masanari Iida
The oss.sgi.com doesn't exist any more.
Change it to current project URL, https://xfs.wiki.kernel.org/

Signed-off-by: Masanari Iida 
---
 Documentation/filesystems/xfs.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/filesystems/xfs.txt 
b/Documentation/filesystems/xfs.txt
index 3b9b5c149f32..4d9ff0a7f8e1 100644
--- a/Documentation/filesystems/xfs.txt
+++ b/Documentation/filesystems/xfs.txt
@@ -9,7 +9,7 @@ variable block sizes, is extent based, and makes extensive use 
of
 Btrees (directories, extents, free space) to aid both performance
 and scalability.
 
-Refer to the documentation at http://oss.sgi.com/projects/xfs/
+Refer to the documentation at https://xfs.wiki.kernel.org/
 for further details.  This implementation is on-disk compatible
 with the IRIX version of XFS.
 
-- 
2.16.2.345.g7e31236f652a



[PATCH] linux-next: SLIMbus: doc: Fix a warning "Title underline too short"

2018-02-19 Thread Masanari Iida
This patch fixes a warning during "make xmldocs"

Documentation/driver-api/slimbus.rst:93:
WARNING: Title underline too short.

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 Documentation/driver-api/slimbus.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/slimbus.rst 
b/Documentation/driver-api/slimbus.rst
index 7555ecd538de..a97449cf603a 100644
--- a/Documentation/driver-api/slimbus.rst
+++ b/Documentation/driver-api/slimbus.rst
@@ -90,7 +90,7 @@ controller resets the bus. This notification allows the 
driver to take necessary
 steps to boot the device so that it's functional after the bus has been reset.
 
 Driver and Controller APIs:
---
+---
 .. kernel-doc:: include/linux/slimbus.h
:internal:
 
-- 
2.16.2.246.ga4ee8fe9



[PATCH] linux-next: SLIMbus: doc: Fix a warning "Title underline too short"

2018-02-19 Thread Masanari Iida
This patch fixes a warning during "make xmldocs"

Documentation/driver-api/slimbus.rst:93:
WARNING: Title underline too short.

Signed-off-by: Masanari Iida 
---
 Documentation/driver-api/slimbus.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/slimbus.rst 
b/Documentation/driver-api/slimbus.rst
index 7555ecd538de..a97449cf603a 100644
--- a/Documentation/driver-api/slimbus.rst
+++ b/Documentation/driver-api/slimbus.rst
@@ -90,7 +90,7 @@ controller resets the bus. This notification allows the 
driver to take necessary
 steps to boot the device so that it's functional after the bus has been reset.
 
 Driver and Controller APIs:
---
+---
 .. kernel-doc:: include/linux/slimbus.h
:internal:
 
-- 
2.16.2.246.ga4ee8fe9



[PATCH] [trivial] treewide: Fix typos in Kconfig

2018-01-26 Thread Masanari Iida
This patch fixes spelling typos found in Kconfig.

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 arch/arc/Kconfig  | 4 ++--
 arch/arm/mach-s3c24xx/Kconfig | 2 +-
 arch/arm/mach-s3c64xx/Kconfig | 2 +-
 arch/arm/plat-samsung/Kconfig | 4 ++--
 arch/arm64/Kconfig| 2 +-
 arch/arm64/Kconfig.platforms  | 2 +-
 arch/powerpc/Kconfig  | 2 +-
 drivers/clk/mediatek/Kconfig  | 2 +-
 drivers/input/touchscreen/Kconfig | 2 +-
 drivers/iommu/Kconfig | 2 +-
 drivers/mailbox/Kconfig   | 2 +-
 drivers/platform/x86/Kconfig  | 2 +-
 fs/nfsd/Kconfig   | 4 ++--
 lib/Kconfig   | 4 ++--
 14 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index 9d5fd00d9e91..f5855b706c08 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -144,7 +144,7 @@ config ARC_CPU_770
  Support for ARC770 core introduced with Rel 4.10 (Summer 2011)
  This core has a bunch of cool new features:
  -MMU-v3: Variable Page Sz (4k, 8k, 16k), bigger J-TLB (128x4)
-   Shared Address Spaces (for sharing TLB entires in MMU)
+   Shared Address Spaces (for sharing TLB entries in MMU)
  -Caches: New Prog Model, Region Flush
  -Insns: endian swap, load-locked/store-conditional, time-stamp-ctr
 
@@ -375,7 +375,7 @@ config ARC_FPU_SAVE_RESTORE
  need to be saved/restored across context-switch.
  Note that ARC FPU is overly simplistic, unlike say x86, which has
  hardware pieces to allow software to conditionally save/restore,
- based on actual usage of FPU by a task. Thus our implemn does
+ based on actual usage of FPU by a task. Thus our implement does
  this for all tasks in system.
 
 endif  #ISA_ARCOMPACT
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index b198be7d32b6..da0bdbede539 100644
--- a/arch/arm/mach-s3c24xx/Kconfig
+++ b/arch/arm/mach-s3c24xx/Kconfig
@@ -239,7 +239,7 @@ config MACH_N30
select S3C_DEV_NAND
select S3C_DEV_USB_HOST
help
- Say Y here if you want suppt for the Acer N30, Acer N35,
+ Say Y here if you want support for the Acer N30, Acer N35,
  Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
 
 config MACH_OTOM
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig
index afd1f20be49e..64b333936336 100644
--- a/arch/arm/mach-s3c64xx/Kconfig
+++ b/arch/arm/mach-s3c64xx/Kconfig
@@ -106,7 +106,7 @@ config S3C64XX_SETUP_USB_PHY
help
  Common setup code for USB PHY controller
 
-# S36400 Macchine support
+# S36400 Machine support
 
 config MACH_SMDK6400
bool "SMDK6400"
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 8d4a64cc644c..2a84cdfa0a33 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -156,7 +156,7 @@ config S3C_DEV_WDT
bool
default y if ARCH_S3C24XX
help
- Complie in platform device definition for Watchdog Timer
+ Compile in platform device definition for Watchdog Timer
 
 config S3C_DEV_NAND
bool
@@ -171,7 +171,7 @@ config S3C_DEV_ONENAND
 config S3C_DEV_RTC
bool
help
- Complie in platform device definition for RTC
+ Compile in platform device definition for RTC
 
 config SAMSUNG_DEV_ADC
bool
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index c9a7e9e1414f..abbb6925fb0c 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -570,7 +570,7 @@ config HISILICON_ERRATUM_161600802
bool "Hip07 161600802: Erroneous redistributor VLPI base"
default y
help
- The HiSilicon Hip07 SoC usees the wrong redistributor base
+ The HiSilicon Hip07 SoC uses the wrong redistributor base
  when issued ITS commands such as VMOVP and VMAPP, and requires
  a 128kB offset to be applied to the target address in this commands.
 
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 2401373565ff..88ec71ec30e2 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -126,7 +126,7 @@ config ARCH_MVEBU
select PINCTRL_ARMADA_AP806
select PINCTRL_ARMADA_CP110
help
- This enables support for Marvell EBU familly, including:
+ This enables support for Marvell EBU family, including:
   - Armada 3700 SoC Family
   - Armada 7K SoC Family
   - Armada 8K SoC Family
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 2ed525a44734..48df30fc4594 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -94,7 +94,7 @@ config PPC_WATCHDOG
help
  This is a placeholder when the powerpc hardlockup detector
  watchdog is selected (arch/powerpc/kernel/watchdog.c). It is
- sele

[PATCH] [trivial] treewide: Fix typos in Kconfig

2018-01-26 Thread Masanari Iida
This patch fixes spelling typos found in Kconfig.

Signed-off-by: Masanari Iida 
---
 arch/arc/Kconfig  | 4 ++--
 arch/arm/mach-s3c24xx/Kconfig | 2 +-
 arch/arm/mach-s3c64xx/Kconfig | 2 +-
 arch/arm/plat-samsung/Kconfig | 4 ++--
 arch/arm64/Kconfig| 2 +-
 arch/arm64/Kconfig.platforms  | 2 +-
 arch/powerpc/Kconfig  | 2 +-
 drivers/clk/mediatek/Kconfig  | 2 +-
 drivers/input/touchscreen/Kconfig | 2 +-
 drivers/iommu/Kconfig | 2 +-
 drivers/mailbox/Kconfig   | 2 +-
 drivers/platform/x86/Kconfig  | 2 +-
 fs/nfsd/Kconfig   | 4 ++--
 lib/Kconfig   | 4 ++--
 14 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index 9d5fd00d9e91..f5855b706c08 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -144,7 +144,7 @@ config ARC_CPU_770
  Support for ARC770 core introduced with Rel 4.10 (Summer 2011)
  This core has a bunch of cool new features:
  -MMU-v3: Variable Page Sz (4k, 8k, 16k), bigger J-TLB (128x4)
-   Shared Address Spaces (for sharing TLB entires in MMU)
+   Shared Address Spaces (for sharing TLB entries in MMU)
  -Caches: New Prog Model, Region Flush
  -Insns: endian swap, load-locked/store-conditional, time-stamp-ctr
 
@@ -375,7 +375,7 @@ config ARC_FPU_SAVE_RESTORE
  need to be saved/restored across context-switch.
  Note that ARC FPU is overly simplistic, unlike say x86, which has
  hardware pieces to allow software to conditionally save/restore,
- based on actual usage of FPU by a task. Thus our implemn does
+ based on actual usage of FPU by a task. Thus our implement does
  this for all tasks in system.
 
 endif  #ISA_ARCOMPACT
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index b198be7d32b6..da0bdbede539 100644
--- a/arch/arm/mach-s3c24xx/Kconfig
+++ b/arch/arm/mach-s3c24xx/Kconfig
@@ -239,7 +239,7 @@ config MACH_N30
select S3C_DEV_NAND
select S3C_DEV_USB_HOST
help
- Say Y here if you want suppt for the Acer N30, Acer N35,
+ Say Y here if you want support for the Acer N30, Acer N35,
  Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
 
 config MACH_OTOM
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig
index afd1f20be49e..64b333936336 100644
--- a/arch/arm/mach-s3c64xx/Kconfig
+++ b/arch/arm/mach-s3c64xx/Kconfig
@@ -106,7 +106,7 @@ config S3C64XX_SETUP_USB_PHY
help
  Common setup code for USB PHY controller
 
-# S36400 Macchine support
+# S36400 Machine support
 
 config MACH_SMDK6400
bool "SMDK6400"
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 8d4a64cc644c..2a84cdfa0a33 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -156,7 +156,7 @@ config S3C_DEV_WDT
bool
default y if ARCH_S3C24XX
help
- Complie in platform device definition for Watchdog Timer
+ Compile in platform device definition for Watchdog Timer
 
 config S3C_DEV_NAND
bool
@@ -171,7 +171,7 @@ config S3C_DEV_ONENAND
 config S3C_DEV_RTC
bool
help
- Complie in platform device definition for RTC
+ Compile in platform device definition for RTC
 
 config SAMSUNG_DEV_ADC
bool
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index c9a7e9e1414f..abbb6925fb0c 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -570,7 +570,7 @@ config HISILICON_ERRATUM_161600802
bool "Hip07 161600802: Erroneous redistributor VLPI base"
default y
help
- The HiSilicon Hip07 SoC usees the wrong redistributor base
+ The HiSilicon Hip07 SoC uses the wrong redistributor base
  when issued ITS commands such as VMOVP and VMAPP, and requires
  a 128kB offset to be applied to the target address in this commands.
 
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 2401373565ff..88ec71ec30e2 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -126,7 +126,7 @@ config ARCH_MVEBU
select PINCTRL_ARMADA_AP806
select PINCTRL_ARMADA_CP110
help
- This enables support for Marvell EBU familly, including:
+ This enables support for Marvell EBU family, including:
   - Armada 3700 SoC Family
   - Armada 7K SoC Family
   - Armada 8K SoC Family
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 2ed525a44734..48df30fc4594 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -94,7 +94,7 @@ config PPC_WATCHDOG
help
  This is a placeholder when the powerpc hardlockup detector
  watchdog is selected (arch/powerpc/kernel/watchdog.c). It is
- seleted via the generic lockup

[PATCH] [linux-next][trivial] treewide: Fix typos in printk

2018-01-15 Thread Masanari Iida
This patch fixes spelling typos found in printk.

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 drivers/fmc/fmc-core.c| 2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 2 +-
 drivers/gpu/drm/i915/intel_cdclk.c| 4 ++--
 drivers/net/ethernet/qlogic/qed/qed_int.c | 2 +-
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 2 +-
 drivers/scsi/aacraid/src.c| 4 ++--
 drivers/scsi/qedi/qedi_fw.c   | 2 +-
 fs/orangefs/orangefs-utils.c  | 2 +-
 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c| 2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/drivers/fmc/fmc-core.c b/drivers/fmc/fmc-core.c
index cec3b8db0d69..bbcb505d1522 100644
--- a/drivers/fmc/fmc-core.c
+++ b/drivers/fmc/fmc-core.c
@@ -244,7 +244,7 @@ int fmc_device_register_n_gw(struct fmc_device **devs, int 
n,
if (!fmc->carrier_name || !fmc->carrier_data ||
!fmc->device_id) {
dev_err(fmc->hwdev,
-   "deivce nr %i: carrier name, "
+   "device nr %i: carrier name, "
"data or dev_id not set\n", i);
ret = -EINVAL;
}
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
index 474f88fbafce..0c4ec14ea478 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
@@ -276,7 +276,7 @@ amdgpu_ucode_get_load_type(struct amdgpu_device *adev, int 
load_type)
else
return AMDGPU_FW_LOAD_PSP;
default:
-   DRM_ERROR("Unknow firmware load type\n");
+   DRM_ERROR("Unknown firmware load type\n");
}
 
return AMDGPU_FW_LOAD_DIRECT;
diff --git a/drivers/gpu/drm/i915/intel_cdclk.c 
b/drivers/gpu/drm/i915/intel_cdclk.c
index ca36321eafac..7333104e5de4 100644
--- a/drivers/gpu/drm/i915/intel_cdclk.c
+++ b/drivers/gpu/drm/i915/intel_cdclk.c
@@ -1614,7 +1614,7 @@ static void cnl_cdclk_pll_disable(struct drm_i915_private 
*dev_priv)
 
/* Timeout 200us */
if (wait_for((I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK) == 0, 1))
-   DRM_ERROR("timout waiting for CDCLK PLL unlock\n");
+   DRM_ERROR("timeout waiting for CDCLK PLL unlock\n");
 
dev_priv->cdclk.hw.vco = 0;
 }
@@ -1632,7 +1632,7 @@ static void cnl_cdclk_pll_enable(struct drm_i915_private 
*dev_priv, int vco)
 
/* Timeout 200us */
if (wait_for((I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK) != 0, 1))
-   DRM_ERROR("timout waiting for CDCLK PLL lock\n");
+   DRM_ERROR("timeout waiting for CDCLK PLL lock\n");
 
dev_priv->cdclk.hw.vco = vco;
 }
diff --git a/drivers/net/ethernet/qlogic/qed/qed_int.c 
b/drivers/net/ethernet/qlogic/qed/qed_int.c
index d3eabcf9c86c..af3a28ec04eb 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_int.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_int.c
@@ -321,7 +321,7 @@ static int qed_pglub_rbc_attn_cb(struct qed_hwfn *p_hwfn)
tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt,
 PGLUE_B_REG_TX_ERR_WR_DETAILS_ICPL);
if (tmp & PGLUE_ATTENTION_ICPL_VALID)
-   DP_INFO(p_hwfn, "ICPL eror - %08x\n", tmp);
+   DP_INFO(p_hwfn, "ICPL error - %08x\n", tmp);
 
tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt,
 PGLUE_B_REG_MASTER_ZLR_ERR_DETAILS);
diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 
b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
index 7806a4d2b1fc..718a73c623a7 100644
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
@@ -4431,7 +4431,7 @@ void rtl8xxxu_gen1_init_aggregation(struct rtl8xxxu_priv 
*priv)
timeout = page_thresh;
else if (rtl8xxxu_dma_agg_pages <= 6)
dev_err(>udev->dev,
-   "%s: dma_agg_pages=%i too small, minium is 6\n",
+   "%s: dma_agg_pages=%i too small, minimum is 
6\n",
__func__, rtl8xxxu_dma_agg_pages);
else
dev_err(>udev->dev,
diff --git a/drivers/scsi/aacraid/src.c b/drivers/scsi/aacraid/src.c
index fde6b6aa86e3..a802bddf04aa 100644
--- a/drivers/scsi/aacraid/src.c
+++ b/drivers/scsi/aacraid/src.c
@@ -786,7 +786,7 @@ static int aac_src_restart_adapter(struct aac_dev *dev, int 
bled, u8 reset_type)
if (!is_ctrl_up)
dev_err(>pdev->dev, "IOP reset failed

[PATCH] [linux-next][trivial] treewide: Fix typos in printk

2018-01-15 Thread Masanari Iida
This patch fixes spelling typos found in printk.

Signed-off-by: Masanari Iida 
---
 drivers/fmc/fmc-core.c| 2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 2 +-
 drivers/gpu/drm/i915/intel_cdclk.c| 4 ++--
 drivers/net/ethernet/qlogic/qed/qed_int.c | 2 +-
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 2 +-
 drivers/scsi/aacraid/src.c| 4 ++--
 drivers/scsi/qedi/qedi_fw.c   | 2 +-
 fs/orangefs/orangefs-utils.c  | 2 +-
 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c| 2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/drivers/fmc/fmc-core.c b/drivers/fmc/fmc-core.c
index cec3b8db0d69..bbcb505d1522 100644
--- a/drivers/fmc/fmc-core.c
+++ b/drivers/fmc/fmc-core.c
@@ -244,7 +244,7 @@ int fmc_device_register_n_gw(struct fmc_device **devs, int 
n,
if (!fmc->carrier_name || !fmc->carrier_data ||
!fmc->device_id) {
dev_err(fmc->hwdev,
-   "deivce nr %i: carrier name, "
+   "device nr %i: carrier name, "
"data or dev_id not set\n", i);
ret = -EINVAL;
}
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
index 474f88fbafce..0c4ec14ea478 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
@@ -276,7 +276,7 @@ amdgpu_ucode_get_load_type(struct amdgpu_device *adev, int 
load_type)
else
return AMDGPU_FW_LOAD_PSP;
default:
-   DRM_ERROR("Unknow firmware load type\n");
+   DRM_ERROR("Unknown firmware load type\n");
}
 
return AMDGPU_FW_LOAD_DIRECT;
diff --git a/drivers/gpu/drm/i915/intel_cdclk.c 
b/drivers/gpu/drm/i915/intel_cdclk.c
index ca36321eafac..7333104e5de4 100644
--- a/drivers/gpu/drm/i915/intel_cdclk.c
+++ b/drivers/gpu/drm/i915/intel_cdclk.c
@@ -1614,7 +1614,7 @@ static void cnl_cdclk_pll_disable(struct drm_i915_private 
*dev_priv)
 
/* Timeout 200us */
if (wait_for((I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK) == 0, 1))
-   DRM_ERROR("timout waiting for CDCLK PLL unlock\n");
+   DRM_ERROR("timeout waiting for CDCLK PLL unlock\n");
 
dev_priv->cdclk.hw.vco = 0;
 }
@@ -1632,7 +1632,7 @@ static void cnl_cdclk_pll_enable(struct drm_i915_private 
*dev_priv, int vco)
 
/* Timeout 200us */
if (wait_for((I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK) != 0, 1))
-   DRM_ERROR("timout waiting for CDCLK PLL lock\n");
+   DRM_ERROR("timeout waiting for CDCLK PLL lock\n");
 
dev_priv->cdclk.hw.vco = vco;
 }
diff --git a/drivers/net/ethernet/qlogic/qed/qed_int.c 
b/drivers/net/ethernet/qlogic/qed/qed_int.c
index d3eabcf9c86c..af3a28ec04eb 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_int.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_int.c
@@ -321,7 +321,7 @@ static int qed_pglub_rbc_attn_cb(struct qed_hwfn *p_hwfn)
tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt,
 PGLUE_B_REG_TX_ERR_WR_DETAILS_ICPL);
if (tmp & PGLUE_ATTENTION_ICPL_VALID)
-   DP_INFO(p_hwfn, "ICPL eror - %08x\n", tmp);
+   DP_INFO(p_hwfn, "ICPL error - %08x\n", tmp);
 
tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt,
 PGLUE_B_REG_MASTER_ZLR_ERR_DETAILS);
diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 
b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
index 7806a4d2b1fc..718a73c623a7 100644
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
@@ -4431,7 +4431,7 @@ void rtl8xxxu_gen1_init_aggregation(struct rtl8xxxu_priv 
*priv)
timeout = page_thresh;
else if (rtl8xxxu_dma_agg_pages <= 6)
dev_err(>udev->dev,
-   "%s: dma_agg_pages=%i too small, minium is 6\n",
+   "%s: dma_agg_pages=%i too small, minimum is 
6\n",
__func__, rtl8xxxu_dma_agg_pages);
else
dev_err(>udev->dev,
diff --git a/drivers/scsi/aacraid/src.c b/drivers/scsi/aacraid/src.c
index fde6b6aa86e3..a802bddf04aa 100644
--- a/drivers/scsi/aacraid/src.c
+++ b/drivers/scsi/aacraid/src.c
@@ -786,7 +786,7 @@ static int aac_src_restart_adapter(struct aac_dev *dev, int 
bled, u8 reset_type)
if (!is_ctrl_up)
dev_err(>pdev->dev, "IOP reset failed\n");
   

[PATCH] linux-next: DOC: HWPOISON: Fix path to debugfs in hwpoison.txt

2018-01-11 Thread Masanari Iida
This patch fixes an incorrect path for debugfs in hwpoison.txt

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 Documentation/vm/hwpoison.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/vm/hwpoison.txt b/Documentation/vm/hwpoison.txt
index 6ae89a9edf2a..e912d7eee769 100644
--- a/Documentation/vm/hwpoison.txt
+++ b/Documentation/vm/hwpoison.txt
@@ -104,7 +104,7 @@ madvise(MADV_HWPOISON, )
 
 hwpoison-inject module through debugfs
 
-/sys/debug/hwpoison/
+/sys/kernel/debug/hwpoison/
 
 corrupt-pfn
 
-- 
2.15.1.433.g936d1b989416



[PATCH] linux-next: DOC: HWPOISON: Fix path to debugfs in hwpoison.txt

2018-01-11 Thread Masanari Iida
This patch fixes an incorrect path for debugfs in hwpoison.txt

Signed-off-by: Masanari Iida 
---
 Documentation/vm/hwpoison.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/vm/hwpoison.txt b/Documentation/vm/hwpoison.txt
index 6ae89a9edf2a..e912d7eee769 100644
--- a/Documentation/vm/hwpoison.txt
+++ b/Documentation/vm/hwpoison.txt
@@ -104,7 +104,7 @@ madvise(MADV_HWPOISON, )
 
 hwpoison-inject module through debugfs
 
-/sys/debug/hwpoison/
+/sys/kernel/debug/hwpoison/
 
 corrupt-pfn
 
-- 
2.15.1.433.g936d1b989416



[PATCH] linux-next: docs-rst: Fix typos in kfigure.py

2018-01-11 Thread Masanari Iida
This patch fixes some spelling typos found in kfigure.py

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 Documentation/sphinx/kfigure.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/sphinx/kfigure.py b/Documentation/sphinx/kfigure.py
index cef4ad19624c..b97228d2cc0e 100644
--- a/Documentation/sphinx/kfigure.py
+++ b/Documentation/sphinx/kfigure.py
@@ -81,7 +81,7 @@ __version__  = '1.0.0'
 # -
 
 def which(cmd):
-"""Searches the ``cmd`` in the ``PATH`` enviroment.
+"""Searches the ``cmd`` in the ``PATH`` environment.
 
 This *which* searches the PATH for executable ``cmd`` . First match is
 returned, if nothing is found, ``None` is returned.
@@ -419,7 +419,7 @@ def visit_kernel_render(self, node):
 
 tmp_ext = RENDER_MARKUP_EXT.get(srclang, None)
 if tmp_ext is None:
-app.warn('kernel-render: "%s" unknow / include raw.' % (srclang))
+app.warn('kernel-render: "%s" unknown / include raw.' % (srclang))
 return
 
 if not dot_cmd and tmp_ext == '.dot':
@@ -482,7 +482,7 @@ class KernelRender(Figure):
 srclang = self.arguments[0].strip()
 if srclang not in RENDER_MARKUP_EXT.keys():
 return [self.state_machine.reporter.warning(
-'Unknow source language "%s", use one of: %s.' % (
+'Unknown source language "%s", use one of: %s.' % (
 srclang, ",".join(RENDER_MARKUP_EXT.keys())),
 line=self.lineno)]
 
-- 
2.15.1.433.g936d1b989416



[PATCH] linux-next: docs-rst: Fix typos in kfigure.py

2018-01-11 Thread Masanari Iida
This patch fixes some spelling typos found in kfigure.py

Signed-off-by: Masanari Iida 
---
 Documentation/sphinx/kfigure.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/sphinx/kfigure.py b/Documentation/sphinx/kfigure.py
index cef4ad19624c..b97228d2cc0e 100644
--- a/Documentation/sphinx/kfigure.py
+++ b/Documentation/sphinx/kfigure.py
@@ -81,7 +81,7 @@ __version__  = '1.0.0'
 # -
 
 def which(cmd):
-"""Searches the ``cmd`` in the ``PATH`` enviroment.
+"""Searches the ``cmd`` in the ``PATH`` environment.
 
 This *which* searches the PATH for executable ``cmd`` . First match is
 returned, if nothing is found, ``None` is returned.
@@ -419,7 +419,7 @@ def visit_kernel_render(self, node):
 
 tmp_ext = RENDER_MARKUP_EXT.get(srclang, None)
 if tmp_ext is None:
-app.warn('kernel-render: "%s" unknow / include raw.' % (srclang))
+app.warn('kernel-render: "%s" unknown / include raw.' % (srclang))
 return
 
 if not dot_cmd and tmp_ext == '.dot':
@@ -482,7 +482,7 @@ class KernelRender(Figure):
 srclang = self.arguments[0].strip()
 if srclang not in RENDER_MARKUP_EXT.keys():
 return [self.state_machine.reporter.warning(
-'Unknow source language "%s", use one of: %s.' % (
+'Unknown source language "%s", use one of: %s.' % (
 srclang, ",".join(RENDER_MARKUP_EXT.keys())),
 line=self.lineno)]
 
-- 
2.15.1.433.g936d1b989416



[PATCH] linux-next: firmware: Fix a typo in fallback-mechanisms.rst

2018-01-05 Thread Masanari Iida
This patch fix a spelling typo found in fallback-mechanisms.rst

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 Documentation/driver-api/firmware/fallback-mechanisms.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/firmware/fallback-mechanisms.rst 
b/Documentation/driver-api/firmware/fallback-mechanisms.rst
index d19354794e67..4055ac76b288 100644
--- a/Documentation/driver-api/firmware/fallback-mechanisms.rst
+++ b/Documentation/driver-api/firmware/fallback-mechanisms.rst
@@ -71,7 +71,7 @@ via fw_create_instance(). This call creates a new struct 
device named after
 the firmware requested, and establishes it in the device hierarchy by
 associating the device used to make the request as the device's parent.
 The sysfs directory's file attributes are defined and controlled through
-the new device's class (firmare_class) and group (fw_dev_attr_groups).
+the new device's class (firmware_class) and group (fw_dev_attr_groups).
 This is actually where the original firmware_class.c file name comes from,
 as originally the only firmware loading mechanism available was the
 mechanism we now use as a fallback mechanism.
-- 
2.15.1.433.g936d1b989416



[PATCH] linux-next: firmware: Fix a typo in fallback-mechanisms.rst

2018-01-05 Thread Masanari Iida
This patch fix a spelling typo found in fallback-mechanisms.rst

Signed-off-by: Masanari Iida 
---
 Documentation/driver-api/firmware/fallback-mechanisms.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/firmware/fallback-mechanisms.rst 
b/Documentation/driver-api/firmware/fallback-mechanisms.rst
index d19354794e67..4055ac76b288 100644
--- a/Documentation/driver-api/firmware/fallback-mechanisms.rst
+++ b/Documentation/driver-api/firmware/fallback-mechanisms.rst
@@ -71,7 +71,7 @@ via fw_create_instance(). This call creates a new struct 
device named after
 the firmware requested, and establishes it in the device hierarchy by
 associating the device used to make the request as the device's parent.
 The sysfs directory's file attributes are defined and controlled through
-the new device's class (firmare_class) and group (fw_dev_attr_groups).
+the new device's class (firmware_class) and group (fw_dev_attr_groups).
 This is actually where the original firmware_class.c file name comes from,
 as originally the only firmware loading mechanism available was the
 mechanism we now use as a fallback mechanism.
-- 
2.15.1.433.g936d1b989416



[PATCH] [linux-next] rt2x00: Fix a typo in printk

2018-01-04 Thread Masanari Iida
This patch fix a typo in rt2800lib.c

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ralink/rt2x00/rt2800lib.c 
b/drivers/net/wireless/ralink/rt2x00/rt2800lib.c
index d2c289446c00..429d07b651dd 100644
--- a/drivers/net/wireless/ralink/rt2x00/rt2800lib.c
+++ b/drivers/net/wireless/ralink/rt2x00/rt2800lib.c
@@ -4903,7 +4903,7 @@ void rt2800_vco_calibration(struct rt2x00_dev *rt2x00dev)
min_sleep = 2000;
break;
default:
-   WARN_ONCE(1, "Not supported RF chipet %x for VCO recalibration",
+   WARN_ONCE(1, "Not supported RF chipset %x for VCO 
recalibration",
  rt2x00dev->chip.rf);
return;
}
-- 
2.15.1.433.g936d1b989416



[PATCH] [linux-next] rt2x00: Fix a typo in printk

2018-01-04 Thread Masanari Iida
This patch fix a typo in rt2800lib.c

Signed-off-by: Masanari Iida 
---
 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ralink/rt2x00/rt2800lib.c 
b/drivers/net/wireless/ralink/rt2x00/rt2800lib.c
index d2c289446c00..429d07b651dd 100644
--- a/drivers/net/wireless/ralink/rt2x00/rt2800lib.c
+++ b/drivers/net/wireless/ralink/rt2x00/rt2800lib.c
@@ -4903,7 +4903,7 @@ void rt2800_vco_calibration(struct rt2x00_dev *rt2x00dev)
min_sleep = 2000;
break;
default:
-   WARN_ONCE(1, "Not supported RF chipet %x for VCO recalibration",
+   WARN_ONCE(1, "Not supported RF chipset %x for VCO 
recalibration",
  rt2x00dev->chip.rf);
return;
}
-- 
2.15.1.433.g936d1b989416



[PATCH] doc: md: Fix a file name to md-fault.c in fault-injection.txt

2017-12-22 Thread Masanari Iida
drivers/md/faulty.c has been renamed to md-faulty.c after
following commit merged int to the main line.

  935fe0983e09f4f7331ebf5ea4ae2124f6e9f9e8 .

But the file name in fault-injection.txt has not been changed.
Now the actual file name and document are in sync.

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 Documentation/fault-injection/fault-injection.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/fault-injection/fault-injection.txt 
b/Documentation/fault-injection/fault-injection.txt
index 918972babcd8..1c0bfbbf7869 100644
--- a/Documentation/fault-injection/fault-injection.txt
+++ b/Documentation/fault-injection/fault-injection.txt
@@ -1,7 +1,7 @@
 Fault injection capabilities infrastructure
 ===
 
-See also drivers/md/faulty.c and "every_nth" module option for scsi_debug.
+See also drivers/md/md-faulty.c and "every_nth" module option for scsi_debug.
 
 
 Available fault injection capabilities
-- 
2.15.1.433.g936d1b989416



[PATCH] doc: md: Fix a file name to md-fault.c in fault-injection.txt

2017-12-22 Thread Masanari Iida
drivers/md/faulty.c has been renamed to md-faulty.c after
following commit merged int to the main line.

  935fe0983e09f4f7331ebf5ea4ae2124f6e9f9e8 .

But the file name in fault-injection.txt has not been changed.
Now the actual file name and document are in sync.

Signed-off-by: Masanari Iida 
---
 Documentation/fault-injection/fault-injection.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/fault-injection/fault-injection.txt 
b/Documentation/fault-injection/fault-injection.txt
index 918972babcd8..1c0bfbbf7869 100644
--- a/Documentation/fault-injection/fault-injection.txt
+++ b/Documentation/fault-injection/fault-injection.txt
@@ -1,7 +1,7 @@
 Fault injection capabilities infrastructure
 ===
 
-See also drivers/md/faulty.c and "every_nth" module option for scsi_debug.
+See also drivers/md/md-faulty.c and "every_nth" module option for scsi_debug.
 
 
 Available fault injection capabilities
-- 
2.15.1.433.g936d1b989416



[PATCH] dmaengine: doc : Fix warning "Title underline too short" while make xmldocs

2017-11-28 Thread Masanari Iida
This patch fix following warning during 'make xmldocs'

Documentation/driver-api/dmaengine/client.rst:188:
WARNING: Title underline too short.

Further APIs:


Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 Documentation/driver-api/dmaengine/client.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/dmaengine/client.rst 
b/Documentation/driver-api/dmaengine/client.rst
index 6245c99af8c1..fbbb2831f29f 100644
--- a/Documentation/driver-api/dmaengine/client.rst
+++ b/Documentation/driver-api/dmaengine/client.rst
@@ -185,7 +185,7 @@ The details of these operations are:
   void dma_async_issue_pending(struct dma_chan *chan);
 
 Further APIs:
-
+-
 
 1. Terminate APIs
 
-- 
2.15.0.374.g5f9953d2c365



[PATCH] dmaengine: doc : Fix warning "Title underline too short" while make xmldocs

2017-11-28 Thread Masanari Iida
This patch fix following warning during 'make xmldocs'

Documentation/driver-api/dmaengine/client.rst:188:
WARNING: Title underline too short.

Further APIs:


Signed-off-by: Masanari Iida 
---
 Documentation/driver-api/dmaengine/client.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/dmaengine/client.rst 
b/Documentation/driver-api/dmaengine/client.rst
index 6245c99af8c1..fbbb2831f29f 100644
--- a/Documentation/driver-api/dmaengine/client.rst
+++ b/Documentation/driver-api/dmaengine/client.rst
@@ -185,7 +185,7 @@ The details of these operations are:
   void dma_async_issue_pending(struct dma_chan *chan);
 
 Further APIs:
-
+-
 
 1. Terminate APIs
 
-- 
2.15.0.374.g5f9953d2c365



[PATCH] linux-next: ftrace/docs: Fix spelling typos in ftrace-users.rst

2017-11-27 Thread Masanari Iida
This patch corrects some spelling typo in ftrace-users.rst

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 Documentation/trace/ftrace-uses.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/trace/ftrace-uses.rst 
b/Documentation/trace/ftrace-uses.rst
index 8494a801d341..9df5ee15859a 100644
--- a/Documentation/trace/ftrace-uses.rst
+++ b/Documentation/trace/ftrace-uses.rst
@@ -12,7 +12,7 @@ Written for: 4.14
 Introduction
 
 
-The ftrace infrastructure was originially created to attach callbacks to the
+The ftrace infrastructure was originally created to attach callbacks to the
 beginning of functions in order to record and trace the flow of the kernel.
 But callbacks to the start of a function can have other use cases. Either
 for live kernel patching, or for security monitoring. This document describes
@@ -29,7 +29,7 @@ going to idle, during CPU bring up and takedown, or going to 
user space.
 This requires extra care to what can be done inside a callback. A callback
 can be called outside the protective scope of RCU.
 
-The ftrace infrastructure has some protections agains recursions and RCU
+The ftrace infrastructure has some protections against recursions and RCU
 but one must still be very careful how they use the callbacks.
 
 
-- 
2.15.0.374.g5f9953d2c365



[PATCH] linux-next: ftrace/docs: Fix spelling typos in ftrace-users.rst

2017-11-27 Thread Masanari Iida
This patch corrects some spelling typo in ftrace-users.rst

Signed-off-by: Masanari Iida 
---
 Documentation/trace/ftrace-uses.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/trace/ftrace-uses.rst 
b/Documentation/trace/ftrace-uses.rst
index 8494a801d341..9df5ee15859a 100644
--- a/Documentation/trace/ftrace-uses.rst
+++ b/Documentation/trace/ftrace-uses.rst
@@ -12,7 +12,7 @@ Written for: 4.14
 Introduction
 
 
-The ftrace infrastructure was originially created to attach callbacks to the
+The ftrace infrastructure was originally created to attach callbacks to the
 beginning of functions in order to record and trace the flow of the kernel.
 But callbacks to the start of a function can have other use cases. Either
 for live kernel patching, or for security monitoring. This document describes
@@ -29,7 +29,7 @@ going to idle, during CPU bring up and takedown, or going to 
user space.
 This requires extra care to what can be done inside a callback. A callback
 can be called outside the protective scope of RCU.
 
-The ftrace infrastructure has some protections agains recursions and RCU
+The ftrace infrastructure has some protections against recursions and RCU
 but one must still be very careful how they use the callbacks.
 
 
-- 
2.15.0.374.g5f9953d2c365



[PATCH] staging: rtl8723bs: Fix typos in printk

2017-10-10 Thread Masanari Iida
This patch fixes typos found in rtl8723bs_xmit.c and odm_DIG.c.

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 drivers/staging/rtl8723bs/hal/odm_DIG.c| 2 +-
 drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8723bs/hal/odm_DIG.c 
b/drivers/staging/rtl8723bs/hal/odm_DIG.c
index 0bde971d..f02eb63a45ce 100644
--- a/drivers/staging/rtl8723bs/hal/odm_DIG.c
+++ b/drivers/staging/rtl8723bs/hal/odm_DIG.c
@@ -553,7 +553,7 @@ void odm_DIG(void *pDM_VOID)
dm_dig_min = DM_DIG_MIN_NIC;
DIG_MaxOfMin = DM_DIG_MAX_AP;
 
-   ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): 
Absolutly upper bound = 0x%x, lower bound = 0x%x\n", dm_dig_max, dm_dig_min));
+   ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): 
Absolutely upper bound = 0x%x, lower bound = 0x%x\n", dm_dig_max, dm_dig_min));
 
/* 1 Adjust boundary by RSSI */
if (pDM_Odm->bLinked && bPerformance) {
diff --git a/drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c 
b/drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c
index d0b317077511..6281dfa1a3ca 100644
--- a/drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c
+++ b/drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c
@@ -113,7 +113,7 @@ static s32 rtl8723_dequeue_writeport(struct adapter 
*padapter)
RT_TRACE(
_module_hal_xmit_c_,
_drv_notice_,
-   ("%s: bSurpriseRemoved(wirte port)\n", __func__)
+   ("%s: bSurpriseRemoved(write port)\n", __func__)
);
goto free_xmitbuf;
}
-- 
2.15.0.rc0.39.g2f0e14e649d6



[PATCH] staging: rtl8723bs: Fix typos in printk

2017-10-10 Thread Masanari Iida
This patch fixes typos found in rtl8723bs_xmit.c and odm_DIG.c.

Signed-off-by: Masanari Iida 
---
 drivers/staging/rtl8723bs/hal/odm_DIG.c| 2 +-
 drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8723bs/hal/odm_DIG.c 
b/drivers/staging/rtl8723bs/hal/odm_DIG.c
index 0bde971d..f02eb63a45ce 100644
--- a/drivers/staging/rtl8723bs/hal/odm_DIG.c
+++ b/drivers/staging/rtl8723bs/hal/odm_DIG.c
@@ -553,7 +553,7 @@ void odm_DIG(void *pDM_VOID)
dm_dig_min = DM_DIG_MIN_NIC;
DIG_MaxOfMin = DM_DIG_MAX_AP;
 
-   ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): 
Absolutly upper bound = 0x%x, lower bound = 0x%x\n", dm_dig_max, dm_dig_min));
+   ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): 
Absolutely upper bound = 0x%x, lower bound = 0x%x\n", dm_dig_max, dm_dig_min));
 
/* 1 Adjust boundary by RSSI */
if (pDM_Odm->bLinked && bPerformance) {
diff --git a/drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c 
b/drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c
index d0b317077511..6281dfa1a3ca 100644
--- a/drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c
+++ b/drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c
@@ -113,7 +113,7 @@ static s32 rtl8723_dequeue_writeport(struct adapter 
*padapter)
RT_TRACE(
_module_hal_xmit_c_,
_drv_notice_,
-   ("%s: bSurpriseRemoved(wirte port)\n", __func__)
+   ("%s: bSurpriseRemoved(write port)\n", __func__)
);
goto free_xmitbuf;
}
-- 
2.15.0.rc0.39.g2f0e14e649d6



[PATCH/v2] Kconfig: Fix typos in Kconfig

2017-09-25 Thread Masanari Iida
This patch fixes some spelling typos found in Kconfig files.

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 arch/alpha/Kconfig| 2 +-
 arch/arc/Kconfig  | 6 +++---
 arch/arm/mach-bcm/Kconfig | 6 +++---
 arch/arm/plat-samsung/Kconfig | 2 +-
 arch/arm64/Kconfig| 2 +-
 arch/powerpc/platforms/Kconfig| 2 +-
 arch/unicore32/Kconfig| 2 +-
 arch/xtensa/Kconfig   | 2 +-
 drivers/net/ethernet/aquantia/Kconfig | 2 +-
 drivers/nfc/st-nci/Kconfig| 4 ++--
 drivers/nvdimm/Kconfig| 2 +-
 drivers/platform/x86/Kconfig  | 2 +-
 drivers/power/supply/Kconfig  | 2 +-
 drivers/scsi/Kconfig  | 2 +-
 fs/notify/fanotify/Kconfig| 2 +-
 15 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig
index 0e49d39ea74a..aa6b11957cd7 100644
--- a/arch/alpha/Kconfig
+++ b/arch/alpha/Kconfig
@@ -505,7 +505,7 @@ config ALPHA_QEMU
 
  Generic kernels will auto-detect QEMU.  But when building a
  system-specific kernel, the assumption is that we want to
- elimiate as many runtime tests as possible.
+ eliminate as many runtime tests as possible.
 
  If unsure, say N.
 
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index a598641eed98..eab4ba316a58 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -298,7 +298,7 @@ config ARC_MMU_V1
 config ARC_MMU_V2
bool "MMU v2"
help
- Fixed the deficiency of v1 - possible thrashing in memcpy sceanrio
+ Fixed the deficiency of v1 - possible thrashing in memcpy scenario
  when 2 D-TLB and 1 I-TLB entries index into same 2way set.
 
 config ARC_MMU_V3
@@ -371,7 +371,7 @@ config ARC_FPU_SAVE_RESTORE
bool "Enable FPU state persistence across context switch"
default n
help
- Double Precision Floating Point unit had dedictaed regs which
+ Double Precision Floating Point unit had dedicated regs which
  need to be saved/restored across context-switch.
  Note that ARC FPU is overly simplistic, unlike say x86, which has
  hardware pieces to allow software to conditionally save/restore,
@@ -467,7 +467,7 @@ config ARC_PLAT_NEEDS_PHYS_TO_DMA
bool
 
 config ARC_KVADDR_SIZE
-   int "Kernel Virtaul Address Space size (MB)"
+   int "Kernel Virtual Address Space size (MB)"
range 0 512
default "256"
help
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index 73be3d578851..2ff115a765dc 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -22,7 +22,7 @@ config ARCH_BCM_IPROC
help
  This enables support for systems based on Broadcom IPROC architected 
SoCs.
  The IPROC complex contains one or more ARM CPUs along with common
- core periperals. Application specific SoCs are created by adding a
+ core peripherals. Application specific SoCs are created by adding a
  uArchitecture containing peripherals outside of the IPROC complex.
  Currently supported SoCs are Cygnus.
 
@@ -68,8 +68,8 @@ config ARCH_BCM_5301X
  Support for Broadcom BCM470X and BCM5301X SoCs with ARM CPU cores.
 
  This is a network SoC line mostly used in home routers and
- wifi access points, it's internal name is Northstar.
- This inclused the following SoC: BCM53010, BCM53011, BCM53012,
+ wifi access points, its internal name is Northstar.
+ This includes the following SoC: BCM53010, BCM53011, BCM53012,
  BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707,
  BCM4708 and BCM4709.
 
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index e8229b9fee4a..8d4a64cc644c 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -278,7 +278,7 @@ config SAMSUNG_PM_CHECK_CHUNKSIZE
help
  Set the chunksize in Kilobytes of the CRC for checking memory
  corruption over suspend and resume. A smaller value will mean that
- the CRC data block will take more memory, but wil identify any
+ the CRC data block will take more memory, but will identify any
  faults with better precision.
 
  See 
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 0df64a6a56d4..416dbc637dc8 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -946,7 +946,7 @@ config ARM64_UAO
help
  User Access Override (UAO; part of the ARMv8.2 Extensions)
  causes the 'unprivileged' variant of the load/store instructions to
- be overriden to be privileged.
+ be overridden to be privileged.
 
  This option changes get_user() and friends to use the 'unprivileged'
  variant of the load/store inst

[PATCH/v2] Kconfig: Fix typos in Kconfig

2017-09-25 Thread Masanari Iida
This patch fixes some spelling typos found in Kconfig files.

Signed-off-by: Masanari Iida 
---
 arch/alpha/Kconfig| 2 +-
 arch/arc/Kconfig  | 6 +++---
 arch/arm/mach-bcm/Kconfig | 6 +++---
 arch/arm/plat-samsung/Kconfig | 2 +-
 arch/arm64/Kconfig| 2 +-
 arch/powerpc/platforms/Kconfig| 2 +-
 arch/unicore32/Kconfig| 2 +-
 arch/xtensa/Kconfig   | 2 +-
 drivers/net/ethernet/aquantia/Kconfig | 2 +-
 drivers/nfc/st-nci/Kconfig| 4 ++--
 drivers/nvdimm/Kconfig| 2 +-
 drivers/platform/x86/Kconfig  | 2 +-
 drivers/power/supply/Kconfig  | 2 +-
 drivers/scsi/Kconfig  | 2 +-
 fs/notify/fanotify/Kconfig| 2 +-
 15 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig
index 0e49d39ea74a..aa6b11957cd7 100644
--- a/arch/alpha/Kconfig
+++ b/arch/alpha/Kconfig
@@ -505,7 +505,7 @@ config ALPHA_QEMU
 
  Generic kernels will auto-detect QEMU.  But when building a
  system-specific kernel, the assumption is that we want to
- elimiate as many runtime tests as possible.
+ eliminate as many runtime tests as possible.
 
  If unsure, say N.
 
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index a598641eed98..eab4ba316a58 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -298,7 +298,7 @@ config ARC_MMU_V1
 config ARC_MMU_V2
bool "MMU v2"
help
- Fixed the deficiency of v1 - possible thrashing in memcpy sceanrio
+ Fixed the deficiency of v1 - possible thrashing in memcpy scenario
  when 2 D-TLB and 1 I-TLB entries index into same 2way set.
 
 config ARC_MMU_V3
@@ -371,7 +371,7 @@ config ARC_FPU_SAVE_RESTORE
bool "Enable FPU state persistence across context switch"
default n
help
- Double Precision Floating Point unit had dedictaed regs which
+ Double Precision Floating Point unit had dedicated regs which
  need to be saved/restored across context-switch.
  Note that ARC FPU is overly simplistic, unlike say x86, which has
  hardware pieces to allow software to conditionally save/restore,
@@ -467,7 +467,7 @@ config ARC_PLAT_NEEDS_PHYS_TO_DMA
bool
 
 config ARC_KVADDR_SIZE
-   int "Kernel Virtaul Address Space size (MB)"
+   int "Kernel Virtual Address Space size (MB)"
range 0 512
default "256"
help
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index 73be3d578851..2ff115a765dc 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -22,7 +22,7 @@ config ARCH_BCM_IPROC
help
  This enables support for systems based on Broadcom IPROC architected 
SoCs.
  The IPROC complex contains one or more ARM CPUs along with common
- core periperals. Application specific SoCs are created by adding a
+ core peripherals. Application specific SoCs are created by adding a
  uArchitecture containing peripherals outside of the IPROC complex.
  Currently supported SoCs are Cygnus.
 
@@ -68,8 +68,8 @@ config ARCH_BCM_5301X
  Support for Broadcom BCM470X and BCM5301X SoCs with ARM CPU cores.
 
  This is a network SoC line mostly used in home routers and
- wifi access points, it's internal name is Northstar.
- This inclused the following SoC: BCM53010, BCM53011, BCM53012,
+ wifi access points, its internal name is Northstar.
+ This includes the following SoC: BCM53010, BCM53011, BCM53012,
  BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707,
  BCM4708 and BCM4709.
 
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index e8229b9fee4a..8d4a64cc644c 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -278,7 +278,7 @@ config SAMSUNG_PM_CHECK_CHUNKSIZE
help
  Set the chunksize in Kilobytes of the CRC for checking memory
  corruption over suspend and resume. A smaller value will mean that
- the CRC data block will take more memory, but wil identify any
+ the CRC data block will take more memory, but will identify any
  faults with better precision.
 
  See 
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 0df64a6a56d4..416dbc637dc8 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -946,7 +946,7 @@ config ARM64_UAO
help
  User Access Override (UAO; part of the ARMv8.2 Extensions)
  causes the 'unprivileged' variant of the load/store instructions to
- be overriden to be privileged.
+ be overridden to be privileged.
 
  This option changes get_user() and friends to use the 'unprivileged'
  variant of the load/store instructions. This ensures that user

[PATCH/v2] [trivial] Fix typos and grammar in printk

2017-09-25 Thread Masanari Iida
This patch fixes some spelling typo and grammar error 
found in printk messages.

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 drivers/fmc/fmc-core.c| 2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 2 +-
 drivers/gpu/drm/i915/intel_cdclk.c| 4 ++--
 drivers/net/ethernet/qlogic/qed/qed_int.c | 2 +-
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 2 +-
 drivers/scsi/aacraid/src.c| 4 ++--
 drivers/scsi/qedi/qedi_fw.c   | 2 +-
 fs/orangefs/orangefs-utils.c  | 2 +-
 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c| 2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/drivers/fmc/fmc-core.c b/drivers/fmc/fmc-core.c
index cec3b8db0d69..bbcb505d1522 100644
--- a/drivers/fmc/fmc-core.c
+++ b/drivers/fmc/fmc-core.c
@@ -244,7 +244,7 @@ int fmc_device_register_n_gw(struct fmc_device **devs, int 
n,
if (!fmc->carrier_name || !fmc->carrier_data ||
!fmc->device_id) {
dev_err(fmc->hwdev,
-   "deivce nr %i: carrier name, "
+   "device nr %i: carrier name, "
"data or dev_id not set\n", i);
ret = -EINVAL;
}
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
index 36c763310df5..df856c986dfd 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
@@ -280,7 +280,7 @@ amdgpu_ucode_get_load_type(struct amdgpu_device *adev, int 
load_type)
else
return AMDGPU_FW_LOAD_PSP;
default:
-   DRM_ERROR("Unknow firmware load type\n");
+   DRM_ERROR("Unknown firmware load type\n");
}
 
return AMDGPU_FW_LOAD_DIRECT;
diff --git a/drivers/gpu/drm/i915/intel_cdclk.c 
b/drivers/gpu/drm/i915/intel_cdclk.c
index 1241e5891b29..8f6632840b04 100644
--- a/drivers/gpu/drm/i915/intel_cdclk.c
+++ b/drivers/gpu/drm/i915/intel_cdclk.c
@@ -1492,7 +1492,7 @@ static void cnl_cdclk_pll_disable(struct drm_i915_private 
*dev_priv)
 
/* Timeout 200us */
if (wait_for((I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK) == 0, 1))
-   DRM_ERROR("timout waiting for CDCLK PLL unlock\n");
+   DRM_ERROR("timeout waiting for CDCLK PLL unlock\n");
 
dev_priv->cdclk.hw.vco = 0;
 }
@@ -1510,7 +1510,7 @@ static void cnl_cdclk_pll_enable(struct drm_i915_private 
*dev_priv, int vco)
 
/* Timeout 200us */
if (wait_for((I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK) != 0, 1))
-   DRM_ERROR("timout waiting for CDCLK PLL lock\n");
+   DRM_ERROR("timeout waiting for CDCLK PLL lock\n");
 
dev_priv->cdclk.hw.vco = vco;
 }
diff --git a/drivers/net/ethernet/qlogic/qed/qed_int.c 
b/drivers/net/ethernet/qlogic/qed/qed_int.c
index 719cdbfe1695..932c589a0b22 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_int.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_int.c
@@ -321,7 +321,7 @@ static int qed_pglub_rbc_attn_cb(struct qed_hwfn *p_hwfn)
tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt,
 PGLUE_B_REG_TX_ERR_WR_DETAILS_ICPL);
if (tmp & PGLUE_ATTENTION_ICPL_VALID)
-   DP_INFO(p_hwfn, "ICPL eror - %08x\n", tmp);
+   DP_INFO(p_hwfn, "ICPL error - %08x\n", tmp);
 
tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt,
 PGLUE_B_REG_MASTER_ZLR_ERR_DETAILS);
diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 
b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
index 7806a4d2b1fc..718a73c623a7 100644
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
@@ -4431,7 +4431,7 @@ void rtl8xxxu_gen1_init_aggregation(struct rtl8xxxu_priv 
*priv)
timeout = page_thresh;
else if (rtl8xxxu_dma_agg_pages <= 6)
dev_err(>udev->dev,
-   "%s: dma_agg_pages=%i too small, minium is 6\n",
+   "%s: dma_agg_pages=%i too small, minimum is 
6\n",
__func__, rtl8xxxu_dma_agg_pages);
else
dev_err(>udev->dev,
diff --git a/drivers/scsi/aacraid/src.c b/drivers/scsi/aacraid/src.c
index 48c2b2b34b72..e94f456c13cd 100644
--- a/drivers/scsi/aacraid/src.c
+++ b/drivers/scsi/aacraid/src.c
@@ -784,7 +784,7 @@ static int aac_src_restart_adapter(struct aac_dev *dev, int 
bled, u8 reset_type)
if (!is_ctrl_up)
dev_err(>pdev

[PATCH/v2] [trivial] Fix typos and grammar in printk

2017-09-25 Thread Masanari Iida
This patch fixes some spelling typo and grammar error 
found in printk messages.

Signed-off-by: Masanari Iida 
---
 drivers/fmc/fmc-core.c| 2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 2 +-
 drivers/gpu/drm/i915/intel_cdclk.c| 4 ++--
 drivers/net/ethernet/qlogic/qed/qed_int.c | 2 +-
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 2 +-
 drivers/scsi/aacraid/src.c| 4 ++--
 drivers/scsi/qedi/qedi_fw.c   | 2 +-
 fs/orangefs/orangefs-utils.c  | 2 +-
 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c| 2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/drivers/fmc/fmc-core.c b/drivers/fmc/fmc-core.c
index cec3b8db0d69..bbcb505d1522 100644
--- a/drivers/fmc/fmc-core.c
+++ b/drivers/fmc/fmc-core.c
@@ -244,7 +244,7 @@ int fmc_device_register_n_gw(struct fmc_device **devs, int 
n,
if (!fmc->carrier_name || !fmc->carrier_data ||
!fmc->device_id) {
dev_err(fmc->hwdev,
-   "deivce nr %i: carrier name, "
+   "device nr %i: carrier name, "
"data or dev_id not set\n", i);
ret = -EINVAL;
}
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
index 36c763310df5..df856c986dfd 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
@@ -280,7 +280,7 @@ amdgpu_ucode_get_load_type(struct amdgpu_device *adev, int 
load_type)
else
return AMDGPU_FW_LOAD_PSP;
default:
-   DRM_ERROR("Unknow firmware load type\n");
+   DRM_ERROR("Unknown firmware load type\n");
}
 
return AMDGPU_FW_LOAD_DIRECT;
diff --git a/drivers/gpu/drm/i915/intel_cdclk.c 
b/drivers/gpu/drm/i915/intel_cdclk.c
index 1241e5891b29..8f6632840b04 100644
--- a/drivers/gpu/drm/i915/intel_cdclk.c
+++ b/drivers/gpu/drm/i915/intel_cdclk.c
@@ -1492,7 +1492,7 @@ static void cnl_cdclk_pll_disable(struct drm_i915_private 
*dev_priv)
 
/* Timeout 200us */
if (wait_for((I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK) == 0, 1))
-   DRM_ERROR("timout waiting for CDCLK PLL unlock\n");
+   DRM_ERROR("timeout waiting for CDCLK PLL unlock\n");
 
dev_priv->cdclk.hw.vco = 0;
 }
@@ -1510,7 +1510,7 @@ static void cnl_cdclk_pll_enable(struct drm_i915_private 
*dev_priv, int vco)
 
/* Timeout 200us */
if (wait_for((I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK) != 0, 1))
-   DRM_ERROR("timout waiting for CDCLK PLL lock\n");
+   DRM_ERROR("timeout waiting for CDCLK PLL lock\n");
 
dev_priv->cdclk.hw.vco = vco;
 }
diff --git a/drivers/net/ethernet/qlogic/qed/qed_int.c 
b/drivers/net/ethernet/qlogic/qed/qed_int.c
index 719cdbfe1695..932c589a0b22 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_int.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_int.c
@@ -321,7 +321,7 @@ static int qed_pglub_rbc_attn_cb(struct qed_hwfn *p_hwfn)
tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt,
 PGLUE_B_REG_TX_ERR_WR_DETAILS_ICPL);
if (tmp & PGLUE_ATTENTION_ICPL_VALID)
-   DP_INFO(p_hwfn, "ICPL eror - %08x\n", tmp);
+   DP_INFO(p_hwfn, "ICPL error - %08x\n", tmp);
 
tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt,
 PGLUE_B_REG_MASTER_ZLR_ERR_DETAILS);
diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 
b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
index 7806a4d2b1fc..718a73c623a7 100644
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
@@ -4431,7 +4431,7 @@ void rtl8xxxu_gen1_init_aggregation(struct rtl8xxxu_priv 
*priv)
timeout = page_thresh;
else if (rtl8xxxu_dma_agg_pages <= 6)
dev_err(>udev->dev,
-   "%s: dma_agg_pages=%i too small, minium is 6\n",
+   "%s: dma_agg_pages=%i too small, minimum is 
6\n",
__func__, rtl8xxxu_dma_agg_pages);
else
dev_err(>udev->dev,
diff --git a/drivers/scsi/aacraid/src.c b/drivers/scsi/aacraid/src.c
index 48c2b2b34b72..e94f456c13cd 100644
--- a/drivers/scsi/aacraid/src.c
+++ b/drivers/scsi/aacraid/src.c
@@ -784,7 +784,7 @@ static int aac_src_restart_adapter(struct aac_dev *dev, int 
bled, u8 reset_type)
if (!is_ctrl_up)
dev_err(>pdev->d

[PATCH] [trivial] Fix typos in printk

2017-09-25 Thread Masanari Iida
This patch fix some spellint typo found in printk messages.

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 drivers/fmc/fmc-core.c| 2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 2 +-
 drivers/gpu/drm/i915/intel_cdclk.c| 4 ++--
 drivers/net/ethernet/qlogic/qed/qed_int.c | 2 +-
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 2 +-
 drivers/scsi/aacraid/src.c| 4 ++--
 drivers/scsi/qedi/qedi_fw.c   | 2 +-
 fs/orangefs/orangefs-utils.c  | 2 +-
 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c| 2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/drivers/fmc/fmc-core.c b/drivers/fmc/fmc-core.c
index cec3b8db0d69..bbcb505d1522 100644
--- a/drivers/fmc/fmc-core.c
+++ b/drivers/fmc/fmc-core.c
@@ -244,7 +244,7 @@ int fmc_device_register_n_gw(struct fmc_device **devs, int 
n,
if (!fmc->carrier_name || !fmc->carrier_data ||
!fmc->device_id) {
dev_err(fmc->hwdev,
-   "deivce nr %i: carrier name, "
+   "device nr %i: carrier name, "
"data or dev_id not set\n", i);
ret = -EINVAL;
}
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
index 36c763310df5..df856c986dfd 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
@@ -280,7 +280,7 @@ amdgpu_ucode_get_load_type(struct amdgpu_device *adev, int 
load_type)
else
return AMDGPU_FW_LOAD_PSP;
default:
-   DRM_ERROR("Unknow firmware load type\n");
+   DRM_ERROR("Unknown firmware load type\n");
}
 
return AMDGPU_FW_LOAD_DIRECT;
diff --git a/drivers/gpu/drm/i915/intel_cdclk.c 
b/drivers/gpu/drm/i915/intel_cdclk.c
index 1241e5891b29..8f6632840b04 100644
--- a/drivers/gpu/drm/i915/intel_cdclk.c
+++ b/drivers/gpu/drm/i915/intel_cdclk.c
@@ -1492,7 +1492,7 @@ static void cnl_cdclk_pll_disable(struct drm_i915_private 
*dev_priv)
 
/* Timeout 200us */
if (wait_for((I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK) == 0, 1))
-   DRM_ERROR("timout waiting for CDCLK PLL unlock\n");
+   DRM_ERROR("timeout waiting for CDCLK PLL unlock\n");
 
dev_priv->cdclk.hw.vco = 0;
 }
@@ -1510,7 +1510,7 @@ static void cnl_cdclk_pll_enable(struct drm_i915_private 
*dev_priv, int vco)
 
/* Timeout 200us */
if (wait_for((I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK) != 0, 1))
-   DRM_ERROR("timout waiting for CDCLK PLL lock\n");
+   DRM_ERROR("timeout waiting for CDCLK PLL lock\n");
 
dev_priv->cdclk.hw.vco = vco;
 }
diff --git a/drivers/net/ethernet/qlogic/qed/qed_int.c 
b/drivers/net/ethernet/qlogic/qed/qed_int.c
index 719cdbfe1695..932c589a0b22 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_int.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_int.c
@@ -321,7 +321,7 @@ static int qed_pglub_rbc_attn_cb(struct qed_hwfn *p_hwfn)
tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt,
 PGLUE_B_REG_TX_ERR_WR_DETAILS_ICPL);
if (tmp & PGLUE_ATTENTION_ICPL_VALID)
-   DP_INFO(p_hwfn, "ICPL eror - %08x\n", tmp);
+   DP_INFO(p_hwfn, "ICPL error - %08x\n", tmp);
 
tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt,
 PGLUE_B_REG_MASTER_ZLR_ERR_DETAILS);
diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 
b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
index 7806a4d2b1fc..718a73c623a7 100644
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
@@ -4431,7 +4431,7 @@ void rtl8xxxu_gen1_init_aggregation(struct rtl8xxxu_priv 
*priv)
timeout = page_thresh;
else if (rtl8xxxu_dma_agg_pages <= 6)
dev_err(>udev->dev,
-   "%s: dma_agg_pages=%i too small, minium is 6\n",
+   "%s: dma_agg_pages=%i too small, minimum is 
6\n",
__func__, rtl8xxxu_dma_agg_pages);
else
dev_err(>udev->dev,
diff --git a/drivers/scsi/aacraid/src.c b/drivers/scsi/aacraid/src.c
index 48c2b2b34b72..e94f456c13cd 100644
--- a/drivers/scsi/aacraid/src.c
+++ b/drivers/scsi/aacraid/src.c
@@ -784,7 +784,7 @@ static int aac_src_restart_adapter(struct aac_dev *dev, int 
bled, u8 reset_type)
if (!is_ctrl_up)
dev_err(>pdev

[PATCH] [trivial] Fix typos in printk

2017-09-25 Thread Masanari Iida
This patch fix some spellint typo found in printk messages.

Signed-off-by: Masanari Iida 
---
 drivers/fmc/fmc-core.c| 2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 2 +-
 drivers/gpu/drm/i915/intel_cdclk.c| 4 ++--
 drivers/net/ethernet/qlogic/qed/qed_int.c | 2 +-
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 2 +-
 drivers/scsi/aacraid/src.c| 4 ++--
 drivers/scsi/qedi/qedi_fw.c   | 2 +-
 fs/orangefs/orangefs-utils.c  | 2 +-
 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c| 2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/drivers/fmc/fmc-core.c b/drivers/fmc/fmc-core.c
index cec3b8db0d69..bbcb505d1522 100644
--- a/drivers/fmc/fmc-core.c
+++ b/drivers/fmc/fmc-core.c
@@ -244,7 +244,7 @@ int fmc_device_register_n_gw(struct fmc_device **devs, int 
n,
if (!fmc->carrier_name || !fmc->carrier_data ||
!fmc->device_id) {
dev_err(fmc->hwdev,
-   "deivce nr %i: carrier name, "
+   "device nr %i: carrier name, "
"data or dev_id not set\n", i);
ret = -EINVAL;
}
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
index 36c763310df5..df856c986dfd 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
@@ -280,7 +280,7 @@ amdgpu_ucode_get_load_type(struct amdgpu_device *adev, int 
load_type)
else
return AMDGPU_FW_LOAD_PSP;
default:
-   DRM_ERROR("Unknow firmware load type\n");
+   DRM_ERROR("Unknown firmware load type\n");
}
 
return AMDGPU_FW_LOAD_DIRECT;
diff --git a/drivers/gpu/drm/i915/intel_cdclk.c 
b/drivers/gpu/drm/i915/intel_cdclk.c
index 1241e5891b29..8f6632840b04 100644
--- a/drivers/gpu/drm/i915/intel_cdclk.c
+++ b/drivers/gpu/drm/i915/intel_cdclk.c
@@ -1492,7 +1492,7 @@ static void cnl_cdclk_pll_disable(struct drm_i915_private 
*dev_priv)
 
/* Timeout 200us */
if (wait_for((I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK) == 0, 1))
-   DRM_ERROR("timout waiting for CDCLK PLL unlock\n");
+   DRM_ERROR("timeout waiting for CDCLK PLL unlock\n");
 
dev_priv->cdclk.hw.vco = 0;
 }
@@ -1510,7 +1510,7 @@ static void cnl_cdclk_pll_enable(struct drm_i915_private 
*dev_priv, int vco)
 
/* Timeout 200us */
if (wait_for((I915_READ(BXT_DE_PLL_ENABLE) & BXT_DE_PLL_LOCK) != 0, 1))
-   DRM_ERROR("timout waiting for CDCLK PLL lock\n");
+   DRM_ERROR("timeout waiting for CDCLK PLL lock\n");
 
dev_priv->cdclk.hw.vco = vco;
 }
diff --git a/drivers/net/ethernet/qlogic/qed/qed_int.c 
b/drivers/net/ethernet/qlogic/qed/qed_int.c
index 719cdbfe1695..932c589a0b22 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_int.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_int.c
@@ -321,7 +321,7 @@ static int qed_pglub_rbc_attn_cb(struct qed_hwfn *p_hwfn)
tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt,
 PGLUE_B_REG_TX_ERR_WR_DETAILS_ICPL);
if (tmp & PGLUE_ATTENTION_ICPL_VALID)
-   DP_INFO(p_hwfn, "ICPL eror - %08x\n", tmp);
+   DP_INFO(p_hwfn, "ICPL error - %08x\n", tmp);
 
tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt,
 PGLUE_B_REG_MASTER_ZLR_ERR_DETAILS);
diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 
b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
index 7806a4d2b1fc..718a73c623a7 100644
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
@@ -4431,7 +4431,7 @@ void rtl8xxxu_gen1_init_aggregation(struct rtl8xxxu_priv 
*priv)
timeout = page_thresh;
else if (rtl8xxxu_dma_agg_pages <= 6)
dev_err(>udev->dev,
-   "%s: dma_agg_pages=%i too small, minium is 6\n",
+   "%s: dma_agg_pages=%i too small, minimum is 
6\n",
__func__, rtl8xxxu_dma_agg_pages);
else
dev_err(>udev->dev,
diff --git a/drivers/scsi/aacraid/src.c b/drivers/scsi/aacraid/src.c
index 48c2b2b34b72..e94f456c13cd 100644
--- a/drivers/scsi/aacraid/src.c
+++ b/drivers/scsi/aacraid/src.c
@@ -784,7 +784,7 @@ static int aac_src_restart_adapter(struct aac_dev *dev, int 
bled, u8 reset_type)
if (!is_ctrl_up)
dev_err(>pdev->dev, "IOP reset failed\n");
   

[PATCH][trivial] Kconfig: Fix typos in Kconfig

2017-09-24 Thread Masanari Iida
This patch fix some spelling typos found in Kconfig files.

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 arch/alpha/Kconfig| 2 +-
 arch/arc/Kconfig  | 6 +++---
 arch/arm/mach-bcm/Kconfig | 4 ++--
 arch/arm/plat-samsung/Kconfig | 2 +-
 arch/arm64/Kconfig| 2 +-
 arch/powerpc/platforms/Kconfig| 2 +-
 arch/unicore32/Kconfig| 2 +-
 arch/xtensa/Kconfig   | 2 +-
 drivers/net/ethernet/aquantia/Kconfig | 2 +-
 drivers/nfc/st-nci/Kconfig| 4 ++--
 drivers/nvdimm/Kconfig| 2 +-
 drivers/platform/x86/Kconfig  | 2 +-
 drivers/power/supply/Kconfig  | 2 +-
 drivers/scsi/Kconfig  | 2 +-
 fs/notify/fanotify/Kconfig| 2 +-
 15 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig
index 0e49d39ea74a..aa6b11957cd7 100644
--- a/arch/alpha/Kconfig
+++ b/arch/alpha/Kconfig
@@ -505,7 +505,7 @@ config ALPHA_QEMU
 
  Generic kernels will auto-detect QEMU.  But when building a
  system-specific kernel, the assumption is that we want to
- elimiate as many runtime tests as possible.
+ eliminate as many runtime tests as possible.
 
  If unsure, say N.
 
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index a598641eed98..eab4ba316a58 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -298,7 +298,7 @@ config ARC_MMU_V1
 config ARC_MMU_V2
bool "MMU v2"
help
- Fixed the deficiency of v1 - possible thrashing in memcpy sceanrio
+ Fixed the deficiency of v1 - possible thrashing in memcpy scenario
  when 2 D-TLB and 1 I-TLB entries index into same 2way set.
 
 config ARC_MMU_V3
@@ -371,7 +371,7 @@ config ARC_FPU_SAVE_RESTORE
bool "Enable FPU state persistence across context switch"
default n
help
- Double Precision Floating Point unit had dedictaed regs which
+ Double Precision Floating Point unit had dedicated regs which
  need to be saved/restored across context-switch.
  Note that ARC FPU is overly simplistic, unlike say x86, which has
  hardware pieces to allow software to conditionally save/restore,
@@ -467,7 +467,7 @@ config ARC_PLAT_NEEDS_PHYS_TO_DMA
bool
 
 config ARC_KVADDR_SIZE
-   int "Kernel Virtaul Address Space size (MB)"
+   int "Kernel Virtual Address Space size (MB)"
range 0 512
default "256"
help
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index 73be3d578851..0bb7e74e1d87 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -22,7 +22,7 @@ config ARCH_BCM_IPROC
help
  This enables support for systems based on Broadcom IPROC architected 
SoCs.
  The IPROC complex contains one or more ARM CPUs along with common
- core periperals. Application specific SoCs are created by adding a
+ core peripherals. Application specific SoCs are created by adding a
  uArchitecture containing peripherals outside of the IPROC complex.
  Currently supported SoCs are Cygnus.
 
@@ -69,7 +69,7 @@ config ARCH_BCM_5301X
 
  This is a network SoC line mostly used in home routers and
  wifi access points, it's internal name is Northstar.
- This inclused the following SoC: BCM53010, BCM53011, BCM53012,
+ This include the following SoC: BCM53010, BCM53011, BCM53012,
  BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707,
  BCM4708 and BCM4709.
 
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index e8229b9fee4a..8d4a64cc644c 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -278,7 +278,7 @@ config SAMSUNG_PM_CHECK_CHUNKSIZE
help
  Set the chunksize in Kilobytes of the CRC for checking memory
  corruption over suspend and resume. A smaller value will mean that
- the CRC data block will take more memory, but wil identify any
+ the CRC data block will take more memory, but will identify any
  faults with better precision.
 
  See 
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 0df64a6a56d4..416dbc637dc8 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -946,7 +946,7 @@ config ARM64_UAO
help
  User Access Override (UAO; part of the ARMv8.2 Extensions)
  causes the 'unprivileged' variant of the load/store instructions to
- be overriden to be privileged.
+ be overridden to be privileged.
 
  This option changes get_user() and friends to use the 'unprivileged'
  variant of the load/store instructions. This ensures that user-space
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig
index 4fd64d3f5c44..aac89f51d82

[PATCH][trivial] Kconfig: Fix typos in Kconfig

2017-09-24 Thread Masanari Iida
This patch fix some spelling typos found in Kconfig files.

Signed-off-by: Masanari Iida 
---
 arch/alpha/Kconfig| 2 +-
 arch/arc/Kconfig  | 6 +++---
 arch/arm/mach-bcm/Kconfig | 4 ++--
 arch/arm/plat-samsung/Kconfig | 2 +-
 arch/arm64/Kconfig| 2 +-
 arch/powerpc/platforms/Kconfig| 2 +-
 arch/unicore32/Kconfig| 2 +-
 arch/xtensa/Kconfig   | 2 +-
 drivers/net/ethernet/aquantia/Kconfig | 2 +-
 drivers/nfc/st-nci/Kconfig| 4 ++--
 drivers/nvdimm/Kconfig| 2 +-
 drivers/platform/x86/Kconfig  | 2 +-
 drivers/power/supply/Kconfig  | 2 +-
 drivers/scsi/Kconfig  | 2 +-
 fs/notify/fanotify/Kconfig| 2 +-
 15 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig
index 0e49d39ea74a..aa6b11957cd7 100644
--- a/arch/alpha/Kconfig
+++ b/arch/alpha/Kconfig
@@ -505,7 +505,7 @@ config ALPHA_QEMU
 
  Generic kernels will auto-detect QEMU.  But when building a
  system-specific kernel, the assumption is that we want to
- elimiate as many runtime tests as possible.
+ eliminate as many runtime tests as possible.
 
  If unsure, say N.
 
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index a598641eed98..eab4ba316a58 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -298,7 +298,7 @@ config ARC_MMU_V1
 config ARC_MMU_V2
bool "MMU v2"
help
- Fixed the deficiency of v1 - possible thrashing in memcpy sceanrio
+ Fixed the deficiency of v1 - possible thrashing in memcpy scenario
  when 2 D-TLB and 1 I-TLB entries index into same 2way set.
 
 config ARC_MMU_V3
@@ -371,7 +371,7 @@ config ARC_FPU_SAVE_RESTORE
bool "Enable FPU state persistence across context switch"
default n
help
- Double Precision Floating Point unit had dedictaed regs which
+ Double Precision Floating Point unit had dedicated regs which
  need to be saved/restored across context-switch.
  Note that ARC FPU is overly simplistic, unlike say x86, which has
  hardware pieces to allow software to conditionally save/restore,
@@ -467,7 +467,7 @@ config ARC_PLAT_NEEDS_PHYS_TO_DMA
bool
 
 config ARC_KVADDR_SIZE
-   int "Kernel Virtaul Address Space size (MB)"
+   int "Kernel Virtual Address Space size (MB)"
range 0 512
default "256"
help
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index 73be3d578851..0bb7e74e1d87 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -22,7 +22,7 @@ config ARCH_BCM_IPROC
help
  This enables support for systems based on Broadcom IPROC architected 
SoCs.
  The IPROC complex contains one or more ARM CPUs along with common
- core periperals. Application specific SoCs are created by adding a
+ core peripherals. Application specific SoCs are created by adding a
  uArchitecture containing peripherals outside of the IPROC complex.
  Currently supported SoCs are Cygnus.
 
@@ -69,7 +69,7 @@ config ARCH_BCM_5301X
 
  This is a network SoC line mostly used in home routers and
  wifi access points, it's internal name is Northstar.
- This inclused the following SoC: BCM53010, BCM53011, BCM53012,
+ This include the following SoC: BCM53010, BCM53011, BCM53012,
  BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707,
  BCM4708 and BCM4709.
 
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index e8229b9fee4a..8d4a64cc644c 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -278,7 +278,7 @@ config SAMSUNG_PM_CHECK_CHUNKSIZE
help
  Set the chunksize in Kilobytes of the CRC for checking memory
  corruption over suspend and resume. A smaller value will mean that
- the CRC data block will take more memory, but wil identify any
+ the CRC data block will take more memory, but will identify any
  faults with better precision.
 
  See 
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 0df64a6a56d4..416dbc637dc8 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -946,7 +946,7 @@ config ARM64_UAO
help
  User Access Override (UAO; part of the ARMv8.2 Extensions)
  causes the 'unprivileged' variant of the load/store instructions to
- be overriden to be privileged.
+ be overridden to be privileged.
 
  This option changes get_user() and friends to use the 'unprivileged'
  variant of the load/store instructions. This ensures that user-space
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig
index 4fd64d3f5c44..aac89f51d824 100644
--- a/arch/powe

[PATCH] ia64: Remove an extra parenthesis in time.c

2017-07-15 Thread Masanari Iida
This patch removes an extra parenthesis.
It was found by cppcheck.

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 arch/ia64/kernel/time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/ia64/kernel/time.c b/arch/ia64/kernel/time.c
index aa7be020a904..c954523d00fe 100644
--- a/arch/ia64/kernel/time.c
+++ b/arch/ia64/kernel/time.c
@@ -88,7 +88,7 @@ void vtime_flush(struct task_struct *tsk)
}
 
if (ti->softirq_time) {
-   delta = cycle_to_nsec(ti->softirq_time));
+   delta = cycle_to_nsec(ti->softirq_time);
account_system_index_time(tsk, delta, CPUTIME_SOFTIRQ);
}
 
-- 
2.14.0.rc0



[PATCH] ia64: Remove an extra parenthesis in time.c

2017-07-15 Thread Masanari Iida
This patch removes an extra parenthesis.
It was found by cppcheck.

Signed-off-by: Masanari Iida 
---
 arch/ia64/kernel/time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/ia64/kernel/time.c b/arch/ia64/kernel/time.c
index aa7be020a904..c954523d00fe 100644
--- a/arch/ia64/kernel/time.c
+++ b/arch/ia64/kernel/time.c
@@ -88,7 +88,7 @@ void vtime_flush(struct task_struct *tsk)
}
 
if (ti->softirq_time) {
-   delta = cycle_to_nsec(ti->softirq_time));
+   delta = cycle_to_nsec(ti->softirq_time);
account_system_index_time(tsk, delta, CPUTIME_SOFTIRQ);
}
 
-- 
2.14.0.rc0



[PATCH] [linux-next] x86/smpboot: Remove duplicate inclusion of asm/reammode.h

2017-03-13 Thread Masanari Iida
This patch remove duplicate asm/realmode.h in smpboot.c
Confirm successfully compile after remove the line.

Signed-off-by: Masanari Iida <standby2...@gmail.com>

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
# On branch smpboot-fix
# Changes to be committed:
#   modified:   arch/x86/kernel/smpboot.c
#
---
 arch/x86/kernel/smpboot.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index ca7386d04194..80ba0b2046fa 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -75,7 +75,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 /* Number of siblings per CPU package */
-- 
2.12.0



[PATCH] [linux-next] x86/smpboot: Remove duplicate inclusion of asm/reammode.h

2017-03-13 Thread Masanari Iida
This patch remove duplicate asm/realmode.h in smpboot.c
Confirm successfully compile after remove the line.

Signed-off-by: Masanari Iida 

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
# On branch smpboot-fix
# Changes to be committed:
#   modified:   arch/x86/kernel/smpboot.c
#
---
 arch/x86/kernel/smpboot.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index ca7386d04194..80ba0b2046fa 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -75,7 +75,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 /* Number of siblings per CPU package */
-- 
2.12.0



[PATCH] [linux-next] x86/process : Remove duplicate inclusion of linux/tick.h

2017-03-12 Thread Masanari Iida
This patch removes duplicate inclusion of linux/tick.h in process.c.
Confirm successfully kernel compile after remove the line.

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 arch/x86/kernel/process.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c
index f67591561711..5250f34180d7 100644
--- a/arch/x86/kernel/process.c
+++ b/arch/x86/kernel/process.c
@@ -20,7 +20,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
-- 
2.12.0



[PATCH] [linux-next] x86/process : Remove duplicate inclusion of linux/tick.h

2017-03-12 Thread Masanari Iida
This patch removes duplicate inclusion of linux/tick.h in process.c.
Confirm successfully kernel compile after remove the line.

Signed-off-by: Masanari Iida 
---
 arch/x86/kernel/process.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c
index f67591561711..5250f34180d7 100644
--- a/arch/x86/kernel/process.c
+++ b/arch/x86/kernel/process.c
@@ -20,7 +20,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
-- 
2.12.0



[PATCH] [linux-next][trivial] treewide: Fix typo in xml/driver-api/basics.xml

2017-03-07 Thread Masanari Iida
This patch fix spelling typos found in
Documentation/output/xml/driver-api/basics.xml.
It is because the xml file was generated from comments in source,
so I had to fix the comments.

Signed-off-by: Masanari Iida <standby2...@gmail.com>
---
 include/linux/sched.h | 2 +-
 kernel/sched/fair.c   | 2 +-
 kernel/time/hrtimer.c | 2 +-
 kernel/time/timer.c   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/linux/sched.h b/include/linux/sched.h
index d67eee84fd43..5ce85e861901 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -186,7 +186,7 @@ extern long io_schedule_timeout(long timeout);
 extern void io_schedule(void);
 
 /**
- * struct prev_cputime - snaphsot of system and user cputime
+ * struct prev_cputime - snapshot of system and user cputime
  * @utime: time spent in user mode
  * @stime: time spent in system mode
  * @lock: protects the above two fields
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index dea138964b91..3ae75f5a69fc 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -7597,7 +7597,7 @@ static inline void update_sd_lb_stats(struct lb_env *env, 
struct sd_lb_stats *sd
 
 /**
  * check_asym_packing - Check to see if the group is packed into the
- * sched doman.
+ * sched domain.
  *
  * This is primarily intended to used at the sibling level.  Some
  * cores like POWER7 prefer to use lower numbered SMT threads.  In the
diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c
index ec08f527d7ee..a7098f0737ed 100644
--- a/kernel/time/hrtimer.c
+++ b/kernel/time/hrtimer.c
@@ -987,7 +987,7 @@ EXPORT_SYMBOL_GPL(hrtimer_start_range_ns);
  * Returns:
  *  0 when the timer was not active
  *  1 when the timer was active
- * -1 when the timer is currently excuting the callback function and
+ * -1 when the timer is currently executing the callback function and
  *cannot be stopped
  */
 int hrtimer_try_to_cancel(struct hrtimer *timer)
diff --git a/kernel/time/timer.c b/kernel/time/timer.c
index 1dc0256bfb6e..17610d2ddab1 100644
--- a/kernel/time/timer.c
+++ b/kernel/time/timer.c
@@ -1120,7 +1120,7 @@ void add_timer_on(struct timer_list *timer, int cpu)
 EXPORT_SYMBOL_GPL(add_timer_on);
 
 /**
- * del_timer - deactive a timer.
+ * del_timer - deactivate a timer.
  * @timer: the timer to be deactivated
  *
  * del_timer() deactivates a timer - this works on both active and inactive
-- 
2.12.0



[PATCH] [linux-next][trivial] treewide: Fix typo in xml/driver-api/basics.xml

2017-03-07 Thread Masanari Iida
This patch fix spelling typos found in
Documentation/output/xml/driver-api/basics.xml.
It is because the xml file was generated from comments in source,
so I had to fix the comments.

Signed-off-by: Masanari Iida 
---
 include/linux/sched.h | 2 +-
 kernel/sched/fair.c   | 2 +-
 kernel/time/hrtimer.c | 2 +-
 kernel/time/timer.c   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/linux/sched.h b/include/linux/sched.h
index d67eee84fd43..5ce85e861901 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -186,7 +186,7 @@ extern long io_schedule_timeout(long timeout);
 extern void io_schedule(void);
 
 /**
- * struct prev_cputime - snaphsot of system and user cputime
+ * struct prev_cputime - snapshot of system and user cputime
  * @utime: time spent in user mode
  * @stime: time spent in system mode
  * @lock: protects the above two fields
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index dea138964b91..3ae75f5a69fc 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -7597,7 +7597,7 @@ static inline void update_sd_lb_stats(struct lb_env *env, 
struct sd_lb_stats *sd
 
 /**
  * check_asym_packing - Check to see if the group is packed into the
- * sched doman.
+ * sched domain.
  *
  * This is primarily intended to used at the sibling level.  Some
  * cores like POWER7 prefer to use lower numbered SMT threads.  In the
diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c
index ec08f527d7ee..a7098f0737ed 100644
--- a/kernel/time/hrtimer.c
+++ b/kernel/time/hrtimer.c
@@ -987,7 +987,7 @@ EXPORT_SYMBOL_GPL(hrtimer_start_range_ns);
  * Returns:
  *  0 when the timer was not active
  *  1 when the timer was active
- * -1 when the timer is currently excuting the callback function and
+ * -1 when the timer is currently executing the callback function and
  *cannot be stopped
  */
 int hrtimer_try_to_cancel(struct hrtimer *timer)
diff --git a/kernel/time/timer.c b/kernel/time/timer.c
index 1dc0256bfb6e..17610d2ddab1 100644
--- a/kernel/time/timer.c
+++ b/kernel/time/timer.c
@@ -1120,7 +1120,7 @@ void add_timer_on(struct timer_list *timer, int cpu)
 EXPORT_SYMBOL_GPL(add_timer_on);
 
 /**
- * del_timer - deactive a timer.
+ * del_timer - deactivate a timer.
  * @timer: the timer to be deactivated
  *
  * del_timer() deactivates a timer - this works on both active and inactive
-- 
2.12.0



[tip:x86/urgent] x86/intel_rdt: Remove duplicate inclusion of linux/cpu.h

2017-03-01 Thread tip-bot for Masanari Iida
Commit-ID:  e86a2d2d34e20289ae7d46692e16d43c3a785db9
Gitweb: http://git.kernel.org/tip/e86a2d2d34e20289ae7d46692e16d43c3a785db9
Author: Masanari Iida <standby2...@gmail.com>
AuthorDate: Mon, 27 Feb 2017 22:07:03 +0900
Committer:  Thomas Gleixner <t...@linutronix.de>
CommitDate: Wed, 1 Mar 2017 10:51:41 +0100

x86/intel_rdt: Remove duplicate inclusion of linux/cpu.h

Signed-off-by: Masanari Iida <standby2...@gmail.com>
Cc: fenghua...@intel.com
Link: http://lkml.kernel.org/r/20170227130703.26968-1-standby2...@gmail.com
Signed-off-by: Thomas Gleixner <t...@linutronix.de>

---
 arch/x86/kernel/cpu/intel_rdt_rdtgroup.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c 
b/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c
index 8af04af..759577d 100644
--- a/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c
+++ b/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c
@@ -27,7 +27,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 #include 


[tip:x86/urgent] x86/intel_rdt: Remove duplicate inclusion of linux/cpu.h

2017-03-01 Thread tip-bot for Masanari Iida
Commit-ID:  e86a2d2d34e20289ae7d46692e16d43c3a785db9
Gitweb: http://git.kernel.org/tip/e86a2d2d34e20289ae7d46692e16d43c3a785db9
Author: Masanari Iida 
AuthorDate: Mon, 27 Feb 2017 22:07:03 +0900
Committer:  Thomas Gleixner 
CommitDate: Wed, 1 Mar 2017 10:51:41 +0100

x86/intel_rdt: Remove duplicate inclusion of linux/cpu.h

Signed-off-by: Masanari Iida 
Cc: fenghua...@intel.com
Link: http://lkml.kernel.org/r/20170227130703.26968-1-standby2...@gmail.com
Signed-off-by: Thomas Gleixner 

---
 arch/x86/kernel/cpu/intel_rdt_rdtgroup.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c 
b/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c
index 8af04af..759577d 100644
--- a/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c
+++ b/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c
@@ -27,7 +27,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 #include 


[tip:x86/urgent] x86/vmware: Remove duplicate inclusion of asm/timer.h

2017-03-01 Thread tip-bot for Masanari Iida
Commit-ID:  aa5ec3f715d576353c7d8f4f8085634bd845b73f
Gitweb: http://git.kernel.org/tip/aa5ec3f715d576353c7d8f4f8085634bd845b73f
Author: Masanari Iida <standby2...@gmail.com>
AuthorDate: Mon, 27 Feb 2017 21:29:22 +0900
Committer:  Thomas Gleixner <t...@linutronix.de>
CommitDate: Wed, 1 Mar 2017 10:51:40 +0100

x86/vmware: Remove duplicate inclusion of asm/timer.h

Signed-off-by: Masanari Iida <standby2...@gmail.com>
Cc: akata...@vmware.com
Cc: virtualizat...@lists.linux-foundation.org
Link: http://lkml.kernel.org/r/20170227122922.26230-1-standby2...@gmail.com
Signed-off-by: Thomas Gleixner <t...@linutronix.de>

---
 arch/x86/kernel/cpu/vmware.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/cpu/vmware.c b/arch/x86/kernel/cpu/vmware.c
index 891f4da..22403a2 100644
--- a/arch/x86/kernel/cpu/vmware.c
+++ b/arch/x86/kernel/cpu/vmware.c
@@ -30,7 +30,6 @@
 #include 
 #include 
 #include 
-#include 
 
 #undef pr_fmt
 #define pr_fmt(fmt)"vmware: " fmt


[tip:x86/urgent] x86/vmware: Remove duplicate inclusion of asm/timer.h

2017-03-01 Thread tip-bot for Masanari Iida
Commit-ID:  aa5ec3f715d576353c7d8f4f8085634bd845b73f
Gitweb: http://git.kernel.org/tip/aa5ec3f715d576353c7d8f4f8085634bd845b73f
Author: Masanari Iida 
AuthorDate: Mon, 27 Feb 2017 21:29:22 +0900
Committer:  Thomas Gleixner 
CommitDate: Wed, 1 Mar 2017 10:51:40 +0100

x86/vmware: Remove duplicate inclusion of asm/timer.h

Signed-off-by: Masanari Iida 
Cc: akata...@vmware.com
Cc: virtualizat...@lists.linux-foundation.org
Link: http://lkml.kernel.org/r/20170227122922.26230-1-standby2...@gmail.com
Signed-off-by: Thomas Gleixner 

---
 arch/x86/kernel/cpu/vmware.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/cpu/vmware.c b/arch/x86/kernel/cpu/vmware.c
index 891f4da..22403a2 100644
--- a/arch/x86/kernel/cpu/vmware.c
+++ b/arch/x86/kernel/cpu/vmware.c
@@ -30,7 +30,6 @@
 #include 
 #include 
 #include 
-#include 
 
 #undef pr_fmt
 #define pr_fmt(fmt)"vmware: " fmt


  1   2   3   4   5   6   7   8   9   10   >