[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <160800480755.12571.337817358900148497.git-patchwork-notify@kernel.org>
Date: Tue, 15 Dec 2020 04:00:07 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Colin King <colin.king@...onical.com>
Cc: yisen.zhuang@...wei.com, salil.mehta@...wei.com,
davem@...emloft.net, kuba@...nel.org, tanhuazhong@...wei.com,
shenjian15@...wei.com, netdev@...r.kernel.org,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] net: hns3: fix expression that is currently always true
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 15 Dec 2020 00:00:33 +0000 you wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> The || condition in hdev->fd_active_type != HCLGE_FD_ARFS_ACTIVE ||
> hdev->fd_active_type != HCLGE_FD_RULE_NONE will always be true because
> hdev->fd_active_type cannot be equal to two different values at the same
> time. The expression is always true which is not correct. Fix this by
> replacing || with && to correct the logic in the expression.
>
> [...]
Here is the summary with links:
- [next] net: hns3: fix expression that is currently always true
https://git.kernel.org/netdev/net-next/c/efd5a1584537
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists