]> Git Repo - linux.git/blobdiff - drivers/scsi/qla2xxx/qla_def.h
Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / drivers / scsi / qla2xxx / qla_def.h
index 1549aace296a6b7377137e994657cda89a383c7c..5b1287a63c494b6edf8fcf7e8ec75a17530032db 100644 (file)
@@ -1556,7 +1556,8 @@ typedef struct {
 struct atio {
        uint8_t         entry_type;             /* Entry type. */
        uint8_t         entry_count;            /* Entry count. */
-       uint8_t         data[58];
+       __le16          attr_n_length;
+       uint8_t         data[56];
        uint32_t        signature;
 #define ATIO_PROCESSED 0xDEADDEAD              /* Signature */
 };
This page took 0.037385 seconds and 4 git commands to generate.