diff options
Diffstat (limited to 'drivers/scsi/ipr.c')
| -rw-r--r-- | drivers/scsi/ipr.c | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c index e451102b9a29..30c30a1db5b1 100644 --- a/drivers/scsi/ipr.c +++ b/drivers/scsi/ipr.c @@ -5321,7 +5321,7 @@ static int ipr_sata_reset(struct ata_link *link, unsigned int *classes,  }  /** - * ipr_eh_dev_reset - Reset the device + * __ipr_eh_dev_reset - Reset the device   * @scsi_cmd:	scsi command struct   *   * This function issues a device reset to the affected device. @@ -5583,7 +5583,7 @@ static int ipr_cancel_op(struct scsi_cmnd *scsi_cmd)  }  /** - * ipr_eh_abort - Abort a single op + * ipr_scan_finished - Report whether scan is done   * @shost:           scsi host struct   * @elapsed_time:    elapsed time   * @@ -5606,7 +5606,7 @@ static int ipr_scan_finished(struct Scsi_Host *shost, unsigned long elapsed_time  }  /** - * ipr_eh_host_reset - Reset the host adapter + * ipr_eh_abort - Reset the host adapter   * @scsi_cmd:	scsi command struct   *   * Return value: @@ -6715,7 +6715,7 @@ static int ipr_ioctl(struct scsi_device *sdev, unsigned int cmd,  }  /** - * ipr_info - Get information about the card/driver + * ipr_ioa_info - Get information about the card/driver   * @host:	scsi host struct   *   * Return value: | 
