X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fscsi%2Fscsi.c;h=fecba05b4e7783da1c22402080c7ab0c6338504b;hb=42a10add852e6291a7544afd8a286622a3e6ae76;hp=b35d19472caa080a7a8614a8e211216b001e8f62;hpb=30b0c37b27485a9cb897bfe3824f6f517b8c80d6;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c index b35d194..fecba05 100644 --- a/drivers/scsi/scsi.c +++ b/drivers/scsi/scsi.c @@ -969,9 +969,10 @@ void starget_for_each_device(struct scsi_target *starget, void *data, EXPORT_SYMBOL(starget_for_each_device); /** - * __starget_for_each_device - helper to walk all devices of a target - * (UNLOCKED) + * __starget_for_each_device - helper to walk all devices of a target (UNLOCKED) * @starget: target whose devices we want to iterate over. + * @data: parameter for callback @fn() + * @fn: callback function that is invoked for each device * * This traverses over each device of @starget. It does _not_ * take a reference on the scsi_device, so the whole loop must be