Skip to content

Commit

Permalink
docs: networking: phy: Rephrase paragraph for clarity
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Neuschäfer authored and David S. Miller committed Feb 24, 2020
1 parent dad8cea commit 52df1e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/networking/phy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 52df1e5

Please sign in to comment.