diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2021-03-17 20:44:56 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-17 22:34:34 +0300 |
commit | 8794be45cd456089b0582b7e72c686baa9d6f9b7 (patch) | |
tree | 41dc79b2803ea708e786bed6b2a7a101f84c4bdc /Documentation | |
parent | 6b38c57198366a86dd73fb250db5dfcbdc45763f (diff) | |
download | linux-8794be45cd456089b0582b7e72c686baa9d6f9b7.tar.xz |
Documentation: networking: dsa: add missing new line in devlink section
"make htmldocs" produces these warnings:
Documentation/networking/dsa/dsa.rst:468: WARNING: Unexpected indentation.
Documentation/networking/dsa/dsa.rst:477: WARNING: Block quote ends without a blank line; unexpected unindent.
Fixes: 8411abbcad8e ("Documentation: networking: dsa: mention integration with devlink")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/dsa/dsa.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/networking/dsa/dsa.rst b/Documentation/networking/dsa/dsa.rst index 69040e11ee5e..8688009514cc 100644 --- a/Documentation/networking/dsa/dsa.rst +++ b/Documentation/networking/dsa/dsa.rst @@ -464,6 +464,7 @@ For each devlink device, every physical port (i.e. user ports, CPU ports, DSA links or unused ports) is exposed as a devlink port. DSA drivers can make use of the following devlink features: + - Regions: debugging feature which allows user space to dump driver-defined areas of hardware information in a low-level, binary format. Both global regions as well as per-port regions are supported. It is possible to export |