X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fscsi%2Fscsi_host.h;h=5c58d594126a93bcb697e4c61b9a61c31aaa30b3;hb=c2778357234f84668eab5558b54ad28478439d0b;hp=5b79697a3a801dc7f11d7d46106d209d6be38e91;hpb=5dc2b89e124251662f580f4ba3c9f6195d1eaff6;p=powerpc.git diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h index 5b79697a3a..5c58d59412 100644 --- a/include/scsi/scsi_host.h +++ b/include/scsi/scsi_host.h @@ -133,9 +133,9 @@ struct scsi_host_template { * the done callback is invoked. * * This is called to inform the LLD to transfer - * cmd->request_bufflen bytes. The cmd->use_sg speciefies the + * scsi_bufflen(cmd) bytes. scsi_sg_count(cmd) speciefies the * number of scatterlist entried in the command and - * cmd->request_buffer contains the scatterlist. + * scsi_sglist(cmd) returns the scatterlist. * * return values: see queuecommand * @@ -580,7 +580,7 @@ struct Scsi_Host { * Used to assign serial numbers to the cmds. * Protected by the host lock. */ - unsigned long cmd_serial_number, cmd_pid; + unsigned long cmd_serial_number; unsigned active_mode:2; unsigned unchecked_isa_dma:1;