diff options
Diffstat (limited to 'include/scsi/iscsi_proto.h')
| -rw-r--r-- | include/scsi/iscsi_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/iscsi_proto.h b/include/scsi/iscsi_proto.h index c1260d80ef30..df156f1d50b2 100644 --- a/include/scsi/iscsi_proto.h +++ b/include/scsi/iscsi_proto.h | |||
| @@ -74,7 +74,7 @@ static inline int iscsi_sna_gte(u32 n1, u32 n2) | |||
| 74 | #define zero_data(p) {p[0]=0;p[1]=0;p[2]=0;} | 74 | #define zero_data(p) {p[0]=0;p[1]=0;p[2]=0;} |
| 75 | 75 | ||
| 76 | /* initiator tags; opaque for target */ | 76 | /* initiator tags; opaque for target */ |
| 77 | typedef uint32_t __bitwise__ itt_t; | 77 | typedef uint32_t __bitwise itt_t; |
| 78 | /* below makes sense only for initiator that created this tag */ | 78 | /* below makes sense only for initiator that created this tag */ |
| 79 | #define build_itt(itt, age) ((__force itt_t)\ | 79 | #define build_itt(itt, age) ((__force itt_t)\ |
| 80 | ((itt) | ((age) << ISCSI_AGE_SHIFT))) | 80 | ((itt) | ((age) << ISCSI_AGE_SHIFT))) |
