diff options
Diffstat (limited to 'drivers/infiniband/ulp/srp/ib_srp.h')
-rw-r--r-- | drivers/infiniband/ulp/srp/ib_srp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/srp/ib_srp.h b/drivers/infiniband/ulp/srp/ib_srp.h index 32ed40db3ca2..ab9077b81d5a 100644 --- a/drivers/infiniband/ulp/srp/ib_srp.h +++ b/drivers/infiniband/ulp/srp/ib_srp.h | |||
@@ -152,7 +152,7 @@ struct srp_rdma_ch { | |||
152 | struct completion done; | 152 | struct completion done; |
153 | int status; | 153 | int status; |
154 | 154 | ||
155 | struct ib_sa_path_rec path; | 155 | struct sa_path_rec path; |
156 | struct ib_sa_query *path_query; | 156 | struct ib_sa_query *path_query; |
157 | int path_query_id; | 157 | int path_query_id; |
158 | 158 | ||