aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/switchdev.txt
diff options
context:
space:
mode:
authorScott Feldman <sfeldma@gmail.com>2015-06-03 20:43:41 -0700
committerDavid S. Miller <davem@davemloft.net>2015-06-03 23:47:23 -0700
commitd290f1fc7092814ee0e14b80ad09b06af7bd3484 (patch)
tree038ef46ce01bd2fb4d4c75b2e7beca4473998906 /Documentation/networking/switchdev.txt
parentswitchdev: documentation: fix longer-than-80-char lines (diff)
downloadlinux-dev-d290f1fc7092814ee0e14b80ad09b06af7bd3484.tar.xz
linux-dev-d290f1fc7092814ee0e14b80ad09b06af7bd3484.zip
switchdev: documentation: fix grammer error
Signed-off-by: Scott Feldman <sfeldma@gmail.com> Acked-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/switchdev.txt')
-rw-r--r--Documentation/networking/switchdev.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/switchdev.txt b/Documentation/networking/switchdev.txt
index 5061d6e12e2f..0554b68e1fab 100644
--- a/Documentation/networking/switchdev.txt
+++ b/Documentation/networking/switchdev.txt
@@ -142,7 +142,7 @@ The port netdevs representing the physical switch ports can be organized into
higher-level switching constructs. The default construct is a standalone
router port, used to offload L3 forwarding. Two or more ports can be bonded
together to form a LAG. Two or more ports (or LAGs) can be bridged to bridge
-to L2 networks. VLANs can be applied to sub-divide L2 networks. L2-over-L3
+L2 networks. VLANs can be applied to sub-divide L2 networks. L2-over-L3
tunnels can be built on ports. These constructs are built using standard Linux
tools such as the bridge driver, the bonding/team drivers, and netlink-based
tools such as iproute2.