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>
pull/1112/head
Jakub Kicinski 2025-04-15 10:26:53 -07:00
parent 00868d0348
commit 49593c298c
1 changed files with 1 additions and 1 deletions

View File

@ -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
================================