Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jonathan Neuschäfer and committed by
David S. Miller
52df1e56 dad8cea7

+3 -2
+3 -2
Documentation/networking/phy.rst
··· 487 487 The stubs set one of the two matching criteria, and set the other one to 488 488 match anything. 489 489 490 - When phy_register_fixup() or \*_for_uid()/\*_for_id() is called at module, 491 - unregister fixup and free allocate memory are required. 490 + When phy_register_fixup() or \*_for_uid()/\*_for_id() is called at module load 491 + time, the module needs to unregister the fixup and free allocated memory when 492 + it's unloaded. 492 493 493 494 Call one of following function before unloading module:: 494 495