X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=include%2Fscsi%2Fscsi_cmnd.h;fp=include%2Fscsi%2Fscsi_cmnd.h;h=29ac40cf1aaeebebd61432de478ecb0c155d72a3;hp=7958a604f979dd91e879434d033dafb8dceebb03;hb=5ae17501bc62a49b0b193dcce003f16375f16654;hpb=5f7cf82c1d7373fcf9e1062f5654efd5fa2b9211 diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h index 7958a604f979..29ac40cf1aae 100644 --- a/include/scsi/scsi_cmnd.h +++ b/include/scsi/scsi_cmnd.h @@ -73,7 +73,7 @@ enum scsi_cmnd_submitter { struct scsi_cmnd { struct scsi_request req; struct scsi_device *device; - struct list_head eh_entry; /* entry for the host eh_cmd_q */ + struct list_head eh_entry; /* entry for the host eh_abort_list/eh_cmd_q */ struct delayed_work abort_work; struct rcu_head rcu;