[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] 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 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] 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] net: netcp: Fix a typo in keystone-netcp.txt

2016-06-29 Thread Masanari Iida
This patch fix a spelling typo in keystone-netcp.txt Signed-off-by: Masanari Iida --- Documentation/devicetree/bindings/net/keystone-netcp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/keystone-netcp.txt b/Documentation/devicetree

[PATCH] [linux-next] rtlwifi: Fix typo in printk

2016-06-28 Thread Masanari Iida
This patch fix spelling typos found in drivers/net/wireless/realtek. Signed-off-by: Masanari Iida --- drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c | 2 +- drivers/net/wireless/realtek/rtlwifi/rtl8192c/phy_common.c | 2 +- drivers/net/wireless/realtek/rtlwifi/rtl8192ee/dm.c

[PATCH] [linux-next] Doc: networking: Fix typo in dsa

2016-04-08 Thread Masanari Iida
This patch fix typos in Documentation/networking/dsa. Signed-off-by: Masanari Iida --- Documentation/networking/dsa/bcm_sf2.txt | 2 +- Documentation/networking/dsa/dsa.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/networking/dsa/bcm_sf2.txt b

Re: [PATCH] mm: memcontrol: only manage socket pressure for CONFIG_INET

2016-01-21 Thread Masanari Iida
Hi, I hit this while I was testing 4.5-rc1 with randconfig during merger period. And now I noticed that it was fixed after Linus merged akpm branch. commit eae21770b4fed5597623aad0d618190fa60426ff Merge: e9f57eb 9f273c2 Author: Linus Torvalds Date: Thu Jan 21 12:32:08 2016 -0800 Merge bran

[PATCH] [linux-next] net: Fix typo in skb_fclone_busy

2015-12-12 Thread Masanari Iida
This patch fix a typo found within comment of skb_fclone_busy. Signed-off-by: Masanari Iida --- include/linux/skbuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 9b9b9ea..af4f6ac 100644 --- a/include/linux/skbuff.h

[PATCH] Doc: networking: 6lowpan: Fix typo in 6lowpan.txt

2015-11-17 Thread Masanari Iida
This patch fix spelling typos in 6lowpan.txt Signed-off-by: Masanari Iida --- Documentation/networking/6lowpan.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/networking/6lowpan.txt b/Documentation/networking/6lowpan.txt index a7dc7e9..2e5a939 100644

[PATCH] [net-next] net: Fix typo in 80211.xml

2015-10-19 Thread Masanari Iida
This patch fix spelling typos found in Documentation/ DocBook/80211.xml. It is because this file was generated from comments in source, so I had to fix comments in source files. Signed-off-by: Masanari Iida --- include/net/cfg80211.h | 2 +- include/net/mac80211.h | 6 +++--- net/mac80211

[PATCH] net-next: Fix warning while make xmldocs caused by skbuff.c

2015-08-24 Thread Masanari Iida
tion found for parameter 'len' .//net/core/skbuff.c:476: warning: Excess function parameter 'length' description in '__napi_alloc_skb' Signed-off-by: Masanari Iida --- net/core/skbuff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/cor

[PATCH] [trivial] net: ethernet: Fix double word "the the" in eth.c

2015-08-06 Thread Masanari Iida
ned-off-by: Masanari Iida --- net/ethernet/eth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ethernet/eth.c b/net/ethernet/eth.c index 77e0f0e..217127c 100644 --- a/net/ethernet/eth.c +++ b/net/ethernet/eth.c @@ -114,7 +114,7 @@ int eth_header(struct sk_buff *skb, struct

[PATCH] [trivial] net:wimax: Fix doucble word "the the" in networking.xml

2015-08-05 Thread Masanari Iida
This patch fix a double word "the the" in Documentation/DocBook/networking.xml and Documentation/DocBook/networking/API-Wimax-report-rfkill-sw.html. These files are generated from comment in source, so I had to fix the typo in net/wimax/io-rfkill.c Signed-off-by: Masanari Iida --- ne

[PATCH] Doc: z8530book: Fix typo in API-z8530-sync-txdma-open.html

2015-07-10 Thread Masanari Iida
This patch fix a spelling typo found in API-z8530-sync-txdma-open.html. It is because this file was generated from comment in source, I have to fix comment in source. Signed-off-by: Masanari Iida --- drivers/net/wan/z85230.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[PATCH] Doc: networking: Fix URL for wiki.wireshark.org in udplite.txt

2015-06-12 Thread Masanari Iida
This patch fix URL (http to https) for wiki.wireshark.org. Signed-off-by: Masanari Iida --- Documentation/networking/udplite.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/networking/udplite.txt b/Documentation/networking/udplite.txt index d727a38

[PATCH 2/2] net:wireless:treewide: Fix typo in drivers/net/wireless

2015-04-27 Thread Masanari Iida
This patch fix some spelling typo in drivers/net/wirless Signed-off-by: Masanari Iida --- drivers/net/wireless/mwifiex/tdls.c | 2 +- drivers/net/wireless/rtlwifi/rtl8192ee/fw.c | 2 +- drivers/net/wireless/rtlwifi/rtl8723be/fw.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions

[PATCH 1/2] net:treewide: Fix typo in drivers/net

2015-04-27 Thread Masanari Iida
This patch fix spelling typo in printk. Signed-off-by: Masanari Iida --- drivers/net/can/usb/kvaser_usb.c | 2 +- drivers/net/ethernet/8390/etherh.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/can/usb/kvaser_usb.c b/drivers/net/can/usb/kvaser_usb.c index

Re: make mandocs build failure with next-20150407

2015-04-15 Thread Masanari Iida
On Wed, Apr 8, 2015 at 7:41 AM, Jim Davis wrote: > DOCPROC Documentation/DocBook/80211.xml > Error(.//include/net/mac80211.h:329): Cannot parse enum! > Error(.//include/net/mac80211.h:367): Cannot parse enum! > Warning(.//include/net/mac80211.h:381): No description found for > parameter 'type' >