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 082A3C43217 for ; Wed, 13 Apr 2022 11:30:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235176AbiDMLcl (ORCPT ); Wed, 13 Apr 2022 07:32:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235128AbiDMLcg (ORCPT ); Wed, 13 Apr 2022 07:32:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7478134BAE; Wed, 13 Apr 2022 04:30:13 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 6BFC061DC7; Wed, 13 Apr 2022 11:30:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id B0799C385B1; Wed, 13 Apr 2022 11:30:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649849412; bh=lYZwM62lSPSEPPxpG6/zjgEXhke96Vy+w33ZwNIn0no=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=guasWZTNytEVX6hF7ILcutWkrigV9gVr1/uR7csImbaV58jpOcwrhWdVnuc+wS6Bq MypZathzsO+EJBFYfDI6rJAY2IVLqc97VNB8Jc82pLMvaBnaCLGVCQx/pVriqTAqs8 XnuQrgd0qEhlPLe3jZXjy7Q72LbGYqHnloLeHlaGixHSfMPACa2NxXyXSPja9SFtHu KYMRi+Tq5emszgrEPd2gAVFjhBspVZg5qXFucjSmjCciVbaH1Nun23NUVE6zfAXuG/ wXFaS+1wsIG3maHoM9DbikwIbWE5AmfL+rpXv+H0iJrCFbSTUG8XD7OmWoLXPKLH2G wrDs1KjALAHuQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 98F05E8DD6A; Wed, 13 Apr 2022 11:30:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] ipv6: exthdrs: use swap() instead of open coding it From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164984941262.14313.12229725514053203170.git-patchwork-notify@kernel.org> Date: Wed, 13 Apr 2022 11:30:12 +0000 References: <20220412032058.14136-1-guozhengkui@vivo.com> In-Reply-To: <20220412032058.14136-1-guozhengkui@vivo.com> To: Guo Zhengkui Cc: davem@davemloft.net, yoshfuji@linux-ipv6.org, dsahern@kernel.org, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, zhengkui_guo@outlook.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Tue, 12 Apr 2022 11:20:58 +0800 you wrote: > Address the following coccicheck warning: > net/ipv6/exthdrs.c:620:44-45: WARNING opportunity for swap() > > by using swap() for the swapping of variable values and drop > the tmp (`addr`) variable that is not needed any more. > > Signed-off-by: Guo Zhengkui > > [...] Here is the summary with links: - ipv6: exthdrs: use swap() instead of open coding it https://git.kernel.org/netdev/net-next/c/5ee6ad1dcae8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html