aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/phy.rst
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2020-02-23 18:46:31 +0100
committerDavid S. Miller <davem@davemloft.net>2020-02-23 20:42:47 -0800
commit52df1e564eb0470b2ecd1481e457932f09f49f5d (patch)
tree01cf4faf52c47fddbe5481a7efef66f3cf87003e /Documentation/networking/phy.rst
parenttcp: fix TFO SYNACK undo to avoid double-timestamp-undo (diff)
downloadlinux-dev-52df1e564eb0470b2ecd1481e457932f09f49f5d.tar.xz
linux-dev-52df1e564eb0470b2ecd1481e457932f09f49f5d.zip
docs: networking: phy: Rephrase paragraph for clarity
Let's make it a little easier to read. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--Documentation/networking/phy.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/networking/phy.rst b/Documentation/networking/phy.rst
index 1e4735cc0553..256106054c8c 100644
--- a/Documentation/networking/phy.rst
+++ b/Documentation/networking/phy.rst
@@ -487,8 +487,9 @@ phy_register_fixup_for_id()::
The stubs set one of the two matching criteria, and set the other one to
match anything.
-When phy_register_fixup() or \*_for_uid()/\*_for_id() is called at module,
-unregister fixup and free allocate memory are required.
+When phy_register_fixup() or \*_for_uid()/\*_for_id() is called at module load
+time, the module needs to unregister the fixup and free allocated memory when
+it's unloaded.
Call one of following function before unloading module::