linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: networking: phy: Rephrase paragraph for clarity
@ 2020-02-23 17:46 Jonathan Neuschäfer
  2020-02-24  4:42 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2020-02-23 17:46 UTC (permalink / raw)
  To: linux-doc
  Cc: Jonathan Neuschäfer, Andrew Lunn, Florian Fainelli,
	Heiner Kallweit, Russell King, David S. Miller, Jakub Kicinski,
	Jonathan Corbet, netdev, linux-kernel

Let's make it a little easier to read.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 Documentation/networking/phy.rst | 5 +++--
 1 file 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::

--
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: networking: phy: Rephrase paragraph for clarity
  2020-02-23 17:46 [PATCH] docs: networking: phy: Rephrase paragraph for clarity Jonathan Neuschäfer
@ 2020-02-24  4:42 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-02-24  4:42 UTC (permalink / raw)
  To: j.neuschaefer
  Cc: linux-doc, andrew, f.fainelli, hkallweit1, linux, kuba, corbet,
	netdev, linux-kernel

From: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Date: Sun, 23 Feb 2020 18:46:31 +0100

> Let's make it a little easier to read.
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Applied, thank you.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-24  4:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-23 17:46 [PATCH] docs: networking: phy: Rephrase paragraph for clarity Jonathan Neuschäfer
2020-02-24  4:42 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).