[PATCH] ALSA: Fix spelling typo in Documentation/DocBook/alsa-driver-api.xml

2015-03-03 Thread Masanari Iida
This patch fix spelling typo found in alsa-driver-api.xml. It is because this file is generated from comments in source files, I have to fix source files. --- include/sound/compress_driver.h | 4 ++-- include/sound/control.h | 2 +- include/sound/soc.h | 2 +-

[PATCH] ALSA: Fix spelling typo in Documentation/DocBook/alsa-driver-api.xml

2015-03-03 Thread Masanari Iida
This patch fix spelling typo found in alsa-driver-api.xml. It is because this file is generated from comments in source files, I have to fix source files. --- include/sound/compress_driver.h | 4 ++-- include/sound/control.h | 2 +- include/sound/soc.h | 2 +-

[PATCH/v2] ALSA: Fix spelling typo in Documentation/DocBook/alsa-driver-api.xml

2015-03-03 Thread Masanari Iida
This patch fix spelling typo found in alsa-driver-api.xml. It is because this file is generated from comments in source files, I have to fix source files. Signed-off-by: Masanari Iida standby2...@gmail.com --- include/sound/compress_driver.h | 4 ++-- include/sound/control.h

[PATCH] fs:ocfs2: Fix typo in MODULE_DESCRIPTION in stackglue.c

2015-03-03 Thread Masanari Iida
This patch fix spelling typo in MODULE_DESCRIPTION within stackglue.c Signed-off-by: Masanari Iida standby2...@gmail.com --- fs/ocfs2/stackglue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ocfs2/stackglue.c b/fs/ocfs2/stackglue.c index 5d965e8..8e59bb3 100644 --- a/fs

[PATCH] drm: Fix warning with make xmldocs caused by drm_crtc.h

2015-02-28 Thread Masanari Iida
This patch fix following warning while make xmldocs. Warning(.//include/drm/drm_crtc.h:1016): Excess struct/union/enum/typedef member 'num_bridges' description in 'drm_mode_group' Signed-off-by: Masanari Iida --- include/drm/drm_crtc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include

[PATCH] drm: Fix warning with make xmldocs caused by drm_crtc.h

2015-02-28 Thread Masanari Iida
This patch fix following warning while make xmldocs. Warning(.//include/drm/drm_crtc.h:1016): Excess struct/union/enum/typedef member 'num_bridges' description in 'drm_mode_group' Signed-off-by: Masanari Iida standby2...@gmail.com --- include/drm/drm_crtc.h | 1 - 1 file changed, 1 deletion

[PATCH] [trivial] treewide: Fix typo in printk messages

2015-02-27 Thread Masanari Iida
This patch fix spelling typo in printk messages. Signed-off-by: Masanari Iida --- arch/arc/kernel/unwind.c | 2 +- arch/powerpc/kernel/prom.c| 2 +- arch/powerpc/platforms/85xx/p1022_rdk.c | 4 ++-- arch/x86/kernel/test_rodata.c

[PATCH] [trivial] treewide: Fix typo in printk messages

2015-02-27 Thread Masanari Iida
This patch fix spelling typo in printk messages. Signed-off-by: Masanari Iida standby2...@gmail.com --- arch/arc/kernel/unwind.c | 2 +- arch/powerpc/kernel/prom.c| 2 +- arch/powerpc/platforms/85xx/p1022_rdk.c | 4 ++-- arch/x86/kernel

[PATCH] doc:input : Fix typo in Documentations/input

2015-02-25 Thread Masanari Iida
This patch fix spelling typos in Documentations/input. Signed-off-by: Masanari Iida --- Documentation/input/alps.txt| 4 ++-- Documentation/input/event-codes.txt | 2 +- Documentation/input/gpio-tilt.txt | 2 +- Documentation/input/iforce-protocol.txt | 2 +- Documentation

[PATCH] doc:input : Fix typo in Documentations/input

2015-02-25 Thread Masanari Iida
This patch fix spelling typos in Documentations/input. Signed-off-by: Masanari Iida standby2...@gmail.com --- Documentation/input/alps.txt| 4 ++-- Documentation/input/event-codes.txt | 2 +- Documentation/input/gpio-tilt.txt | 2 +- Documentation/input/iforce-protocol.txt

[PATCH] unicore32: Remove unnecessary KERN_ERR in fpu-ucf64.c

2015-02-24 Thread Masanari Iida
This patch remove unnecessary KERN_ERR in fpu-ucf64.c. Signed-off-by: Masanari Iida --- arch/unicore32/kernel/fpu-ucf64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/unicore32/kernel/fpu-ucf64.c b/arch/unicore32/kernel/fpu-ucf64.c index 282a60a..a53343a 100644

[PATCH/RESEND] [trivial]treewide: Fix typo in printk messages

2015-02-24 Thread Masanari Iida
This patch fix spelling typo in printk messages. Signed-off-by: Masanari Iida Acked-by: Randy Dunlap --- arch/powerpc/perf/hv-24x7.c | 2 +- drivers/clk/samsung/clk.c| 2 +- drivers/gpu/drm/drm_atomic.c | 4 ++-- drivers/mfd/si476x-i2c.c

[PATCH/RESEND] [trivial]treewide: Fix typo in printk messages

2015-02-24 Thread Masanari Iida
This patch fix spelling typo in printk messages. Signed-off-by: Masanari Iida standby2...@gmail.com Acked-by: Randy Dunlap rdun...@infradead.org --- arch/powerpc/perf/hv-24x7.c | 2 +- drivers/clk/samsung/clk.c| 2 +- drivers/gpu/drm/drm_atomic.c | 4

[PATCH] unicore32: Remove unnecessary KERN_ERR in fpu-ucf64.c

2015-02-24 Thread Masanari Iida
This patch remove unnecessary KERN_ERR in fpu-ucf64.c. Signed-off-by: Masanari Iida standby2...@gmail.com --- arch/unicore32/kernel/fpu-ucf64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/unicore32/kernel/fpu-ucf64.c b/arch/unicore32/kernel/fpu-ucf64.c index

Re: make mandocs build failure with next-20150210

2015-02-15 Thread Masanari Iida
mmit 2cbf7fe2d5d3 ("i2o: move to staging") from >> > the staging tree. >> >> Yep - I sent GregKH a fix. > > You did? Did I apply it? I don't see it in my to-apply queue > anywhere... > > Care to resend? > This warning started to appear on

Re: make mandocs build failure with next-20150210

2015-02-15 Thread Masanari Iida
. You did? Did I apply it? I don't see it in my to-apply queue anywhere... Care to resend? This warning started to appear on Linus's tree, after staging pull request was merged. Regards, Masanari Iida -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

[PATCH] net/core: Fix warning while make xmldocs caused by dev.c

2015-02-14 Thread Masanari Iida
to appear after following patch was added into Linus's tree during merger period. commit 61bd3857ff2c7daf756d49b41e6277bbdaa8f789 net/core: Add event for a change in slave state Signed-off-by: Masanari Iida --- net/core/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core

[PATCH] net/core: Fix warning while make xmldocs caused by dev.c

2015-02-14 Thread Masanari Iida
to appear after following patch was added into Linus's tree during merger period. commit 61bd3857ff2c7daf756d49b41e6277bbdaa8f789 net/core: Add event for a change in slave state Signed-off-by: Masanari Iida standby2...@gmail.com --- net/core/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH] ARM: pxa: Fix typo in zeus.c

2015-01-30 Thread Masanari Iida
This patch fix a typo in struct platform_device can_regulator_device. Signed-off-by: Masanari Iida --- arch/arm/mach-pxa/zeus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-pxa/zeus.c b/arch/arm/mach-pxa/zeus.c index 205f9bf..ac2ae5c 100644 --- a/arch/arm

[PATCH] localedef.1: tfix

2015-01-30 Thread Masanari Iida
Signed-off-by: Masanari Iida --- man1/localedef.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man1/localedef.1 b/man1/localedef.1 index a7549d1..bb1e158 100644 --- a/man1/localedef.1 +++ b/man1/localedef.1 @@ -80,7 +80,7 @@ argument is interpreted as follows: If .I

[PATCH] localedef.1: tfix

2015-01-30 Thread Masanari Iida
Signed-off-by: Masanari Iida standby2...@gmail.com --- man1/localedef.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man1/localedef.1 b/man1/localedef.1 index a7549d1..bb1e158 100644 --- a/man1/localedef.1 +++ b/man1/localedef.1 @@ -80,7 +80,7 @@ argument is interpreted

[PATCH] ARM: pxa: Fix typo in zeus.c

2015-01-30 Thread Masanari Iida
This patch fix a typo in struct platform_device can_regulator_device. Signed-off-by: Masanari Iida standby2...@gmail.com --- arch/arm/mach-pxa/zeus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-pxa/zeus.c b/arch/arm/mach-pxa/zeus.c index 205f9bf..ac2ae5c

[PATCH] ASoc: Fix warning with make xmldocs caused by soc-devres.c

2015-01-27 Thread Masanari Iida
This patch fix warning while "make xmldocs". Warning(.//sound/soc/soc-devres.c:70): No description found for parameter 'platform_drv' Warning(.//sound/soc/soc-devres.c:70): Excess function parameter 'platform' description in 'devm_snd_soc_register_platform' Signed-off-by: Mas

[PATCH] ASoc: Fix warning with make xmldocs caused by soc-devres.c

2015-01-27 Thread Masanari Iida
This patch fix warning while make xmldocs. Warning(.//sound/soc/soc-devres.c:70): No description found for parameter 'platform_drv' Warning(.//sound/soc/soc-devres.c:70): Excess function parameter 'platform' description in 'devm_snd_soc_register_platform' Signed-off-by: Masanari Iida standby2

[PATCH] Doc: Add default behavior of panic parameter in kernel.txt

2015-01-23 Thread Masanari Iida
This patch adds default behavior of panic parameter in kernel.txt Signed-off-by: Masanari Iida --- Documentation/sysctl/kernel.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt index 75511ef..3cae2bd 100644

[PATCH] Doc: Add default behavior of panic parameter in kernel.txt

2015-01-23 Thread Masanari Iida
This patch adds default behavior of panic parameter in kernel.txt Signed-off-by: Masanari Iida standby2...@gmail.com --- Documentation/sysctl/kernel.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt index 75511ef..3cae2bd

[PATCH] [trivial] treewide: Fix typo in printk messages

2015-01-22 Thread Masanari Iida
This patch fix spelling typo in printk messages. Signed-off-by: Masanari Iida --- arch/powerpc/perf/hv-24x7.c | 2 +- drivers/clk/samsung/clk.c| 2 +- drivers/gpu/drm/drm_atomic.c | 4 ++-- drivers/gpu/drm/nouveau/core/engine

[PATCH] [trivial] treewide: Fix typo in printk messages

2015-01-22 Thread Masanari Iida
This patch fix spelling typo in printk messages. Signed-off-by: Masanari Iida standby2...@gmail.com --- arch/powerpc/perf/hv-24x7.c | 2 +- drivers/clk/samsung/clk.c| 2 +- drivers/gpu/drm/drm_atomic.c | 4 ++-- drivers/gpu/drm

[PATCH] openrisc: Remove unnecessary KERN_INFO in time.c

2015-01-15 Thread Masanari Iida
This patch remove unnecessary KERN_INFO in time.c Signed-off-by: Masanari Iida --- arch/openrisc/kernel/time.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/openrisc/kernel/time.c b/arch/openrisc/kernel/time.c index 7c52e94..3b50ffd 100644 --- a/arch

[PATCH] cris: Remove unnecessary KERN_INFO from sync_serial.c

2015-01-15 Thread Masanari Iida
This patch remove unnecessary KERN_INFO in sync_serial.c Signed-off-by: Masanari Iida --- arch/cris/arch-v32/drivers/sync_serial.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/cris/arch-v32/drivers/sync_serial.c b/arch/cris/arch-v32/drivers/sync_serial.c index

[PATCH] [trivial] ASoC: Fix typo in bt-sco.c

2015-01-15 Thread Masanari Iida
This patch fix spelling typo in bt-sco.c Signed-off-by: Masanari Iida --- sound/soc/codecs/bt-sco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/bt-sco.c b/sound/soc/codecs/bt-sco.c index 5075bf0..e7238b8 100644 --- a/sound/soc/codecs/bt-sco.c +++ b/sound

[PATCH][trivial] ALSA:hda - Fix typo in hda_controller.c

2015-01-15 Thread Masanari Iida
This patch fix spelling typo in hda_controller.c. Signed-off-by: Masanari Iida --- sound/pci/hda/hda_controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/pci/hda/hda_controller.c b/sound/pci/hda/hda_controller.c index 0cfc9c8..657b604 100644 --- a/sound/pci/hda

[PATCH] mac80211: Fix typo in mac80211.h

2015-01-15 Thread Masanari Iida
This patch fix spelling typo found in Documentation/DocBook/80211.xml. It is because this file was generated from comments in source, I had to fix in include/net/mac80211.h Signed-off-by: Masanari Iida --- include/net/mac80211.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH] openrisc: Remove unnecessary KERN_INFO in time.c

2015-01-15 Thread Masanari Iida
This patch remove unnecessary KERN_INFO in time.c Signed-off-by: Masanari Iida standby2...@gmail.com --- arch/openrisc/kernel/time.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/openrisc/kernel/time.c b/arch/openrisc/kernel/time.c index 7c52e94..3b50ffd

[PATCH][trivial] ALSA:hda - Fix typo in hda_controller.c

2015-01-15 Thread Masanari Iida
This patch fix spelling typo in hda_controller.c. Signed-off-by: Masanari Iida standby2...@gmail.com --- sound/pci/hda/hda_controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/pci/hda/hda_controller.c b/sound/pci/hda/hda_controller.c index 0cfc9c8..657b604

[PATCH] [trivial] ASoC: Fix typo in bt-sco.c

2015-01-15 Thread Masanari Iida
This patch fix spelling typo in bt-sco.c Signed-off-by: Masanari Iida standby2...@gmail.com --- sound/soc/codecs/bt-sco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/bt-sco.c b/sound/soc/codecs/bt-sco.c index 5075bf0..e7238b8 100644 --- a/sound/soc/codecs

[PATCH] mac80211: Fix typo in mac80211.h

2015-01-15 Thread Masanari Iida
This patch fix spelling typo found in Documentation/DocBook/80211.xml. It is because this file was generated from comments in source, I had to fix in include/net/mac80211.h Signed-off-by: Masanari Iida standby2...@gmail.com --- include/net/mac80211.h | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH] cris: Remove unnecessary KERN_INFO from sync_serial.c

2015-01-15 Thread Masanari Iida
This patch remove unnecessary KERN_INFO in sync_serial.c Signed-off-by: Masanari Iida standby2...@gmail.com --- arch/cris/arch-v32/drivers/sync_serial.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/cris/arch-v32/drivers/sync_serial.c b/arch/cris/arch-v32/drivers

[PATCH] IB/mlx4: Remove unnecessary KERN_WARNING

2015-01-09 Thread Masanari Iida
This patch remove unnecessary KERN_WARNING from pr_warn. Signed-off-by: Masanari Iida --- drivers/infiniband/hw/mlx4/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/mlx4/main.c b/drivers/infiniband/hw/mlx4/main.c index 57ecc5b..6e15136 100644

[PATCH] IB/mlx4: Remove unnecessary KERN_WARNING

2015-01-09 Thread Masanari Iida
This patch remove unnecessary KERN_WARNING from pr_warn. Signed-off-by: Masanari Iida standby2...@gmail.com --- drivers/infiniband/hw/mlx4/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/mlx4/main.c b/drivers/infiniband/hw/mlx4/main.c index

[PATCH] Documentation: devicetree: Fix double words in Doumentation/devicetree

2015-01-02 Thread Masanari Iida
This patch fix multiple words such as "the the" and "which which" in Documentation/devicetree. Signed-off-by: Masanari Iida --- Documentation/devicetree/bindings/arm/msm/timer.txt| 2 +- Documentation/devicetree/bindings/ata/cavium-compact-flash.txt | 2 +- Docu

[PATCH] Documentation: devicetree: Fix double words in Doumentation/devicetree

2015-01-02 Thread Masanari Iida
This patch fix multiple words such as the the and which which in Documentation/devicetree. Signed-off-by: Masanari Iida standby2...@gmail.com --- Documentation/devicetree/bindings/arm/msm/timer.txt| 2 +- Documentation/devicetree/bindings/ata/cavium-compact-flash.txt | 2

[PATCH] crypto: Remove unnecessary KERN_ERR in bfin_crc.c

2015-01-01 Thread Masanari Iida
This patch removes unnecessary KERN_ERR from bfin_crypto_crc_mod_init(). Signed-off-by: Masanari Iida --- drivers/crypto/bfin_crc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/bfin_crc.c b/drivers/crypto/bfin_crc.c index 9ae149b..33cf9eb 100644

[PATCH] Documentation: mm: Fix typo in vm.txt

2015-01-01 Thread Masanari Iida
This patch fix a spelling typo in Documentation/sysctl/vm.txt Signed-off-by: Masanari Iida --- Documentation/sysctl/vm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt index 4415aa9..de3afef 100644

[PATCH] Documentation: mm: Fix typo in vm.txt

2015-01-01 Thread Masanari Iida
This patch fix a spelling typo in Documentation/sysctl/vm.txt Signed-off-by: Masanari Iida standby2...@gmail.com --- Documentation/sysctl/vm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt index 4415aa9..de3afef

[PATCH] crypto: Remove unnecessary KERN_ERR in bfin_crc.c

2015-01-01 Thread Masanari Iida
This patch removes unnecessary KERN_ERR from bfin_crypto_crc_mod_init(). Signed-off-by: Masanari Iida standby2...@gmail.com --- drivers/crypto/bfin_crc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/bfin_crc.c b/drivers/crypto/bfin_crc.c index 9ae149b

[PATCH 1/2] adjtimex.2: Update return value of adjtimex

2014-12-24 Thread Masanari Iida
This patch update return value of adjtimex man page. Signed-off-by: Masanari Iida --- man2/adjtimex.2 | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/man2/adjtimex.2 b/man2/adjtimex.2 index eb3fda1..f2a8b8c 100644 --- a/man2/adjtimex.2 +++ b/man2/adjtimex.2

[PATCH 2/2] adjtimex.2: Update modes field of adjtimex

2014-12-24 Thread Masanari Iida
This patch update modes field of adjtimex man page. Signed-off-by: Masanari Iida --- man2/adjtimex.2 | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/man2/adjtimex.2 b/man2/adjtimex.2 index f2a8b8c..b4450e8 100644 --- a/man2/adjtimex.2 +++ b/man2/adjtimex.2 @@ -92,8

[PATCH 2/2] adjtimex.2: Update modes field of adjtimex

2014-12-24 Thread Masanari Iida
This patch update modes field of adjtimex man page. Signed-off-by: Masanari Iida standby2...@gmail.com --- man2/adjtimex.2 | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/man2/adjtimex.2 b/man2/adjtimex.2 index f2a8b8c..b4450e8 100644 --- a/man2/adjtimex.2 +++ b/man2

[PATCH 1/2] adjtimex.2: Update return value of adjtimex

2014-12-24 Thread Masanari Iida
This patch update return value of adjtimex man page. Signed-off-by: Masanari Iida standby2...@gmail.com --- man2/adjtimex.2 | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/man2/adjtimex.2 b/man2/adjtimex.2 index eb3fda1..f2a8b8c 100644 --- a/man2/adjtimex.2

[PATCH] [linux-next] sound: soc: Fix warning while make xmldocs caused by pcm_native.c

2014-11-11 Thread Masanari Iida
This patch fix following warning. Warning(.//sound/core/pcm_native.c:1112): Excess function parameter 'state' description in 'snd_pcm_stop_xrun' Signed-off-by: Masanari Iida --- sound/core/pcm_native.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/core/pcm_native.c b/sound/core

[PATCH] [linux-next] sound: soc: Fix warning while make htmldocs caused by soc-jack.c

2014-11-11 Thread Masanari Iida
This patch fix following errors while "make htmldocs" on linux-next-20141110. Warning(.//sound/soc/soc-jack.c:126): No description found for parameter 'zones' Warning(.//sound/soc/soc-jack.c:126): Excess function parameter 'zone' description in 'snd_soc_jack_add_zones' Signed-off-by

[PATCH] [linux-next] sound: soc: Fix warning while make htmldocs caused by soc-jack.c

2014-11-11 Thread Masanari Iida
This patch fix following errors while make htmldocs on linux-next-20141110. Warning(.//sound/soc/soc-jack.c:126): No description found for parameter 'zones' Warning(.//sound/soc/soc-jack.c:126): Excess function parameter 'zone' description in 'snd_soc_jack_add_zones' Signed-off-by: Masanari Iida

[PATCH] [linux-next] sound: soc: Fix warning while make xmldocs caused by pcm_native.c

2014-11-11 Thread Masanari Iida
This patch fix following warning. Warning(.//sound/core/pcm_native.c:1112): Excess function parameter 'state' description in 'snd_pcm_stop_xrun' Signed-off-by: Masanari Iida standby2...@gmail.com --- sound/core/pcm_native.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/core

[PATCH] Documentation: power: Fix typo in Documentation/power

2014-11-08 Thread Masanari Iida
This patch fix spelling typos found in Documentation/power. Signed-off-by: Masanari Iida --- Documentation/power/runtime_pm.txt | 6 +++--- Documentation/power/suspend-and-interrupts.txt | 2 +- Documentation/power/userland-swsusp.txt| 2 +- 3 files changed, 5 insertions

[PATCH] Documentation: power: Fix typo in Documentation/power

2014-11-08 Thread Masanari Iida
This patch fix spelling typos found in Documentation/power. Signed-off-by: Masanari Iida standby2...@gmail.com --- Documentation/power/runtime_pm.txt | 6 +++--- Documentation/power/suspend-and-interrupts.txt | 2 +- Documentation/power/userland-swsusp.txt| 2 +- 3 files

[PATCH/v2] Documentation: vm: Add 1GB large page support information

2014-11-06 Thread Masanari Iida
This patch adds 1GB large page support information in Documentation/vm/hugetlbpage.txt Reference: https://lkml.org/lkml/2014/10/31/366 Signed-off-by: Masanari Iida --- Documentation/vm/hugetlbpage.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/vm

[PATCH/v2] Documentation: vm: Add 1GB large page support information

2014-11-06 Thread Masanari Iida
This patch adds 1GB large page support information in Documentation/vm/hugetlbpage.txt Reference: https://lkml.org/lkml/2014/10/31/366 Signed-off-by: Masanari Iida standby2...@gmail.com --- Documentation/vm/hugetlbpage.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] Documentation: vm: Add 1GB large page support information

2014-11-05 Thread Masanari Iida
pe1gb flag exist). Masanari On Tue, Nov 4, 2014 at 3:18 AM, Dave Hansen wrote: > On 10/31/2014 09:01 AM, Masanari Iida wrote: >> --- a/Documentation/vm/hugetlbpage.txt >> +++ b/Documentation/vm/hugetlbpage.txt >> @@ -2,7 +2,8 @@ >> The intent of this file is to give a

[PATCH/v2] [trivial] treewide: Fix typo in printk and Kconfig

2014-11-05 Thread Masanari Iida
This patch fix spelling typo in printk and Kconfig within various part of kernel sources. Signed-off-by: Masanari Iida --- arch/mips/cavium-octeon/setup.c| 4 ++-- arch/mips/pci/pci-octeon.c | 2 +- arch/powerpc/kvm

[PATCH/v2] [trivial] treewide: Fix typo in printk and Kconfig

2014-11-05 Thread Masanari Iida
This patch fix spelling typo in printk and Kconfig within various part of kernel sources. Signed-off-by: Masanari Iida standby2...@gmail.com --- arch/mips/cavium-octeon/setup.c| 4 ++-- arch/mips/pci/pci-octeon.c | 2 +- arch

Re: [PATCH] Documentation: vm: Add 1GB large page support information

2014-11-05 Thread Masanari Iida
exist). Masanari On Tue, Nov 4, 2014 at 3:18 AM, Dave Hansen dave.han...@intel.com wrote: On 10/31/2014 09:01 AM, Masanari Iida wrote: --- a/Documentation/vm/hugetlbpage.txt +++ b/Documentation/vm/hugetlbpage.txt @@ -2,7 +2,8 @@ The intent of this file is to give a brief summary of hugetlbpage

[PATCH] [trivial] treewide: Fix typo in printk and Kconfig

2014-11-04 Thread Masanari Iida
This patch fix spelling typo in printk and Kconfig within various part of kernel sources. Signed-off-by: Masanari Iida --- arch/mips/cavium-octeon/setup.c| 4 ++-- arch/mips/pci/pci-octeon.c | 2 +- arch/powerpc/kvm

[PATCH] [trivial] treewide: Fix typo in printk and Kconfig

2014-11-04 Thread Masanari Iida
This patch fix spelling typo in printk and Kconfig within various part of kernel sources. Signed-off-by: Masanari Iida standby2...@gmail.com --- arch/mips/cavium-octeon/setup.c| 4 ++-- arch/mips/pci/pci-octeon.c | 2 +- arch

[PATCH] Documentation: vm: Add 1GB large page support information

2014-10-31 Thread Masanari Iida
This patch add 1GB large page support information on x86_64 architecture in Documentation/vm/hugetlbpage.txt. Signed-off-by: Masanari Iida --- Documentation/vm/hugetlbpage.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/vm/hugetlbpage.txt b/Documentation

[PATCH] Documentation: vm: Add 1GB large page support information

2014-10-31 Thread Masanari Iida
This patch add 1GB large page support information on x86_64 architecture in Documentation/vm/hugetlbpage.txt. Signed-off-by: Masanari Iida standby2...@gmail.com --- Documentation/vm/hugetlbpage.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/vm

[PATCH] drm: Fix warning caused by missing description in drm_modeset_lock.h

2014-10-30 Thread Masanari Iida
This patch fix following warning while "make xmldocs". Warning(.//include/drm/drm_modeset_lock.h:61): No description found for parameter 'trylock_only' Signed-off-by: Masanari Iida --- include/drm/drm_modeset_lock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/i

[PATCH] drm: Fix warning caused by missing description in drm_modeset_lock.h

2014-10-30 Thread Masanari Iida
This patch fix following warning while make xmldocs. Warning(.//include/drm/drm_modeset_lock.h:61): No description found for parameter 'trylock_only' Signed-off-by: Masanari Iida standby2...@gmail.com --- include/drm/drm_modeset_lock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include

[PATCH 0/2] Documenation: kmemleak: Add an explanation about CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y case.

2014-10-24 Thread Masanari Iida
Following 2 patches add an explanation about CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y case. Masanari Iida (2): Documentation: Add default kmemleak off case in kernel-parameters.txt Documentation: Add CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF case Documentation/kernel-parameters.txt | 2

[PATCH 2/2] Documentation: Add CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF case

2014-10-24 Thread Masanari Iida
This patch add a case with CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y. Signed-off-by: Masanari Iida --- Documentation/kmemleak.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/kmemleak.txt b/Documentation/kmemleak.txt index f4f033c..0f2bbd8 100644 --- a/Documentation

[PATCH 1/2] Documentation: Add default kmemleak off case in kernel-parameters.txt

2014-10-24 Thread Masanari Iida
Add missing explanation about CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y case. Signed-off-by: Masanari Iida --- Documentation/kernel-parameters.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 74339c5..f2ebc74

[PATCH 2/2] Documentation: Add CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF case

2014-10-24 Thread Masanari Iida
This patch add a case with CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y. Signed-off-by: Masanari Iida standby2...@gmail.com --- Documentation/kmemleak.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/kmemleak.txt b/Documentation/kmemleak.txt index f4f033c..0f2bbd8 100644

[PATCH 1/2] Documentation: Add default kmemleak off case in kernel-parameters.txt

2014-10-24 Thread Masanari Iida
Add missing explanation about CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y case. Signed-off-by: Masanari Iida standby2...@gmail.com --- Documentation/kernel-parameters.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt

[PATCH 0/2] Documenation: kmemleak: Add an explanation about CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y case.

2014-10-24 Thread Masanari Iida
Following 2 patches add an explanation about CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y case. Masanari Iida (2): Documentation: Add default kmemleak off case in kernel-parameters.txt Documentation: Add CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF case Documentation/kernel-parameters.txt | 2

[PATCH] gpu: drm: Fix warning caused by a parameter description in drm_crtc.c

2014-10-22 Thread Masanari Iida
This patch fix following error while "make xmldocs" Warning(.//drivers/gpu/drm/drm_crtc.c:778): Excess function parameter 'mode' description in 'drm_connector_get_cmdline_mode' Signed-off-by: Masanari Iida --- drivers/gpu/drm/drm_crtc.c | 1 - 1 file changed, 1 deletion(-)

[PATCH] watchdog: hpwdt: Fix initialization message in hpwdt.c

2014-10-22 Thread Masanari Iida
dump: ON (default = 0/OFF)<= This "default = 0/OFF" message may confuse users. Fix it as "default = 1/ON". Signed-off-by: Masanari Iida --- drivers/watchdog/hpwdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/hpwdt.c b/drivers

[PATCH] gpu: drm: Fix warning caused by a parameter description in drm_crtc.c

2014-10-22 Thread Masanari Iida
This patch fix following error while make xmldocs Warning(.//drivers/gpu/drm/drm_crtc.c:778): Excess function parameter 'mode' description in 'drm_connector_get_cmdline_mode' Signed-off-by: Masanari Iida standby2...@gmail.com --- drivers/gpu/drm/drm_crtc.c | 1 - 1 file changed, 1 deletion

[PATCH] watchdog: hpwdt: Fix initialization message in hpwdt.c

2014-10-22 Thread Masanari Iida
dump: ON (default = 0/OFF)= This default = 0/OFF message may confuse users. Fix it as default = 1/ON. Signed-off-by: Masanari Iida standby2...@gmail.com --- drivers/watchdog/hpwdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog

[PATCH] Documentation: Fix a typo in mailbox.txt

2014-10-21 Thread Masanari Iida
This patch fix a typo in Documentation/mailbox.txt "bool async" is defined in struct demo_client. Signed-off-by: Masanari Iida --- Documentation/mailbox.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/mailbox.txt b/Documentation/mailbox.txt ind

[PATCH] treewide: Fix typo in Documentation/DocBook/device-drivers

2014-10-21 Thread Masanari Iida
This patch fix speeling typo found in html files within Documentation/DocBook/device-drivers. It is because html files are generated from comments in source, so I have to fix comments in the source. Signed-off-by: Masanari Iida --- drivers/dma-buf/fence.c | 2 +- include/linux/fence.h | 4

[PATCH] treewide: Fix typo in Documentation/DocBook/device-drivers

2014-10-21 Thread Masanari Iida
This patch fix speeling typo found in html files within Documentation/DocBook/device-drivers. It is because html files are generated from comments in source, so I have to fix comments in the source. Signed-off-by: Masanari Iida standby2...@gmail.com --- drivers/dma-buf/fence.c | 2 +- include

[PATCH] Documentation: Fix a typo in mailbox.txt

2014-10-21 Thread Masanari Iida
This patch fix a typo in Documentation/mailbox.txt bool async is defined in struct demo_client. Signed-off-by: Masanari Iida standby2...@gmail.com --- Documentation/mailbox.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/mailbox.txt b/Documentation

[PATCH] gpu:drm: Fix typo in Documentation/DocBook/drm.xml

2014-10-20 Thread Masanari Iida
This patch fix spelling typos found in drm.xml. It is because the file is generated from comments in source codes, I have to fix the typos within source files. Signed-off-by: Masanari Iida --- drivers/gpu/drm/drm_crtc.c | 2 +- drivers/gpu/drm/drm_irq.c | 4

[PATCH] gpu:drm: Fix typo in Documentation/DocBook/drm.xml

2014-10-20 Thread Masanari Iida
This patch fix spelling typos found in drm.xml. It is because the file is generated from comments in source codes, I have to fix the typos within source files. Signed-off-by: Masanari Iida standby2...@gmail.com --- drivers/gpu/drm/drm_crtc.c | 2 +- drivers/gpu/drm/drm_irq.c

[PATCH] [trivial] treewide: Fix company name in module descriptions

2014-10-16 Thread Masanari Iida
This patch fix company name's spelling typo in module descriptions and a Kconfig. Signed-off-by: Masanari Iida --- drivers/clk/Kconfig | 2 +- drivers/gpio/gpio-spear-spics.c | 2 +- drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2

[PATCH] quota: Fix spelling typo in module description in quota_tree.c

2014-10-16 Thread Masanari Iida
This patch fix spelling typo in module description. "Quota trie support" should be "Quota tree support", since the file name is quota_tree.c Signed-off-by: Masanari Iida --- fs/quota/quota_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/quo

[PATCH] quota: Fix spelling typo in module description in quota_tree.c

2014-10-16 Thread Masanari Iida
This patch fix spelling typo in module description. Quota trie support should be Quota tree support, since the file name is quota_tree.c Signed-off-by: Masanari Iida standby2...@gmail.com --- fs/quota/quota_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/quota

[PATCH] [trivial] treewide: Fix company name in module descriptions

2014-10-16 Thread Masanari Iida
This patch fix company name's spelling typo in module descriptions and a Kconfig. Signed-off-by: Masanari Iida standby2...@gmail.com --- drivers/clk/Kconfig | 2 +- drivers/gpio/gpio-spear-spics.c | 2 +- drivers/net/ethernet/atheros/atl1c

[tip:perf/urgent] perf Documentation: Fix typos in perf/ Documentation

2014-10-15 Thread tip-bot for Masanari Iida
Commit-ID: 96355f2cfb61bb057df9bc0712cd7323dba28080 Gitweb: http://git.kernel.org/tip/96355f2cfb61bb057df9bc0712cd7323dba28080 Author: Masanari Iida AuthorDate: Wed, 10 Sep 2014 00:18:50 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 15 Oct 2014 17:39:02 -0300 perf

[tip:perf/urgent] perf Documentation: Fix typos in perf/ Documentation

2014-10-15 Thread tip-bot for Masanari Iida
Commit-ID: 96355f2cfb61bb057df9bc0712cd7323dba28080 Gitweb: http://git.kernel.org/tip/96355f2cfb61bb057df9bc0712cd7323dba28080 Author: Masanari Iida standby2...@gmail.com AuthorDate: Wed, 10 Sep 2014 00:18:50 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Wed, 15

[PATCH] net: Missing @ before descriptions cause make xmldocs warning

2014-10-08 Thread Masanari Iida
nus's tree during 3.18-rc1 merge period. commit 2e4e44107176d552f8bb1bb76053e850e3809841 net: add alloc_skb_with_frags() helper Signed-off-by: Masanari Iida --- net/core/skbuff.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net/core/skbuff.c b/net/core/skbuff.c ind

[PATCH] net: description of dma_cookie cause make xmldocs warning

2014-10-08 Thread Masanari Iida
escription in 'sk_buff' Remove description of dma_cookie fix the symptom. Signed-off-by: Masanari Iida --- include/linux/skbuff.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index a17ba08..9a86644 100644 --- a/include/linux/skbuff.h +++

[PATCH] net: description of dma_cookie cause make xmldocs warning

2014-10-08 Thread Masanari Iida
in 'sk_buff' Remove description of dma_cookie fix the symptom. Signed-off-by: Masanari Iida standby2...@gmail.com --- include/linux/skbuff.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index a17ba08..9a86644 100644 --- a/include/linux/skbuff.h

[PATCH] net: Missing @ before descriptions cause make xmldocs warning

2014-10-08 Thread Masanari Iida
during 3.18-rc1 merge period. commit 2e4e44107176d552f8bb1bb76053e850e3809841 net: add alloc_skb_with_frags() helper Signed-off-by: Masanari Iida standby2...@gmail.com --- net/core/skbuff.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net/core/skbuff.c b/net/core

[PATCH/v2] ARM: OMAP2: Remove unnecessary KERN_* in omap_phy_internal.c

2014-10-07 Thread Masanari Iida
This patch remove unnecessary KERN_INFO and KERN_ERR from omap_phy_internal.c. Add pr_fmt. Signed-off-by: Masanari Iida --- arch/arm/mach-omap2/omap_phy_internal.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/omap_phy_internal.c b/arch/arm

[PATCH/v2] ARM: OMAP2: Remove unnecessary KERN_* in omap_phy_internal.c

2014-10-07 Thread Masanari Iida
This patch remove unnecessary KERN_INFO and KERN_ERR from omap_phy_internal.c. Add pr_fmt. Signed-off-by: Masanari Iida standby2...@gmail.com --- arch/arm/mach-omap2/omap_phy_internal.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2

[PATCH] MIPS: rtlx: Remove unnecessary KERN_DEBUG in rtlx.c

2014-10-06 Thread Masanari Iida
This patch remove unnecessary KERNL_DEBUG in pr_debug() within rtlx.c. Signed-off-by: Masanari Iida --- arch/mips/kernel/rtlx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/mips/kernel/rtlx.c b/arch/mips/kernel/rtlx.c index 31b1b76..c5c4fd5 100644 --- a/arch/mips

[PATCH] kexec: Remove unnecessary KERN_ERR from kexec.c

2014-10-06 Thread Masanari Iida
This patch remove unnecessary KERN_ERR from pr_err() within kexec.c. Signed-off-by: Masanari Iida --- kernel/kexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/kexec.c b/kernel/kexec.c index 2abf9f6..9a8a01a 100644 --- a/kernel/kexec.c +++ b/kernel/kexec.c

[PATCH] ARM: OMAP2: Remove unnecessary KERN_* in omap_phy_internal.c

2014-10-06 Thread Masanari Iida
This patch remove unnecessary KERN_INFO and KERN_ERR from omap_phy_internal.c. Signed-off-by: Masanari Iida --- arch/arm/mach-omap2/omap_phy_internal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/omap_phy_internal.c b/arch/arm/mach-omap2

[PATCH] crypto: Remove unnecessary KERN_INFO from testmgr.c

2014-10-06 Thread Masanari Iida
This patch remove unncessary KERN_INFO from pr_info within testmgr.c Signed-off-by: Masanari Iida --- crypto/testmgr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 9459dfd..9d57e3f 100644 --- a/crypto/testmgr.c +++ b/crypto

<    1   2   3   4   5   6   7   8   9   10   >