aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2025-04-15 10:26:53 -0700
committerJakub Kicinski <kuba@kernel.org>2025-04-16 18:30:14 -0700
commit49593c298cf7f5dd360f029356bcbbcbff406d6f (patch)
tree9bf9d12481d2bfcf07a13411e61321d40124f6b7
parentnet: phy: mediatek: init val in .phy_led_polarity_set for AN7581 (diff)
downloadwireguard-linux-49593c298cf7f5dd360f029356bcbbcbff406d6f.tar.xz
wireguard-linux-49593c298cf7f5dd360f029356bcbbcbff406d6f.zip
docs: networking: clarify intended audience of netdevices.rst
The netdevices doc is dangerously broad. At least make it clear that it's intended for developers, not for users. Acked-by: Stanislav Fomichev <sdf@fomichev.me> Link: https://patch.msgid.link/20250415172653.811147-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--Documentation/networking/netdevices.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/netdevices.rst b/Documentation/networking/netdevices.rst
index f87bb55b4afe..77fe1f7b93be 100644
--- a/Documentation/networking/netdevices.rst
+++ b/Documentation/networking/netdevices.rst
@@ -8,7 +8,7 @@ Network Devices, the Kernel, and You!
Introduction
============
The following is a random collection of documentation regarding
-network devices.
+network devices. It is intended for driver developers.
struct net_device lifetime rules
================================