diff options
Diffstat (limited to 'include/rdma/ib_cm.h')
-rw-r--r-- | include/rdma/ib_cm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rdma/ib_cm.h b/include/rdma/ib_cm.h index 8f394f035684..c9b4738be9d6 100644 --- a/include/rdma/ib_cm.h +++ b/include/rdma/ib_cm.h | |||
@@ -546,7 +546,6 @@ struct ib_cm_sidr_req_param { | |||
546 | const void *private_data; | 546 | const void *private_data; |
547 | u8 private_data_len; | 547 | u8 private_data_len; |
548 | u8 max_cm_retries; | 548 | u8 max_cm_retries; |
549 | u16 pkey; | ||
550 | }; | 549 | }; |
551 | 550 | ||
552 | /** | 551 | /** |
@@ -570,7 +569,7 @@ struct ib_cm_sidr_rep_param { | |||
570 | }; | 569 | }; |
571 | 570 | ||
572 | /** | 571 | /** |
573 | * ib_send_cm_sidr_rep - Sends a service ID resolution request to the | 572 | * ib_send_cm_sidr_rep - Sends a service ID resolution reply to the |
574 | * remote node. | 573 | * remote node. |
575 | * @cm_id: Communication identifier associated with the received service ID | 574 | * @cm_id: Communication identifier associated with the received service ID |
576 | * resolution request. | 575 | * resolution request. |