aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/bfa_port_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/bfa/bfa_port_priv.h')
-rw-r--r--drivers/scsi/bfa/bfa_port_priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/bfa/bfa_port_priv.h b/drivers/scsi/bfa/bfa_port_priv.h
index 4b97e2759908..51f698a06b6d 100644
--- a/drivers/scsi/bfa/bfa_port_priv.h
+++ b/drivers/scsi/bfa/bfa_port_priv.h
@@ -59,8 +59,8 @@ struct bfa_pport_s {
59 u8 *stats_kva; 59 u8 *stats_kva;
60 u64 stats_pa; 60 u64 stats_pa;
61 union bfa_pport_stats_u *stats; /* pport stats */ 61 union bfa_pport_stats_u *stats; /* pport stats */
62 u32 mypid : 24; 62 u32 mypid:24;
63 u32 rsvd_b : 8; 63 u32 rsvd_b:8;
64 struct bfa_timer_s timer; /* timer */ 64 struct bfa_timer_s timer; /* timer */
65 union bfa_pport_stats_u *stats_ret; 65 union bfa_pport_stats_u *stats_ret;
66 /* driver stats location */ 66 /* driver stats location */