[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <166208941469.631.13967537392748274642.git-patchwork-notify@kernel.org>
Date: Fri, 02 Sep 2022 03:30:14 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Juhee Kang <claudiajkang@...il.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com
Subject: Re: [PATCH] net: rtnetlink: use netif_oper_up instead of open code
Hello:
This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 31 Aug 2022 21:58:45 +0900 you wrote:
> The open code is defined as a new helper function(netif_oper_up) on netdev.h,
> the code is dev->operstate == IF_OPER_UP || dev->operstate == IF_OPER_UNKNOWN.
> Thus, replace the open code to netif_oper_up. This patch doesn't change logic.
>
> Signed-off-by: Juhee Kang <claudiajkang@...il.com>
> ---
> net/core/rtnetlink.c | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
Here is the summary with links:
- net: rtnetlink: use netif_oper_up instead of open code
https://git.kernel.org/netdev/net-next/c/abbc79280abc
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