diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-05-01 16:44:49 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-01 21:24:42 +0200 |
commit | 7762f5c514dce027ad2a2031390c0c19c24547af (patch) | |
tree | d5e7b49ec20ad7cd516edee616837d16ad444064 /drivers/net/ethernet/neterion | |
parent | docs: networking: device drivers: convert microsoft/netvsc.txt to ReST (diff) | |
download | linux-7762f5c514dce027ad2a2031390c0c19c24547af.tar.xz linux-7762f5c514dce027ad2a2031390c0c19c24547af.zip |
docs: networking: device drivers: convert neterion/s2io.txt to ReST
- add SPDX header;
- add a document title;
- comment out text-only TOC from html/pdf output;
- mark code blocks and literals as such;
- adjust identation, whitespaces and blank lines where needed;
- 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/ethernet/neterion')
-rw-r--r-- | drivers/net/ethernet/neterion/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/neterion/Kconfig b/drivers/net/ethernet/neterion/Kconfig index 5e630f3a0189..c375ee08f6ea 100644 --- a/drivers/net/ethernet/neterion/Kconfig +++ b/drivers/net/ethernet/neterion/Kconfig @@ -27,7 +27,7 @@ config S2IO on its age. More specific information on configuring the driver is in - <file:Documentation/networking/device_drivers/neterion/s2io.txt>. + <file:Documentation/networking/device_drivers/neterion/s2io.rst>. To compile this driver as a module, choose M here. The module will be called s2io. |