scsi: core: remove Scsi_Cmnd typedef
[linux-2.6-block.git] / drivers / scsi / libiscsi_tcp.c
index 369ef8f23b24db2cd5bd327d553aa632557f251f..4fcb9e65be5785d1f8324e0d9b594ef8214d7673 100644 (file)
@@ -695,7 +695,7 @@ iscsi_tcp_hdr_dissect(struct iscsi_conn *conn, struct iscsi_hdr *hdr)
                        struct scsi_data_buffer *sdb = scsi_in(task->sc);
 
                        /*
-                        * Setup copy of Data-In into the Scsi_Cmnd
+                        * Setup copy of Data-In into the struct scsi_cmnd
                         * Scatterlist case:
                         * We set up the iscsi_segment to point to the next
                         * scatterlist entry to copy to. As we go along,