aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorIra Weiny <ira.weiny@intel.com>2016-05-19 05:21:44 -0700
committerDoug Ledford <dledford@redhat.com>2016-05-26 11:23:10 -0400
commit46aa5baf96107bb35cc549ad1d19cf312dd5fb58 (patch)
tree08a1831f4a4a677137922918f9acc096ebb993a9 /drivers
parentIB/hfi1: Fix sdma_event_names[] build warning (diff)
downloadlinux-dev-46aa5baf96107bb35cc549ad1d19cf312dd5fb58.tar.xz
linux-dev-46aa5baf96107bb35cc549ad1d19cf312dd5fb58.zip
IB/hfi1: Remove unnecessary comment
This comment was old, the MTU enums have been defined. Reviewed-by: Mitko Haralanov <mitko.haralanov@intel.com> Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/rdma/hfi1/qp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/rdma/hfi1/qp.c b/drivers/staging/rdma/hfi1/qp.c
index c62650892e00..14f889e3655b 100644
--- 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)
{