From: Rob Landley <rob@xxxxxxxxxxx> Update kerneldoc comments in drivers/scsi/scsi_transport_sas.c Signed-off-by: Rob Landley <rob@xxxxxxxxxxx> --- drivers/scsi/scsi_transport_sas.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff -r a868e8217782 drivers/scsi/scsi_transport_sas.c --- a/drivers/scsi/scsi_transport_sas.c Mon Oct 22 19:40:02 2007 -0700 +++ b/drivers/scsi/scsi_transport_sas.c Fri Oct 26 22:44:43 2007 -0500 @@ -1309,6 +1309,7 @@ static void sas_rphy_initialize(struct s /** * sas_end_device_alloc - allocate an rphy for an end device + * @parent: which port * * Allocates an SAS remote PHY structure, connected to @parent. * @@ -1345,6 +1346,8 @@ EXPORT_SYMBOL(sas_end_device_alloc); /** * sas_expander_alloc - allocate an rphy for an end device + * @parent: which port + * @type: SAS_EDGE_EXPANDER_DEVICE or SAS_FANOUT_EXPANDER_DEVICE * * Allocates an SAS remote PHY structure, connected to @parent. * @@ -1431,7 +1434,7 @@ EXPORT_SYMBOL(sas_rphy_add); /** * sas_rphy_free -- free a SAS remote PHY - * @rphy SAS remote PHY to free + * @rphy: SAS remote PHY to free * * Frees the specified SAS remote PHY. * -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson. - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html