From: Jonathan Neuschäfer Date: Sun, 23 Feb 2020 17:46:31 +0000 (+0100) Subject: docs: networking: phy: Rephrase paragraph for clarity X-Git-Tag: v5.15~4403^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52df1e564eb0470b2ecd1481e457932f09f49f5d;p=platform%2Fkernel%2Flinux-starfive.git docs: networking: phy: Rephrase paragraph for clarity Let's make it a little easier to read. Signed-off-by: Jonathan Neuschäfer Signed-off-by: David S. Miller --- diff --git a/Documentation/networking/phy.rst b/Documentation/networking/phy.rst index 1e4735c..2561060 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::