On 12/29/2014 06:40 PM, Randy Dunlap wrote: > From: Randy Dunlap <[email protected]> > > Fix kernel-doc warning in scsi_error.c: > > Warning(..//drivers/scsi/scsi_error.c:887): No description found for > parameter 'hostt' > > Fixes: 883a030f989a17b81167f3a181cf93d741fa98b4 > (scsi: document scsi_try_to_abort_cmd) > > Signed-off-by: Randy Dunlap <[email protected]> > Cc: Hannes Reinecke <[email protected]> > --- > drivers/scsi/scsi_error.c | 1 + > 1 file changed, 1 insertion(+) > > --- lnx-319-rc2.orig/drivers/scsi/scsi_error.c > +++ lnx-319-rc2/drivers/scsi/scsi_error.c > @@ -868,6 +868,7 @@ static int scsi_try_bus_device_reset(str > > /** > * scsi_try_to_abort_cmd - Ask host to abort a SCSI command > + * @hostt: SCSI driver host template > * @scmd: SCSI cmd used to send a target reset > * > * Return value: > Reviewed-by: Hannes Reinecke <[email protected]>
Cheers, Hannes -- Dr. Hannes Reinecke zSeries & Storage [email protected] +49 911 74053 688 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

