docs: networkng: fix lists and table in sja1105
authorJakub Kicinski <kuba@kernel.org>
Wed, 10 Jun 2020 23:09:06 +0000 (16:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Jun 2020 23:39:09 +0000 (16:39 -0700)
commit934e36ec5e81b8bc079f3d7acd12beb16cad9531
treeb453ad5502a885a28187a40d03939bef12d0d673
parent58e898a07b9aa2de5eb2fdb9bfe1d0017682d340
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: a20bc43bfb2e ("docs: net: dsa: sja1105: document the best_effort_vlan_filtering option")
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/dsa/sja1105.rst