[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<172628344049.2438539.12184710803069184190.git-patchwork-notify@kernel.org>
Date: Sat, 14 Sep 2024 03:10:40 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Martyn Welch <martyn.welch@...labora.com>
Cc: claudiu.manoil@....com, vladimir.oltean@....com, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
kernel@...labora.com, vadim.fedorenko@...ux.dev, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next v4] net: enetc: Replace ifdef with IS_ENABLED
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Thu, 12 Sep 2024 18:37:40 +0100 you wrote:
> The enetc driver uses ifdefs when checking whether
> CONFIG_FSL_ENETC_PTP_CLOCK is enabled in a number of places. This works
> if the driver is built-in but fails if the driver is available as a
> kernel module. Replace the instances of ifdef with use of the IS_ENABLED
> macro, that will evaluate as true when this feature is built as a kernel
> module and follows the kernel's coding style.
>
> [...]
Here is the summary with links:
- [net-next,v4] net: enetc: Replace ifdef with IS_ENABLED
https://git.kernel.org/netdev/net-next/c/9c699a8f3b27
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