diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-03-30 06:25:05 +0200 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2022-03-31 10:49:39 +0200 |
commit | 8df0136376dc9227a45fd6a1420016f58792b5d0 (patch) | |
tree | 10c3903569325844021e570b53b11531f473171c /Documentation/bpf/bpf_devel_QA.rst | |
parent | docs: netdev: broaden the new vs old code formatting guidelines (diff) | |
download | linux-8df0136376dc9227a45fd6a1420016f58792b5d0.tar.xz linux-8df0136376dc9227a45fd6a1420016f58792b5d0.zip |
docs: netdev: move the netdev-FAQ to the process pages
The documentation for the tip tree is really in quite a similar
spirit to the netdev-FAQ. Move the netdev-FAQ to the process docs
as well.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'Documentation/bpf/bpf_devel_QA.rst')
-rw-r--r-- | Documentation/bpf/bpf_devel_QA.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/bpf/bpf_devel_QA.rst b/Documentation/bpf/bpf_devel_QA.rst index 253496af8fef..761474bd7fe6 100644 --- a/Documentation/bpf/bpf_devel_QA.rst +++ b/Documentation/bpf/bpf_devel_QA.rst @@ -658,7 +658,7 @@ when: .. Links .. _Documentation/process/: https://www.kernel.org/doc/html/latest/process/ -.. _netdev-FAQ: ../networking/netdev-FAQ.rst +.. _netdev-FAQ: Documentation/process/maintainer-netdev.rst .. _selftests: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/testing/selftests/bpf/ .. _Documentation/dev-tools/kselftest.rst: |