diff options
Diffstat (limited to 'drivers/scsi/bnx2i/bnx2i.h')
-rw-r--r-- | drivers/scsi/bnx2i/bnx2i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/bnx2i/bnx2i.h b/drivers/scsi/bnx2i/bnx2i.h index 6bdd25a93db9..e7cb7ecf6847 100644 --- a/drivers/scsi/bnx2i/bnx2i.h +++ b/drivers/scsi/bnx2i/bnx2i.h | |||
@@ -478,7 +478,7 @@ struct bnx2i_5771x_cq_db { | |||
478 | 478 | ||
479 | struct bnx2i_5771x_sq_rq_db { | 479 | struct bnx2i_5771x_sq_rq_db { |
480 | u16 prod_idx; | 480 | u16 prod_idx; |
481 | u8 reserved0[14]; /* Pad structure size to 16 bytes */ | 481 | u8 reserved0[62]; /* Pad structure size to 64 bytes */ |
482 | }; | 482 | }; |
483 | 483 | ||
484 | 484 | ||