All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: net: dsa: Fix typo in config code sample
@ 2020-09-03  8:49 Paul Barker
  2020-09-03 14:21 ` Florian Fainelli
  2020-09-03 19:04 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Barker @ 2020-09-03  8:49 UTC (permalink / raw)
  To: Andrew Lunn, Vivien Didelot, Florian Fainelli, David S . Miller
  Cc: Paul Barker, netdev, linux-doc, trivial

In the "single port" example code for configuring a DSA switch without
tagging support from userspace the command to bring up the "lan2" link
was typo'd.

Signed-off-by: Paul Barker <pbarker@konsulko.com>
---
 Documentation/networking/dsa/configuration.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/dsa/configuration.rst b/Documentation/networking/dsa/configuration.rst
index af029b3ca2ab..11bd5e6108c0 100644
--- a/Documentation/networking/dsa/configuration.rst
+++ b/Documentation/networking/dsa/configuration.rst
@@ -180,7 +180,7 @@ The configuration can only be set up via VLAN tagging and bridge setup.
 
   # bring up the slave interfaces
   ip link set lan1 up
-  ip link set lan1 up
+  ip link set lan2 up
   ip link set lan3 up
 
   # create bridge
-- 
2.28.0


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

* Re: [PATCH] doc: net: dsa: Fix typo in config code sample
  2020-09-03  8:49 [PATCH] doc: net: dsa: Fix typo in config code sample Paul Barker
@ 2020-09-03 14:21 ` Florian Fainelli
  2020-09-03 19:04 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2020-09-03 14:21 UTC (permalink / raw)
  To: Paul Barker, Andrew Lunn, Vivien Didelot, David S . Miller
  Cc: netdev, linux-doc, trivial



On 9/3/2020 1:49 AM, Paul Barker wrote:
> In the "single port" example code for configuring a DSA switch without
> tagging support from userspace the command to bring up the "lan2" link
> was typo'd.
> 
> Signed-off-by: Paul Barker <pbarker@konsulko.com>

Acked-by: Florian Fainelli <f.fainelli@gmail.com>

Ah yes, thanks!
-- 
Florian

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

* Re: [PATCH] doc: net: dsa: Fix typo in config code sample
  2020-09-03  8:49 [PATCH] doc: net: dsa: Fix typo in config code sample Paul Barker
  2020-09-03 14:21 ` Florian Fainelli
@ 2020-09-03 19:04 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2020-09-03 19:04 UTC (permalink / raw)
  To: pbarker; +Cc: andrew, vivien.didelot, f.fainelli, netdev, linux-doc, trivial

From: Paul Barker <pbarker@konsulko.com>
Date: Thu,  3 Sep 2020 09:49:25 +0100

> In the "single port" example code for configuring a DSA switch without
> tagging support from userspace the command to bring up the "lan2" link
> was typo'd.
> 
> Signed-off-by: Paul Barker <pbarker@konsulko.com>

Applied, thank you.

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

end of thread, other threads:[~2020-09-03 19:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-03  8:49 [PATCH] doc: net: dsa: Fix typo in config code sample Paul Barker
2020-09-03 14:21 ` Florian Fainelli
2020-09-03 19:04 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.