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=-21.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 DF94AC433B4 for ; Tue, 18 May 2021 20:50:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C97B56135B for ; Tue, 18 May 2021 20:50:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352033AbhERUvf (ORCPT ); Tue, 18 May 2021 16:51:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:36302 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351949AbhERUvb (ORCPT ); Tue, 18 May 2021 16:51:31 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id F403661361; Tue, 18 May 2021 20:50:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1621371013; bh=ZsXD6a12n2WQP724uC8PsAGmyDMPJB3omfsNR5lLKl0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=i95RAtKCcdKbhaykpFs4dVB+bI3YowT9AfBLbQ5Ym9nQFTRyYafgJXSgsCDIFFEVX ReOyV9aMI3fpe21IOx8QKf45xk6c9k0KVdG9kTHo2gi3211QXN/qAICHmEWqyw4eEN 1BwAPxLSDTmFbaeqUoPf+k55TmVfJ6QhCavtGAYVHPPmYuz1eCRQv8eT6BH8z3bKMw vmQ8VZMq3vu6+ntcG8d71GFY1Zb1tb3zgZErqNWxNkL96ZrCLOGPVRcNqf6Mu551To SCHiaQZ6YvjmDSmUgwW9UmoJMWrJs0CDWxJHcv/fX6a2XHO4zwN4L2cLmi4HIZhg37 9/M3NhEGGe3Zg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: dcb: Remove unnecessary INIT_LIST_HEAD() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162137101293.13244.17645853233299810569.git-patchwork-notify@kernel.org> Date: Tue, 18 May 2021 20:50:12 +0000 References: <20210518130358.1304701-1-yangyingliang@huawei.com> In-Reply-To: <20210518130358.1304701-1-yangyingliang@huawei.com> To: Yang Yingliang Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org 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 Tue, 18 May 2021 21:03:58 +0800 you wrote: > The list_head dcb_app_list is initialized statically. > It is unnecessary to initialize by INIT_LIST_HEAD(). > > Reported-by: Hulk Robot > Signed-off-by: Yang Yingliang > --- > net/dcb/dcbnl.c | 2 -- > 1 file changed, 2 deletions(-) Here is the summary with links: - [net-next] net: dcb: Remove unnecessary INIT_LIST_HEAD() https://git.kernel.org/netdev/net-next/c/e2bd6bad9c1e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html