From: Ira Weiny Date: Thu, 19 May 2016 12:21:44 +0000 (-0700) Subject: IB/hfi1: Remove unnecessary comment X-Git-Tag: v4.7-rc1~13^2~2^2~21 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=46aa5baf96107bb35cc549ad1d19cf312dd5fb58;p=linux-2.6-block.git IB/hfi1: Remove unnecessary comment This comment was old, the MTU enums have been defined. Reviewed-by: Mitko Haralanov Reviewed-by: Dennis Dalessandro Signed-off-by: Ira Weiny Signed-off-by: Doug Ledford --- 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) {