Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1374290 > unrolled thread
| Started by | Masanari Iida <standby24x7@gmail.com> |
|---|---|
| First post | 2016-04-08 17:10 +0200 |
| Last post | 2016-04-14 04:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] [linux-next] Doc: networking: Fix typo in dsa Masanari Iida <standby24x7@gmail.com> - 2016-04-08 17:10 +0200
Re: [PATCH] [linux-next] Doc: networking: Fix typo in dsa Andrew Lunn <andrew@lunn.ch> - 2016-04-08 17:20 +0200
Re: [PATCH] [linux-next] Doc: networking: Fix typo in dsa David Miller <davem@davemloft.net> - 2016-04-14 04:50 +0200
| From | Masanari Iida <standby24x7@gmail.com> |
|---|---|
| Date | 2016-04-08 17:10 +0200 |
| Subject | [PATCH] [linux-next] Doc: networking: Fix typo in dsa |
| Message-ID | <rlGcP-5Mb-33@gated-at.bofh.it> |
This patch fix typos in Documentation/networking/dsa. Signed-off-by: Masanari Iida <standby24x7@gmail.com> --- Documentation/networking/dsa/bcm_sf2.txt | 2 +- Documentation/networking/dsa/dsa.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/networking/dsa/bcm_sf2.txt b/Documentation/networking/dsa/bcm_sf2.txt index d999d0c1c5b8..eba3a2431e91 100644 --- a/Documentation/networking/dsa/bcm_sf2.txt +++ b/Documentation/networking/dsa/bcm_sf2.txt @@ -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 diff --git a/Documentation/networking/dsa/dsa.txt b/Documentation/networking/dsa/dsa.txt index 3b196c304b73..36f905d9c77c 100644 --- a/Documentation/networking/dsa/dsa.txt +++ b/Documentation/networking/dsa/dsa.txt @@ -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 -- 2.8.0
[toc] | [next] | [standalone]
| From | Andrew Lunn <andrew@lunn.ch> |
|---|---|
| Date | 2016-04-08 17:20 +0200 |
| Message-ID | <rlGmu-5Qa-19@gated-at.bofh.it> |
| In reply to | #1374290 |
On Sat, Apr 09, 2016 at 12:00:25AM +0900, Masanari Iida wrote: > This patch fix typos in Documentation/networking/dsa. > > Signed-off-by: Masanari Iida <standby24x7@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Thanks Andrew > --- > Documentation/networking/dsa/bcm_sf2.txt | 2 +- > Documentation/networking/dsa/dsa.txt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/networking/dsa/bcm_sf2.txt b/Documentation/networking/dsa/bcm_sf2.txt > index d999d0c1c5b8..eba3a2431e91 100644 > --- a/Documentation/networking/dsa/bcm_sf2.txt > +++ b/Documentation/networking/dsa/bcm_sf2.txt > @@ -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 > diff --git a/Documentation/networking/dsa/dsa.txt b/Documentation/networking/dsa/dsa.txt > index 3b196c304b73..36f905d9c77c 100644 > --- a/Documentation/networking/dsa/dsa.txt > +++ b/Documentation/networking/dsa/dsa.txt > @@ -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 > -- > 2.8.0 >
[toc] | [prev] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2016-04-14 04:50 +0200 |
| Message-ID | <rnFvY-30r-9@gated-at.bofh.it> |
| In reply to | #1374290 |
From: Masanari Iida <standby24x7@gmail.com> Date: Sat, 9 Apr 2016 00:00:25 +0900 > This patch fix typos in Documentation/networking/dsa. > > Signed-off-by: Masanari Iida <standby24x7@gmail.com> Applied.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web