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 C736DC433FE for ; Tue, 15 Feb 2022 15:00:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239497AbiBOPAZ (ORCPT ); Tue, 15 Feb 2022 10:00:25 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:48822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229829AbiBOPAW (ORCPT ); Tue, 15 Feb 2022 10:00:22 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7FA7DEB7; Tue, 15 Feb 2022 07:00:12 -0800 (PST) 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 43FCE61522; Tue, 15 Feb 2022 15:00:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id A8CFBC340F8; Tue, 15 Feb 2022 15:00:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644937211; bh=4EYQjYPn1GhJ8ViQhgPlLRxzOI7VedWVmeC5Eemn+vo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=uFUw+86kjx3kDz0YthS9TMGNV1WMZkrQBD8O6Q/cKxYHn+5XIZqRqVCjsG3QRjDD6 ASn62w9p5JRFttrEZWen7uKkwBq+YGH0feEbLMnlyeJ1jfOnCvsev4f1A0VP7kpQG7 RfefS831uyMtAwcTc8UKYk43uACIr+eHXe9WtNhalj+Ok7eB8z2oAa+XMc4aLEG4Df H4lLCtfrRejrKPbOC7kaOQkdZgGWcflY02An/eAd8sWFFeyb2Uv+SB5Z26LFSI4U+o 2ffn2DK2orJMFN2iCvghG+3sOgcT4FsWBFlD3bXxlcVslAXQkkvkxWpZT+Ywi/uk47 Pfye30lnSp/4A== 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 984F7E6BBD2; Tue, 15 Feb 2022 15:00:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH -next] dpaa2-eth: Simplify bool conversion From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164493721161.12867.2133590611452469695.git-patchwork-notify@kernel.org> Date: Tue, 15 Feb 2022 15:00:11 +0000 References: <20220215010913.114395-1-yang.lee@linux.alibaba.com> In-Reply-To: <20220215010913.114395-1-yang.lee@linux.alibaba.com> To: Yang Li Cc: kuba@kernel.org, davem@davemloft.net, ioana.ciornei@nxp.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, abaci@linux.alibaba.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 David S. Miller : On Tue, 15 Feb 2022 09:09:13 +0800 you wrote: > Fix the following coccicheck warnings: > ./drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c:1199:42-47: WARNING: > conversion to bool not needed here > ./drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c:1218:54-59: WARNING: > conversion to bool not needed here > > Reported-by: Abaci Robot > Signed-off-by: Yang Li > > [...] Here is the summary with links: - [-next] dpaa2-eth: Simplify bool conversion https://git.kernel.org/netdev/net-next/c/99cd6a64e128 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html