From: Doug Maxey <dwm@xxxxxxxxxxx> Clarify the statments in the kerneldoc header. Signed-off-by: Doug Maxey <dwm@xxxxxxxxxxx> --- drivers/scsi/qla4xxx/ql4_os.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c index f39eb5c..b14e63a 100644 --- a/drivers/scsi/qla4xxx/ql4_os.c +++ b/drivers/scsi/qla4xxx/ql4_os.c @@ -1110,11 +1110,9 @@ static void qla4xxx_do_dpc(void *data) * @pdev: pointer to pci_dev structure * @pci_device_id: pointer to pci_device entry * - * This routine will probe for Qlogic 4010 iSCSI host adapters. - * It returns the number of host adapters of a particular - * type that were found. It also initializes all data necessary for - * the driver. It is passed-in the host number, so that it - * knows where its first entry is in the scsi_hosts[] array. + * This routine will probe for Qlogic 40xx iSCSI host adapters. It + * returns zero if the device successfully configured. It also + * initializes all data necessary for the driver. **/ static int __devinit qla4xxx_probe_adapter(struct pci_dev *pdev, const struct pci_device_id *ent) - : 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