commit | f64a181d898e0518d5ae90c4870069510de977e1 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Oct 31 18:32:08 2005 +0100 |
committer | James Bottomley <jejb@mulgrave.(none)> | Wed Nov 09 15:48:20 2005 -0500 |
tree | f7ef817d9bd1804e59220f70d97c2ae6f5f7a2f5 | |
parent | 0a04137e75204e370dbdf2376033853eea126de7 [diff] [blame] |
[SCSI] remove Scsi_Device typedef Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
diff --git a/Documentation/scsi/scsi_mid_low_api.txt b/Documentation/scsi/scsi_mid_low_api.txt index 096a540..66565d4 100644 --- a/Documentation/scsi/scsi_mid_low_api.txt +++ b/Documentation/scsi/scsi_mid_low_api.txt
@@ -718,7 +718,7 @@ * * Defined in: drivers/scsi/scsi.c . **/ -int scsi_track_queue_full(Scsi_Device *sdev, int depth) +int scsi_track_queue_full(struct scsi_device *sdev, int depth) /**