From patchwork Fri Jul 22 02:18:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xin Gao X-Patchwork-Id: 12925900 X-Patchwork-Delegate: jgg@ziepe.ca Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3EF69CCA485 for ; Fri, 22 Jul 2022 02:19:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233613AbiGVCTJ (ORCPT ); Thu, 21 Jul 2022 22:19:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229739AbiGVCTH (ORCPT ); Thu, 21 Jul 2022 22:19:07 -0400 Received: from smtpbg.qq.com (unknown [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 41D9DE0D; Thu, 21 Jul 2022 19:19:02 -0700 (PDT) X-QQ-mid: bizesmtp74t1658456323t263i4pq Received: from harry-jrlc.. ( [125.70.163.183]) by bizesmtp.qq.com (ESMTP) with id ; Fri, 22 Jul 2022 10:18:34 +0800 (CST) X-QQ-SSF: 0100000000000030C000000A0000020 X-QQ-FEAT: hoArX50alxFrHxhGqacyHs8iJf7DmSpXceBzrUtMZ4UOpex/yR9Rg777FXWxY NIwMsZPvPUAXYB2iFT1GEI96vm9DmqznW+qGSx1mJijFXzN5vXDZgx/3whZ9UU/m/+0VLzr mOtsty8ZzxWZkBpXoDsf3I6XWmSwpX9DsR6GS/qinX9DxaNpaHsSJQhAi5PzPncQMVzM5eS rO/RWq4L2YSpKGNxDDFuXCUAkOWcKjAVyZ/eO+Pg9FNWz7lYhQV1zSg5tVT4zfqEbCpF9nd 256DDgjHjCuWPgUWICe4cH8K6HTrsjv8SADfzBbQuNxo05vjsoLeRbuEXvInpecl41xL8Bu 66UFWFc4fo1laTjhA4t2uwqciCevxurSIEKcFLb/tO9IRKpkos= X-QQ-GoodBg: 0 From: Xin Gao To: jgg@ziepe.ca, leon@kernel.org Cc: linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, Xin Gao Subject: [PATCH] RDMA: Fix comment typo Date: Fri, 22 Jul 2022 10:18:33 +0800 Message-Id: <20220722021833.15669-1-gaoxin@cdjrlc.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr6 Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org The double `get' is duplicated in line 4607, remove one. Signed-off-by: Xin Gao --- include/rdma/ib_verbs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index b0bc9de5e9a8..c2966792b2fe 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -4603,7 +4603,7 @@ static inline enum rdma_ah_attr_type rdma_ah_find_type(struct ib_device *dev, /** * ib_lid_cpu16 - Return lid in 16bit CPU encoding. - * In the current implementation the only way to get + * In the current implementation the only way to * get the 32bit lid is from other sources for OPA. * For IB, lids will always be 16bits so cast the * value accordingly.