linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi_error: fix scsi_eh_restore_cmnd() documentation
@ 2009-04-27 18:54 Bartlomiej Zolnierkiewicz
  2009-06-07 13:39 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2009-04-27 18:54 UTC (permalink / raw)
  To: James Bottomley; +Cc: linux-scsi


Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
 drivers/scsi/scsi_error.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: b/drivers/scsi/scsi_error.c
===================================================================
--- a/drivers/scsi/scsi_error.c
+++ b/drivers/scsi/scsi_error.c
@@ -641,9 +641,9 @@ EXPORT_SYMBOL(scsi_eh_prep_cmnd);
 /**
  * scsi_eh_restore_cmnd  - Restore a scsi command info as part of error recory
  * @scmd:       SCSI command structure to restore
- * @ses:        saved information from a coresponding call to scsi_prep_eh_cmnd
+ * @ses:        saved information from a coresponding call to scsi_eh_prep_cmnd
  *
- * Undo any damage done by above scsi_prep_eh_cmnd().
+ * Undo any damage done by above scsi_eh_prep_cmnd().
  */
 void scsi_eh_restore_cmnd(struct scsi_cmnd* scmd, struct scsi_eh_save *ses)
 {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] scsi_error: fix scsi_eh_restore_cmnd() documentation
  2009-04-27 18:54 [PATCH] scsi_error: fix scsi_eh_restore_cmnd() documentation Bartlomiej Zolnierkiewicz
@ 2009-06-07 13:39 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2009-06-07 13:39 UTC (permalink / raw)
  To: James Bottomley; +Cc: linux-scsi

On Monday 27 April 2009 20:54:22 Bartlomiej Zolnierkiewicz wrote:
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
> ---
>  drivers/scsi/scsi_error.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Index: b/drivers/scsi/scsi_error.c
> ===================================================================
> --- a/drivers/scsi/scsi_error.c
> +++ b/drivers/scsi/scsi_error.c
> @@ -641,9 +641,9 @@ EXPORT_SYMBOL(scsi_eh_prep_cmnd);
>  /**
>   * scsi_eh_restore_cmnd  - Restore a scsi command info as part of error recory
>   * @scmd:       SCSI command structure to restore
> - * @ses:        saved information from a coresponding call to scsi_prep_eh_cmnd
> + * @ses:        saved information from a coresponding call to scsi_eh_prep_cmnd
>   *
> - * Undo any damage done by above scsi_prep_eh_cmnd().
> + * Undo any damage done by above scsi_eh_prep_cmnd().
>   */
>  void scsi_eh_restore_cmnd(struct scsi_cmnd* scmd, struct scsi_eh_save *ses)
>  {

ping?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-07 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-27 18:54 [PATCH] scsi_error: fix scsi_eh_restore_cmnd() documentation Bartlomiej Zolnierkiewicz
2009-06-07 13:39 ` Bartlomiej Zolnierkiewicz

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).