linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] switchdev: documentation: minor typo fixes
@ 2017-08-20 20:52 Chris Packham
  2017-08-21  2:49 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Packham @ 2017-08-20 20:52 UTC (permalink / raw)
  To: davem, netdev; +Cc: corbet, linux-doc, Chris Packham, linux-kernel

Two typos in switchdev.txt

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
 Documentation/networking/switchdev.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/switchdev.txt b/Documentation/networking/switchdev.txt
index 3e7b946dea27..5e40e1f68873 100644
--- a/Documentation/networking/switchdev.txt
+++ b/Documentation/networking/switchdev.txt
@@ -228,7 +228,7 @@ Learning on the device port should be enabled, as well as learning_sync:
 	bridge link set dev DEV learning on self
 	bridge link set dev DEV learning_sync on self
 
-Learning_sync attribute enables syncing of the learned/forgotton FDB entry to
+Learning_sync attribute enables syncing of the learned/forgotten FDB entry to
 the bridge's FDB.  It's possible, but not optimal, to enable learning on the
 device port and on the bridge port, and disable learning_sync.
 
@@ -245,7 +245,7 @@ the responsibility of the port driver/device to age out these entries.  If the
 port device supports ageing, when the FDB entry expires, it will notify the
 driver which in turn will notify the bridge with SWITCHDEV_FDB_DEL.  If the
 device does not support ageing, the driver can simulate ageing using a
-garbage collection timer to monitor FBD entries.  Expired entries will be
+garbage collection timer to monitor FDB entries.  Expired entries will be
 notified to the bridge using SWITCHDEV_FDB_DEL.  See rocker driver for
 example of driver running ageing timer.
 
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] switchdev: documentation: minor typo fixes
  2017-08-20 20:52 [PATCH] switchdev: documentation: minor typo fixes Chris Packham
@ 2017-08-21  2:49 ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2017-08-21  2:49 UTC (permalink / raw)
  To: chris.packham; +Cc: netdev, corbet, linux-doc, linux-kernel

From: Chris Packham <chris.packham@alliedtelesis.co.nz>
Date: Mon, 21 Aug 2017 08:52:54 +1200

> Two typos in switchdev.txt
> 
> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>

Applied.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] switchdev: documentation: minor typo fixes
  2017-08-18  1:34 Chris Packham
@ 2017-08-18 12:29 ` Jonathan Corbet
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2017-08-18 12:29 UTC (permalink / raw)
  To: Chris Packham; +Cc: linux-doc, linux-kernel

On Fri, 18 Aug 2017 13:34:35 +1200
Chris Packham <chris.packham@alliedtelesis.co.nz> wrote:

> Two typos in switchdev.txt

This looks good, but davem likes to take networking-related docs patches
through his tree.  Can I suggest resending with a copy to
netdev@vger.kernel.org?

Thanks,

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] switchdev: documentation: minor typo fixes
@ 2017-08-18  1:34 Chris Packham
  2017-08-18 12:29 ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Packham @ 2017-08-18  1:34 UTC (permalink / raw)
  To: corbet, linux-doc; +Cc: Chris Packham, linux-kernel

Two typos in switchdev.txt

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
 Documentation/networking/switchdev.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/switchdev.txt b/Documentation/networking/switchdev.txt
index 3e7b946dea27..5e40e1f68873 100644
--- a/Documentation/networking/switchdev.txt
+++ b/Documentation/networking/switchdev.txt
@@ -228,7 +228,7 @@ Learning on the device port should be enabled, as well as learning_sync:
 	bridge link set dev DEV learning on self
 	bridge link set dev DEV learning_sync on self
 
-Learning_sync attribute enables syncing of the learned/forgotton FDB entry to
+Learning_sync attribute enables syncing of the learned/forgotten FDB entry to
 the bridge's FDB.  It's possible, but not optimal, to enable learning on the
 device port and on the bridge port, and disable learning_sync.
 
@@ -245,7 +245,7 @@ the responsibility of the port driver/device to age out these entries.  If the
 port device supports ageing, when the FDB entry expires, it will notify the
 driver which in turn will notify the bridge with SWITCHDEV_FDB_DEL.  If the
 device does not support ageing, the driver can simulate ageing using a
-garbage collection timer to monitor FBD entries.  Expired entries will be
+garbage collection timer to monitor FDB entries.  Expired entries will be
 notified to the bridge using SWITCHDEV_FDB_DEL.  See rocker driver for
 example of driver running ageing timer.
 
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-21  2:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-20 20:52 [PATCH] switchdev: documentation: minor typo fixes Chris Packham
2017-08-21  2:49 ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2017-08-18  1:34 Chris Packham
2017-08-18 12:29 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).