diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-30 18:04:13 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-30 12:56:37 -0700 |
commit | c1e4535f24bcfeef55a7ed409a5f50548e284426 (patch) | |
tree | 4b46c1ebe78b0b5a28cb082aec882ac36f6b6b23 /net/Kconfig | |
parent | 6e94eaaa400d66f13e25e071926047ef2e3d21e3 (diff) | |
download | linux-stable-c1e4535f24bcfeef55a7ed409a5f50548e284426.tar.gz linux-stable-c1e4535f24bcfeef55a7ed409a5f50548e284426.tar.bz2 linux-stable-c1e4535f24bcfeef55a7ed409a5f50548e284426.zip |
docs: networking: convert pktgen.txt to ReST
- add SPDX header;
- adjust title markup;
- use bold markups on a few places;
- 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 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig index 8b1f85820a6b..c5ba2d180c43 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -344,7 +344,7 @@ config NET_PKTGEN what was just said, you don't need it: say N. Documentation on how to use the packet generator can be found - at <file:Documentation/networking/pktgen.txt>. + at <file:Documentation/networking/pktgen.rst>. To compile this code as a module, choose M here: the module will be called pktgen. |