Message ID | 970a11887c8007cc02fbb99f6890c36616be286e.1588261997.git.mchehab+huawei@kernel.org |
---|---|
State | New |
Headers | show |
Series | [01/37] docs: networking: convert l2tp.txt to ReST | expand |
diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index 89b02fbfc2eb..be65ee509669 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -108,6 +108,7 @@ Contents: switchdev tc-actions-env-rules tcp-thin + team .. only:: subproject and html diff --git a/Documentation/networking/team.txt b/Documentation/networking/team.rst similarity index 67% rename from Documentation/networking/team.txt rename to Documentation/networking/team.rst index 5a013686b9ea..0a7f3a059586 100644 --- a/Documentation/networking/team.txt +++ b/Documentation/networking/team.rst @@ -1,2 +1,8 @@ +.. SPDX-License-Identifier: GPL-2.0 + +==== +Team +==== + Team devices are driven from userspace via libteam library which is here: https://github.com/jpirko/libteam
Not much to be done here: - add SPDX header; - add a document title; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> --- Documentation/networking/index.rst | 1 + Documentation/networking/{team.txt => team.rst} | 6 ++++++ 2 files changed, 7 insertions(+) rename Documentation/networking/{team.txt => team.rst} (67%)