[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[PATCH] mm: Fix a warning while make xmldocs

2020-06-22 Thread Masanari Iida
m") 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 th

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[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

[PATCH] node: Fix warning while make xmldocs

2019-06-23 Thread Masanari Iida
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

[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

[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

[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

[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

[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

[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

[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

[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

[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-event

[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

[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

[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

[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

make xmldocs failed with error after 4.17 merge period

2018-04-05 Thread Masanari Iida
. Masanari Iida

make xmldocs failed with error after 4.17 merge period

2018-04-05 Thread Masanari Iida
. 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...@gma

[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/

[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/mt27

[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

[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/x

[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

[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 deletio

[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/

[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

[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

[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

[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

[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

[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

[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

[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

[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/fa

[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

[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/

[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

[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

[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

[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 c

[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

[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/

[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

[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

[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

[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/K

[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

[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_c

[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

[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_c

[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

[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/K

[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

[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 aa7be0

[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

[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 yo

[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

[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

[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

[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

[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

[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

[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

[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

[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

  1   2   3   4   5   6   7   8   9   10   >