Doc: networking: Fix typo in dsa
authorMasanari Iida <standby24x7@gmail.com>
Fri, 8 Apr 2016 15:00:25 +0000 (00:00 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Apr 2016 02:38:56 +0000 (22:38 -0400)
This patch fix typos in Documentation/networking/dsa.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/dsa/bcm_sf2.txt
Documentation/networking/dsa/dsa.txt

index d999d0c1c5b83a19b4406870c478810bfaf0a5f4..eba3a2431e914ffb787eaf08d96c16b405f94d51 100644 (file)
@@ -38,7 +38,7 @@ Implementation details
 ======================
 
 The driver is located in drivers/net/dsa/bcm_sf2.c and is implemented as a DSA
-driver; see Documentation/networking/dsa/dsa.txt for details on the subsytem
+driver; see Documentation/networking/dsa/dsa.txt for details on the subsystem
 and what it provides.
 
 The SF2 switch is configured to enable a Broadcom specific 4-bytes switch tag
index ba698c56919d2f3f8f94b29addcfc4d31e3c9603..631b0f7ae16fd6506a7e171d04f874b00c09da67 100644 (file)
@@ -334,7 +334,7 @@ more specifically with its VLAN filtering portion when configuring VLANs on top
 of per-port slave network devices. Since DSA primarily deals with
 MDIO-connected switches, although not exclusively, SWITCHDEV's
 prepare/abort/commit phases are often simplified into a prepare phase which
-checks whether the operation is supporte by the DSA switch driver, and a commit
+checks whether the operation is supported by the DSA switch driver, and a commit
 phase which applies the changes.
 
 As of today, the only SWITCHDEV objects supported by DSA are the FDB and VLAN
This page took 0.033437 seconds and 5 git commands to generate.