Re: [PATCH] PCI: rcar: avoid defines prefixed with CONFIG

From: Lorenzo Pieralisi
Date: Fri Mar 10 2023 - 07:37:29 EST


On Fri, 13 Jan 2023 09:45:16 +0100, Lukas Bulwahn wrote:
> Defines prefixed with "CONFIG" should be limited to proper Kconfig options,
> that are introduced in a Kconfig file.
>
> Here, a definition for a bitmask to configure the SEND_ENABLE mode is named
> CONFIG_SEND_ENABLE.
>
> Rename this local definition to CONFIGURE_SEND_ENABLE to avoid defines
> prefixed with "CONFIG".
>
> [...]

Applied to pci/rcar, thanks!

[1/1] PCI: rcar: avoid defines prefixed with CONFIG
https://git.kernel.org/pci/pci/c/727de4c08768

Thanks,
Lorenzo