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=-11.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 47B06C07E9B for ; Sun, 11 Jul 2021 17:10:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2B59061130 for ; Sun, 11 Jul 2021 17:10:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231998AbhGKRMv (ORCPT ); Sun, 11 Jul 2021 13:12:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:39648 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229801AbhGKRMu (ORCPT ); Sun, 11 Jul 2021 13:12:50 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id A813E610FA; Sun, 11 Jul 2021 17:10:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626023403; bh=RXJUhjIPXmlei+2AaHv4vVBLSE4zQ18mZfb1JEsV1pM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=oyXzUQc9g+/vLEvAk9hT0ksBiVZYwsbHK2BxBK0f3PD8tjdU0MhUdgeYNAtTA+c6a Rr4bfsHLKFIpjGn/CXoKzSM7SKGPL/6O0Lthpz3oHN8f24rjO2GHovJpvqnb6JxN6A sUl30i5ooA+eznDlIbSwf0w8OQXRlFQZqsfnHy/hKr8UKV+8jm8d5NfbkRoW/XV5kl ywRvOjHjsne4MmnflM6zqs2qnrQPWV1qm0Is4LgT5XxKXIyN6XsDVmJcTS5NcJaeam uGXbOpAs2IgWlGuZgRO81xtVD71UsswAKBsPIGxadzZ8v6+pq2XHVyUhyol/C/nP3U VsyQowuJBn7Jg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] dsa: fix for_each_child.cocci warnings From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162602340362.16607.1326301834403328626.git-patchwork-notify@kernel.org> Date: Sun, 11 Jul 2021 17:10:03 +0000 References: In-Reply-To: To: Julia Lawall Cc: alobakin@pm.me, olteanv@gmail.com, f.fainelli@gmail.com, woojung.huh@microchip.com, UNGLinuxDriver@microchip.com, andrew@lunn.ch, vivien.didelot@gmail.com, kuba@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kbuild-all@lists.01.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sun, 11 Jul 2021 18:12:56 +0200 (CEST) you wrote: > From: kernel test robot > > For_each_available_child_of_node should have of_node_put() before > return around line 423. > > Generated by: scripts/coccinelle/iterators/for_each_child.cocci > > [...] Here is the summary with links: - dsa: fix for_each_child.cocci warnings https://git.kernel.org/netdev/net/c/84f7e0bb4809 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html