diff options
author | Mauro Carvalho Chehab <[email protected]> | 2020-04-28 00:01:41 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-04-28 14:39:46 -0700 |
commit | 8c498935585680284e5f3e5294d3c901b7c89d57 (patch) | |
tree | d9b870c61dfeb51a29bc2f6ee0673d1b61f15bd1 /net/core | |
parent | 110662503de20f21ab22cf409753124d0977a339 (diff) |
docs: networking: convert gen_stats.txt to ReST
- add SPDX header;
- mark code blocks and literals as such;
- mark tables as such;
- mark lists as such;
- adjust identation, whitespaces and blank lines;
- add to networking/index.rst.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/gen_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/gen_stats.c b/net/core/gen_stats.c index 1d653fbfcf52..e491b083b348 100644 --- a/net/core/gen_stats.c +++ b/net/core/gen_stats.c @@ -6,7 +6,7 @@ * Jamal Hadi Salim * Alexey Kuznetsov, <[email protected]> * - * See Documentation/networking/gen_stats.txt + * See Documentation/networking/gen_stats.rst */ #include <linux/types.h> |