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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE4EAC433FE for ; Thu, 21 Oct 2021 11:50:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D874A61208 for ; Thu, 21 Oct 2021 11:50:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231297AbhJULwf (ORCPT ); Thu, 21 Oct 2021 07:52:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:49190 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230283AbhJULwe (ORCPT ); Thu, 21 Oct 2021 07:52:34 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id CEADF6120F; Thu, 21 Oct 2021 11:50:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634817018; bh=JP1quhkdEzHDL4xb+/DDyPpSrWE+O2f4WUT2c/+zgNA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=jojah4LLiHqhdaZpK7+zILD3Evj+wZNR8M4DuJoExoD8iZamY5IsxU3YCxVBjlz1r b85KToxip75M7KWaK3OXBoHeF7rY4w1KoklpeD25CJdYkpHmEjsUAs2+J1+Wwb8uRB qAEST/stcswrOssNwDMqi9bRHoH4ye/R1ZNF9mhWy8yDP/oVNkcIDT4Kv8TVP8Kcjf zVHf5CeFhTPkJzfjGCFu4pm1GsHCPWwS5lAi7+BoytlmH5x1rf0hdYnLRFHBpTFot+ ISMsQaNr4faq3F7gKIVmlaFqyXKq7z8eDr9v1iIISyJ7ugJxtTG81sXuJXSnc+4tpP SaIKon1JMQIiw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH linux-next] net/core: Remove unused assignment operations and variable From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163481701879.17414.1936555049952735789.git-patchwork-notify@kernel.org> Date: Thu, 21 Oct 2021 11:50:18 +0000 References: <20211021064020.1047324-1-luo.penghao@zte.com.cn> In-Reply-To: <20211021064020.1047324-1-luo.penghao@zte.com.cn> To: luo penghao Cc: horms@kernel.org, davem@davemloft.net, kuba@kernel.org, sfr@canb.auug.org.au, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, luo.penghao@zte.com.cn, zealci@zte.com.cn 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 Thu, 21 Oct 2021 06:40:20 +0000 you wrote: > Although if_info_size is assigned, it has not been used. And the variable > should also be deleted. > > The clang_analyzer complains as follows: > > net/core/rtnetlink.c:3806: warning: > > [...] Here is the summary with links: - [linux-next] net/core: Remove unused assignment operations and variable https://git.kernel.org/netdev/net-next/c/50af5969bb22 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html