* [PATCH] phy: fix kernel-doc notation
@ 2008-04-28 17:58 Randy.Dunlap
2008-04-28 18:35 ` Andy Fleming
2008-04-29 5:59 ` Jeff Garzik
0 siblings, 2 replies; 3+ messages in thread
From: Randy.Dunlap @ 2008-04-28 17:58 UTC (permalink / raw)
To: netdev; +Cc: jgarzik
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix kernel-doc warning:
Warning(linux-2.6.25-git11//drivers/net/phy/phy_device.c:275): No description found for parameter 'bus_id'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
drivers/net/phy/phy_device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.25-git11.orig/drivers/net/phy/phy_device.c
+++ linux-2.6.25-git11/drivers/net/phy/phy_device.c
@@ -256,7 +256,7 @@ void phy_prepare_link(struct phy_device
/**
* phy_connect - connect an ethernet device to a PHY device
* @dev: the network device to connect
- * @phy_id: the PHY device to connect
+ * @bus_id: the id string of the PHY device to connect
* @handler: callback function for state change notifications
* @flags: PHY device's dev_flags
* @interface: PHY device's interface
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] phy: fix kernel-doc notation
2008-04-28 17:58 [PATCH] phy: fix kernel-doc notation Randy.Dunlap
@ 2008-04-28 18:35 ` Andy Fleming
2008-04-29 5:59 ` Jeff Garzik
1 sibling, 0 replies; 3+ messages in thread
From: Andy Fleming @ 2008-04-28 18:35 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: netdev, jgarzik
On Apr 28, 2008, at 12:58, Randy.Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Fix kernel-doc warning:
> Warning(linux-2.6.25-git11//drivers/net/phy/phy_device.c:275): No
> description found for parameter 'bus_id'
>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Andy Fleming <afleming@freescale.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] phy: fix kernel-doc notation
2008-04-28 17:58 [PATCH] phy: fix kernel-doc notation Randy.Dunlap
2008-04-28 18:35 ` Andy Fleming
@ 2008-04-29 5:59 ` Jeff Garzik
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2008-04-29 5:59 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: netdev
Randy.Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Fix kernel-doc warning:
> Warning(linux-2.6.25-git11//drivers/net/phy/phy_device.c:275): No description found for parameter 'bus_id'
>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> ---
> drivers/net/phy/phy_device.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-2.6.25-git11.orig/drivers/net/phy/phy_device.c
> +++ linux-2.6.25-git11/drivers/net/phy/phy_device.c
> @@ -256,7 +256,7 @@ void phy_prepare_link(struct phy_device
> /**
> * phy_connect - connect an ethernet device to a PHY device
> * @dev: the network device to connect
> - * @phy_id: the PHY device to connect
> + * @bus_id: the id string of the PHY device to connect
> * @handler: callback function for state change notifications
> * @flags: PHY device's dev_flags
> * @interface: PHY device's interface
applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-04-29 5:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-28 17:58 [PATCH] phy: fix kernel-doc notation Randy.Dunlap
2008-04-28 18:35 ` Andy Fleming
2008-04-29 5:59 ` Jeff Garzik
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).