projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00868d0
)
docs: networking: clarify intended audience of netdevices.rst
author
Jakub Kicinski
<kuba@kernel.org>
Tue, 15 Apr 2025 17:26:53 +0000
(10:26 -0700)
committer
Jakub Kicinski
<kuba@kernel.org>
Thu, 17 Apr 2025 01:30:14 +0000
(18:30 -0700)
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>
Documentation/networking/netdevices.rst
patch
|
blob
|
history
diff --git
a/Documentation/networking/netdevices.rst
b/Documentation/networking/netdevices.rst
index
f87bb55
..
77fe1f7
100644
(file)
--- 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
================================