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 6922EC25B0E for ; Wed, 17 Aug 2022 02:50:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238400AbiHQCuU (ORCPT ); Tue, 16 Aug 2022 22:50:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238370AbiHQCuS (ORCPT ); Tue, 16 Aug 2022 22:50:18 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E318394EDD; Tue, 16 Aug 2022 19:50: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 8B6D7B81B93; Wed, 17 Aug 2022 02:50:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2C787C43141; Wed, 17 Aug 2022 02:50:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660704615; bh=giCq005VdyqjcxCrnpeL8eE9Z9goPeBm8Ee63vOomws=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=pFU+j5LZX3b8aZ7/MSmH5sYAscvawmDKSpBJPtE+8AbzWWfxbAcAlyqImmpSH+yGv xtTkuY2h75Zf/9qWZOUVoEp/aQZqH4PdG7YT+6HXD7o6xm2uREVEbuBFq/BoyYivel Hx/lx78N1xJ4Rg/j7fcwKOFFEpAJ0+j1/F4yg9TIAuxFSy2R4FK+0Ov7cobddwmgjM 1SL8p+Rlb3Gf0WGGY/D0qV+Ko605aJnUpynZ37n8OoqVGOgCTg/0mtuPBNjR2rf7p2 6jBCM2CzYsuuoFSpimoeE6nezw8bARx9c0qc4pbzJOpaH9mekpqb8TiKKhsMWj1f+J nC0CezsUTw5hA== 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 1209BE2A04C; Wed, 17 Aug 2022 02:50:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: sched: remove the unused return value of unregister_qdisc From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166070461506.20872.3695006129479665537.git-patchwork-notify@kernel.org> Date: Wed, 17 Aug 2022 02:50:15 +0000 References: <20220815030417.271894-1-shaozhengchao@huawei.com> In-Reply-To: <20220815030417.271894-1-shaozhengchao@huawei.com> To: shaozhengchao Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, weiyongjun1@huawei.com, yuehaibing@huawei.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 Jakub Kicinski : On Mon, 15 Aug 2022 11:04:17 +0800 you wrote: > Return value of unregister_qdisc is unused, remove it. > > Signed-off-by: Zhengchao Shao > --- > include/net/pkt_sched.h | 2 +- > net/sched/sch_api.c | 5 +++-- > 2 files changed, 4 insertions(+), 3 deletions(-) Here is the summary with links: - [net-next] net: sched: remove the unused return value of unregister_qdisc https://git.kernel.org/netdev/net-next/c/52327d2e3996 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html