All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: fix scsi_device_lookup_by_target() 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.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: b/drivers/scsi/scsi.c
===================================================================
--- a/drivers/scsi/scsi.c
+++ b/drivers/scsi/scsi.c
@@ -1225,8 +1225,8 @@ EXPORT_SYMBOL(__scsi_device_lookup_by_ta
  * @starget:	SCSI target pointer
  * @lun:	SCSI Logical Unit Number
  *
- * Description: Looks up the scsi_device with the specified @channel, @id, @lun
- * for a given host.  The returned scsi_device has an additional reference that
+ * Description: Looks up the scsi_device with the specified @lun for a given
+ * @starget.  The returned scsi_device has an additional reference that
  * needs to be released with scsi_device_put once you're done with it.
  **/
 struct scsi_device *scsi_device_lookup_by_target(struct scsi_target *starget,

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

* Re: [PATCH] scsi: fix scsi_device_lookup_by_target() documentation
  2009-04-27 18:54 [PATCH] scsi: fix scsi_device_lookup_by_target() 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:16 Bartlomiej Zolnierkiewicz wrote:
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
> ---
>  drivers/scsi/scsi.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Index: b/drivers/scsi/scsi.c
> ===================================================================
> --- a/drivers/scsi/scsi.c
> +++ b/drivers/scsi/scsi.c
> @@ -1225,8 +1225,8 @@ EXPORT_SYMBOL(__scsi_device_lookup_by_ta
>   * @starget:	SCSI target pointer
>   * @lun:	SCSI Logical Unit Number
>   *
> - * Description: Looks up the scsi_device with the specified @channel, @id, @lun
> - * for a given host.  The returned scsi_device has an additional reference that
> + * Description: Looks up the scsi_device with the specified @lun for a given
> + * @starget.  The returned scsi_device has an additional reference that
>   * needs to be released with scsi_device_put once you're done with it.
>   **/
>  struct scsi_device *scsi_device_lookup_by_target(struct scsi_target *starget,

ping?

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

end of thread, other threads:[~2009-06-07 13:44 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: fix scsi_device_lookup_by_target() documentation Bartlomiej Zolnierkiewicz
2009-06-07 13:39 ` Bartlomiej Zolnierkiewicz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.