diff options
Diffstat (limited to 'drivers/scsi/libiscsi_tcp.c')
| -rw-r--r-- | drivers/scsi/libiscsi_tcp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/scsi/libiscsi_tcp.c b/drivers/scsi/libiscsi_tcp.c index 369ef8f23b24..4fcb9e65be57 100644 --- a/drivers/scsi/libiscsi_tcp.c +++ b/drivers/scsi/libiscsi_tcp.c @@ -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, |