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 1DCAFECAAD8 for ; Tue, 20 Sep 2022 15:30:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231262AbiITPaW (ORCPT ); Tue, 20 Sep 2022 11:30:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57772 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231546AbiITPaS (ORCPT ); Tue, 20 Sep 2022 11:30:18 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C022F67154; Tue, 20 Sep 2022 08:30:17 -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 ams.source.kernel.org (Postfix) with ESMTPS id 64FD2B81ECF; Tue, 20 Sep 2022 15:30:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2AFA4C433D7; Tue, 20 Sep 2022 15:30:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663687815; bh=u8b9rFag8HvBLkzSKSlnITX0Fthy1PSwDeevbk+7Ih4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Wv2A3hCljL78Mn2NYzvIFrw9A4ehX3G7TfFkid/oqS+Rz+F5tVa6MCDXRJAiqhZSn CUAVHOZuMxQ3ntLTQhIRtdmtc8ZQ18hjMVxIUL83Dco9Xsv2XZ32GFMRZBkwVl8E5l VnhL9AU1S132vwPSvAP2kfEDHAvhyHyjGBmqqtJVWsrMJqZx4HvZ8S6I0WvzEZO7sT JmKw4kECqAVrYS1PcF2uRudroCQozcJJM2RzJ34/gfuOuUHTqAtFvt5geLFWRApGPb sQtZR+66TVKbk+0hPelpetqVUngXVHpdOBTJG+hKyK8KQoL5czx7U7hiaJngCvwOJV aeMk/7tlRlvmw== 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 0DFD2C43141; Tue, 20 Sep 2022 15:30:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH -next] xen-netfront: make bounce_skb static From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166368781505.4996.17092116189421621484.git-patchwork-notify@kernel.org> Date: Tue, 20 Sep 2022 15:30:15 +0000 References: <20220914064339.49841-1-ruanjinjie@huawei.com> In-Reply-To: <20220914064339.49841-1-ruanjinjie@huawei.com> To: Ruan Jinjie Cc: jgross@suse.com, sstabellini@kernel.org, oleksandr_tyshchenko@epam.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, xen-devel@lists.xenproject.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Wed, 14 Sep 2022 14:43:39 +0800 you wrote: > The symbol is not used outside of the file, so mark it static. > > Fixes the following warning: > > ./drivers/net/xen-netfront.c:676:16: warning: symbol 'bounce_skb' was not declared. Should it be static? > > Signed-off-by: ruanjinjie > > [...] Here is the summary with links: - [-next] xen-netfront: make bounce_skb static https://git.kernel.org/netdev/net-next/c/53ff25170980 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html