Commit 49593c29 authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

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: default avatarStanislav Fomichev <sdf@fomichev.me>
Link: https://patch.msgid.link/20250415172653.811147-1-kuba@kernel.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 00868d03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
================================