summaryrefslogtreecommitdiffstats
path: root/Documentation/networking/phy.rst
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-10 08:12:46 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-10 08:12:46 +0100
commit8e567ed9e244f6af2ecfd22a7204612ec361d334 (patch)
treebf558612f56dcdd862ead3fefd1aa5abaac15688 /Documentation/networking/phy.rst
parent6701adfa9693bd20b89f2cce57754ced2c18ed3b (diff)
parent2c523b344dfa65a3738e7039832044aa133c75fb (diff)
downloadlinux-8e567ed9e244f6af2ecfd22a7204612ec361d334.tar.gz
linux-8e567ed9e244f6af2ecfd22a7204612ec361d334.tar.bz2
linux-8e567ed9e244f6af2ecfd22a7204612ec361d334.zip
Merge 5.6-rc5 into usb-next
We need the USB fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/networking/phy.rst')
-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::