Hi Lukas, On Fri, Jan 13, 2023 at 09:45:16AM +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". > > No functional change. If you update this patch, please capitalize the subject to match: $ git log --oneline drivers/pci/controller/pcie-rcar-host.c 6e36203bc14c ("PCI: rcar: Use PCI_SET_ERROR_RESPONSE after read which triggered an exception") 84b576146294 ("PCI: rcar: Finish transition to L1 state in rcar_pcie_config_access()") d2a14b54989e ("PCI: rcar: Check if device is runtime suspended instead of __clk_is_enabled()") a115b1bd3af0 ("PCI: rcar: Add L1 link state fix into data abort hook") 83ed8d4fa656 ("PCI: rcar: Convert to MSI domains") Bjorn