projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eac7193
)
IB/hfi1: Remove unnecessary comment
author
Ira Weiny
<
[email protected]
>
Thu, 19 May 2016 12:21:44 +0000
(
05:21
-0700)
committer
Doug Ledford
<
[email protected]
>
Thu, 26 May 2016 15:23:10 +0000
(11:23 -0400)
This comment was old, the MTU enums have been defined.
Reviewed-by: Mitko Haralanov <
[email protected]
>
Reviewed-by: Dennis Dalessandro <
[email protected]
>
Signed-off-by: Ira Weiny <
[email protected]
>
Signed-off-by: Doug Ledford <
[email protected]
>
drivers/staging/rdma/hfi1/qp.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rdma/hfi1/qp.c
b/drivers/staging/rdma/hfi1/qp.c
index c62650892e00867ddc65114107f581bcc702037c..14f889e3655baf7a686c888618af61ed68de9fe3 100644
(file)
--- a/
drivers/staging/rdma/hfi1/qp.c
+++ b/
drivers/staging/rdma/hfi1/qp.c
@@
-160,9
+160,6
@@
static inline int opa_mtu_enum_to_int(int mtu)
* This function is what we would push to the core layer if we wanted to be a
* "first class citizen". Instead we hide this here and rely on Verbs ULPs
* to blindly pass the MTU enum value from the PathRecord to us.
- *
- * The actual flag used to determine "8k MTU" will change and is currently
- * unknown.
*/
static inline int verbs_mtu_enum_to_int(struct ib_device *dev, enum ib_mtu mtu)
{