diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-28 01:01:43 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-29 00:39:46 +0300 |
commit | 3c3a2fde4d88bb3d6c0592b4b7754f26dab9f697 (patch) | |
tree | fd43214de740e58c07c2f6c63e4707adbdb4f309 /Documentation | |
parent | 81baecb6f6dc507f1b565e711b5193cdbb3fa939 (diff) | |
download | linux-3c3a2fde4d88bb3d6c0592b4b7754f26dab9f697.tar.xz |
docs: networking: convert hinic.txt to ReST
Not much to be done here:
- add SPDX header;
- adjust titles and chapters, adding proper markups;
- 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 'Documentation')
-rw-r--r-- | Documentation/networking/hinic.rst (renamed from Documentation/networking/hinic.txt) | 5 | ||||
-rw-r--r-- | Documentation/networking/index.rst | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/networking/hinic.txt b/Documentation/networking/hinic.rst index 989366a4039c..867ac8f4e04a 100644 --- a/Documentation/networking/hinic.txt +++ b/Documentation/networking/hinic.rst @@ -1,3 +1,6 @@ +.. SPDX-License-Identifier: GPL-2.0 + +============================================================ Linux Kernel Driver for Huawei Intelligent NIC(HiNIC) family ============================================================ @@ -110,7 +113,7 @@ hinic_dev - de/constructs the Logical Tx and Rx Queues. (hinic_main.c, hinic_dev.h) -Miscellaneous: +Miscellaneous ============= Common functions that are used by HW and Logical Device. diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index b29a08d1f941..5a7889df1375 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -63,6 +63,7 @@ Contents: generic_netlink gen_stats gtp + hinic .. only:: subproject and html |