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 CC8DBC433EF for ; Tue, 10 May 2022 22:20:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235348AbiEJWUQ (ORCPT ); Tue, 10 May 2022 18:20:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232977AbiEJWUO (ORCPT ); Tue, 10 May 2022 18:20:14 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 47EAF286FF0 for ; Tue, 10 May 2022 15:20:13 -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 dfw.source.kernel.org (Postfix) with ESMTPS id CF37A61803 for ; Tue, 10 May 2022 22:20:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2C1DFC385CF; Tue, 10 May 2022 22:20:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652221212; bh=dbBNGNNBmpgIfzxuq/w1P7pqAjwwFYCSfUkB83hHgqE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=sprYl7N5NmyuYsDtyhwcq+6XZA2Qqm9eIteGPKnO0zlZsNEXxxBhKLwXMirMus7Wk FkUy13yFuHvKWOT5sTMWLYx1/d5BGbsBfD3QeMx9ScVKKKV7U8YKZf06aT9aqWHxTT MmY9pJl2Rbf41VU/Wr4tuaRvcwdFp8Us3cfVRs9QBzvcuUQ5AZ2jKpAH5DT9oqZsTh jVGq5MnbS0KwgShI626L7ZbMl6yxc3DtGB83hGMTQUFfdMWzt4726tIwtZTpPIr9py A60R6cBaCK14/RWl84L6ELhPuJNtKcRXPRPZfwuWCRL93LWYRCWrtVMY4VQj6l/cmC /UYGprabA9qXg== 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 08FBBF03932; Tue, 10 May 2022 22:20:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] nfp: flower: fix 'variable 'flow6' set but not used' From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165222121203.4698.8319947844766085293.git-patchwork-notify@kernel.org> Date: Tue, 10 May 2022 22:20:12 +0000 References: <20220510074845.41457-1-simon.horman@corigine.com> In-Reply-To: <20220510074845.41457-1-simon.horman@corigine.com> To: Simon Horman Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, oss-drivers@corigine.com, louis.peens@corigine.com, lkp@intel.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Tue, 10 May 2022 09:48:45 +0200 you wrote: > From: Louis Peens > > Kernel test robot reported an issue after a recent patch about an > unused variable when CONFIG_IPV6 is disabled. Move the variable > declaration to be inside the #ifdef, and do a bit more cleanup. There > is no need to use a temporary ipv6 bool value, it is just checked once, > remove the extra variable and just do the check directly. > > [...] Here is the summary with links: - [net-next] nfp: flower: fix 'variable 'flow6' set but not used' https://git.kernel.org/netdev/net-next/c/61004d1d4bad You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html