Skip to content

Commit 934e36e

Browse files
kuba-moodavem330
authored andcommitted
docs: networkng: fix lists and table in sja1105
We need an empty line before list stats, otherwise first point will be smooshed into the paragraph. Inside tables text must start at the same offset in the cell, otherwise sphinx thinks it's a new indented block. Documentation/networking/dsa/sja1105.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/networking/dsa/sja1105.rst:112: WARNING: Definition list ends without a blank line; unexpected unindent. Documentation/networking/dsa/sja1105.rst:245: WARNING: Unexpected indentation. Documentation/networking/dsa/sja1105.rst:246: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/networking/dsa/sja1105.rst:253: WARNING: Unexpected indentation. Documentation/networking/dsa/sja1105.rst:254: WARNING: Block quote ends without a blank line; unexpected unindent. Fixes: a20bc43 ("docs: net: dsa: sja1105: document the best_effort_vlan_filtering option") Signed-off-by: Jakub Kicinski <[email protected]> Acked-by: Vladimir Oltean <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 58e898a commit 934e36e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Documentation/networking/dsa/sja1105.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ the switch net devices:
103103
+-------------+-----------+--------------+------------+
104104
| | Mode 1 | Mode 2 | Mode 3 |
105105
+=============+===========+==============+============+
106-
| Regular | Yes | No | Yes |
106+
| Regular | Yes | No | Yes |
107107
| traffic | | (use master) | |
108108
+-------------+-----------+--------------+------------+
109109
| Management | Yes | Yes | Yes |
110-
| traffic | | | |
110+
| traffic | | | |
111111
| (BPDU, PTP) | | | |
112112
+-------------+-----------+--------------+------------+
113113

@@ -241,6 +241,7 @@ switch.
241241

242242
In this case, SJA1105 switch 1 consumes a total of 11 retagging entries, as
243243
follows:
244+
244245
- 8 retagging entries for VLANs 1 and 100 installed on its user ports
245246
(``sw1p0`` - ``sw1p3``)
246247
- 3 retagging entries for VLAN 100 installed on the user ports of SJA1105
@@ -249,6 +250,7 @@ follows:
249250
reverse retagging.
250251

251252
SJA1105 switch 2 also consumes 11 retagging entries, but organized as follows:
253+
252254
- 7 retagging entries for the bridge VLANs on its user ports (``sw2p0`` -
253255
``sw2p3``).
254256
- 4 retagging entries for VLAN 100 installed on the user ports of SJA1105

0 commit comments

Comments
 (0)