diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-28 00:01:38 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-28 14:39:46 -0700 |
commit | 5b0d74b54c7f1cb9c65955df78dffe112e1959c1 (patch) | |
tree | d4d59c32cd77017d2db6abf8e941eca048062036 /drivers/net/wan | |
parent | 62502dff2c5012c19727bd992b0101a816095f1e (diff) | |
download | lwn-5b0d74b54c7f1cb9c65955df78dffe112e1959c1.tar.gz lwn-5b0d74b54c7f1cb9c65955df78dffe112e1959c1.zip |
docs: networking: convert framerelay.txt to ReST
- add SPDX header;
- add a document title;
- adjust identation, whitespaces and blank lines;
- add to networking/index.rst.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wan')
-rw-r--r-- | drivers/net/wan/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wan/Kconfig b/drivers/net/wan/Kconfig index dbc0e3f7a3e2..3e21726c36e8 100644 --- a/drivers/net/wan/Kconfig +++ b/drivers/net/wan/Kconfig @@ -336,7 +336,7 @@ config DLCI To use frame relay, you need supporting hardware (called FRAD) and certain programs from the net-tools package as explained in - <file:Documentation/networking/framerelay.txt>. + <file:Documentation/networking/framerelay.rst>. To compile this driver as a module, choose M here: the module will be called dlci. @@ -361,7 +361,7 @@ config SDLA These are multi-protocol cards, but only Frame Relay is supported by the driver at this time. Please read - <file:Documentation/networking/framerelay.txt>. + <file:Documentation/networking/framerelay.rst>. To compile this driver as a module, choose M here: the module will be called sdla. |