From mboxrd@z Thu Jan 1 00:00:00 1970 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 313CEC43334 for ; Wed, 8 Jun 2022 08:40:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229792AbiFHIkF (ORCPT ); Wed, 8 Jun 2022 04:40:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230480AbiFHIi7 (ORCPT ); Wed, 8 Jun 2022 04:38:59 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 14A4819C776; Wed, 8 Jun 2022 00:58:52 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id A8F25CE22A7; Wed, 8 Jun 2022 07:58:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 34578C34116; Wed, 8 Jun 2022 07:58:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654675121; bh=bZaPM/mp8RwxLub9IsiDeiMNZrdMKtTn/10ONtEPgn0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iRATOqTt4wElTcC/t7EM2XzGan5sgHLjWqOgBTvpjnvA8m++8Em4matDpmE0dBNID aL5IKO6/DaZYDqbTCfVYTYP2M1WNYfR5Vljlw0WpQIQTraD8QbUBKKl2I5z31Gk8Em w08iZ/TTyoByF4YxhY5iecjY7StOx9r6ISI9Pzn5K6lmVBRE595UsJ06vzq1B1xZr8 /NwhVs7lC4BvrN7/L6x2kyuYWX5yFxqNrKtkZ5Zx25ewiyPPzc5ZGzqONC3wFZu9l3 nX2K+WsWiUTJVujtsz0Gn1+mZUTWe+So1aPBeCjR6u9TuJHHRGaqFCyvf2d2ygtCrk t2yML2xFHH61g== Date: Wed, 8 Jun 2022 10:58:37 +0300 From: Leon Romanovsky To: Cheng Xu Cc: Yang Li , "jgg@ziepe.ca" , kaishen@linux.alibaba.com, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, Abaci Robot Subject: Re: [PATCH -next] RDMA/erdma: remove unneeded semicolon Message-ID: References: <20220608005534.76789-1-yang.lee@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 08, 2022 at 11:36:07AM +0800, Cheng Xu wrote: > > > On 6/8/22 8:55 AM, Yang Li wrote: > > Eliminate the following coccicheck warning: > > ./drivers/infiniband/hw/erdma/erdma_qp.c:254:3-4: Unneeded semicolon > > > > Reported-by: Abaci Robot > > Signed-off-by: Yang Li > > Reviewed-by: Cheng Xu > > Thanks. > > > Jason, > > BTW, are this and other two patches for erdma posted today parts of > the static checker reports which you mentioned in [1] ? If so, I think I > should re-post the v10 patches including the fixes ? Yes, the fixes need to be squashed into the relevant patches. Thanks > > Thanks, > Cheng Xu > > [1] https://lore.kernel.org/linux-rdma/20220606154754.GA645238@nvidia.com/