2018-07-12 16:07:23

by Masanari Iida

[permalink] [raw]
Subject: [PATCH] bonding: Fix a typo in bonxing.txt

This patch fixes a spelling typo in bonding.txt

Signed-off-by: Masanari Iida <[email protected]>
---
Documentation/networking/bonding.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/bonding.txt b/Documentation/networking/bonding.txt
index c13214d073a4..d3e5dd26db12 100644
--- a/Documentation/networking/bonding.txt
+++ b/Documentation/networking/bonding.txt
@@ -1490,7 +1490,7 @@ To remove an ARP target:

To configure the interval between learning packet transmits:
# echo 12 > /sys/class/net/bond0/bonding/lp_interval
- NOTE: the lp_inteval is the number of seconds between instances where
+ NOTE: the lp_interval is the number of seconds between instances where
the bonding driver sends learning packets to each slaves peer switch. The
default interval is 1 second.

--
2.18.0.96.ged843436dd49



2018-07-12 16:10:52

by Fabio Estevam

[permalink] [raw]
Subject: Re: [PATCH] bonding: Fix a typo in bonxing.txt

On Thu, Jul 12, 2018 at 1:05 PM, Masanari Iida <[email protected]> wrote:
> This patch fixes a spelling typo in bonding.txt

There is a typo in the subject too: s/ bonxing/bonding/

2018-07-12 17:23:56

by Masanari Iida

[permalink] [raw]
Subject: [PATCH/v2] bonding: Fix a typo in bonding.txt

This patch fixes a spelling typo in bonding.txt

Signed-off-by: Masanari Iida <[email protected]>
---
Documentation/networking/bonding.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/bonding.txt b/Documentation/networking/bonding.txt
index c13214d073a4..d3e5dd26db12 100644
--- a/Documentation/networking/bonding.txt
+++ b/Documentation/networking/bonding.txt
@@ -1490,7 +1490,7 @@ To remove an ARP target:

To configure the interval between learning packet transmits:
# echo 12 > /sys/class/net/bond0/bonding/lp_interval
- NOTE: the lp_inteval is the number of seconds between instances where
+ NOTE: the lp_interval is the number of seconds between instances where
the bonding driver sends learning packets to each slaves peer switch. The
default interval is 1 second.

--
2.18.0.96.ged843436dd49


2018-07-16 20:33:51

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] bonding: Fix a typo in bonxing.txt

From: Masanari Iida <[email protected]>
Date: Fri, 13 Jul 2018 01:05:17 +0900

> This patch fixes a spelling typo in bonding.txt
>
> Signed-off-by: Masanari Iida <[email protected]>

Applied with Subject typo fixed.