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 X-Spam-Level: X-Spam-Status: No, score=-16.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF421C47082 for ; Wed, 26 May 2021 20:20:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BB568613DE for ; Wed, 26 May 2021 20:20:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234920AbhEZUVt (ORCPT ); Wed, 26 May 2021 16:21:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:43294 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234229AbhEZUVm (ORCPT ); Wed, 26 May 2021 16:21:42 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 30022613BF; Wed, 26 May 2021 20:20:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622060410; bh=DeSSeW4lF6fMZK3eDx/SLzRPUyvCMK0QsJ0zCvGqkkY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=UAM6ta+ExI2Ifb+I4Z8gO0cJUdAeVEPPFUIOmmaRaOU0NA76ORuLmBuh0YrkAcnQd A10Bv1Y6aFceHvTjSfc8oA69aP1zkkxVbw+ywjuWI6GWNuV4w1eJeHgnKZQxz9HPbi i9N6X143Be29eiBisoIqoI5swe+o+PoI6qHWJ5f7wfipKF7yqIQqvd//DXxEez0C7d JynSVRN/874AGJGa2onbzkOnkbMy6cSbb9nJ9skc7u+K5yaH+eVNYn4M3lBn5qeXpC yGOB7T4+8uRjzUlYAQ/fScCI4R53PpwlUhnaI0KyBsHvPnIaKyCmrmziU03IAaOI7I Kk7YxIvn+cySA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2] nfc: st-nci: remove unnecessary labels From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162206041014.2669.15973794167549257940.git-patchwork-notify@kernel.org> Date: Wed, 26 May 2021 20:20:10 +0000 References: <20210526011624.11204-1-samirweng1979@163.com> In-Reply-To: <20210526011624.11204-1-samirweng1979@163.com> To: samirweng1979 Cc: krzysztof.kozlowski@canonical.com, davem@davemloft.net, linux-nfc@lists.01.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, wengjianfeng@yulong.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 26 May 2021 09:16:24 +0800 you wrote: > From: wengjianfeng > > Some labels are only used once, so we delete them and use the > return statement instead of the goto statement. > > Signed-off-by: wengjianfeng > > [...] Here is the summary with links: - [v2] nfc: st-nci: remove unnecessary labels https://git.kernel.org/netdev/net-next/c/c7a551b2e44a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html