* [PATCH] net: phy: fix kernel-doc warnings
@ 2017-06-05 2:46 Randy Dunlap
2017-06-05 12:06 ` Andrew Lunn
2017-06-05 15:29 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2017-06-05 2:46 UTC (permalink / raw)
To: netdev@vger.kernel.org, David Miller; +Cc: Andrew Lunn, Florian Fainelli
From: Randy Dunlap <rdunlap@infradead.org>
Fix kernel-doc warnings (typo) in drivers/net/phy/phy.c:
..//drivers/net/phy/phy.c:259: warning: No description found for parameter 'features'
..//drivers/net/phy/phy.c:259: warning: Excess function parameter 'feature' description in 'phy_lookup_setting'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
drivers/net/phy/phy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx-412-rc4.orig/drivers/net/phy/phy.c
+++ lnx-412-rc4/drivers/net/phy/phy.c
@@ -241,7 +241,7 @@ static const struct phy_setting settings
* phy_lookup_setting - lookup a PHY setting
* @speed: speed to match
* @duplex: duplex to match
- * @feature: allowed link modes
+ * @features: allowed link modes
* @exact: an exact match is required
*
* Search the settings array for a setting that matches the speed and
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: phy: fix kernel-doc warnings
2017-06-05 2:46 [PATCH] net: phy: fix kernel-doc warnings Randy Dunlap
@ 2017-06-05 12:06 ` Andrew Lunn
2017-06-05 15:29 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2017-06-05 12:06 UTC (permalink / raw)
To: Randy Dunlap; +Cc: netdev@vger.kernel.org, David Miller, Florian Fainelli
On Sun, Jun 04, 2017 at 07:46:53PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Fix kernel-doc warnings (typo) in drivers/net/phy/phy.c:
>
> ..//drivers/net/phy/phy.c:259: warning: No description found for parameter 'features'
> ..//drivers/net/phy/phy.c:259: warning: Excess function parameter 'feature' description in 'phy_lookup_setting'
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: phy: fix kernel-doc warnings
2017-06-05 2:46 [PATCH] net: phy: fix kernel-doc warnings Randy Dunlap
2017-06-05 12:06 ` Andrew Lunn
@ 2017-06-05 15:29 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2017-06-05 15:29 UTC (permalink / raw)
To: rdunlap; +Cc: netdev, andrew, f.fainelli
From: Randy Dunlap <rdunlap@infradead.org>
Date: Sun, 4 Jun 2017 19:46:53 -0700
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Fix kernel-doc warnings (typo) in drivers/net/phy/phy.c:
>
> ..//drivers/net/phy/phy.c:259: warning: No description found for parameter 'features'
> ..//drivers/net/phy/phy.c:259: warning: Excess function parameter 'feature' description in 'phy_lookup_setting'
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Applied, thanks Randy.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-06-05 15:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-05 2:46 [PATCH] net: phy: fix kernel-doc warnings Randy Dunlap
2017-06-05 12:06 ` Andrew Lunn
2017-06-05 15:29 ` 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).