[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5bfc352a-c6e1-7593-ad4-9079f2e0852@linux.intel.com>
Date: Wed, 29 Jan 2025 15:03:04 -0800 (PST)
From: matthew.gerlach@...ux.intel.com
To: Krzysztof Kozlowski <krzk@...nel.org>
cc: lpieralisi@...nel.org, kw@...ux.com, manivannan.sadhasivam@...aro.org,
robh@...nel.org, bhelgaas@...gle.com, krzk+dt@...nel.org,
conor+dt@...nel.org, dinguyen@...nel.org, joyce.ooi@...el.com,
linux-pci@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, matthew.gerlach@...era.com,
peter.colberg@...era.com,
"D M, Sharath Kumar" <sharath.kumar.d.m@...el.com>
Subject: Re: [PATCH v5 5/5] PCI: altera: Add Agilex support
On Wed, 29 Jan 2025, Krzysztof Kozlowski wrote:
> On 27/01/2025 18:35, Matthew Gerlach wrote:
>> +
>> static const struct of_device_id altera_pcie_of_match[] = {
>> {.compatible = "altr,pcie-root-port-1.0",
>> .data = &altera_pcie_1_0_data },
>> {.compatible = "altr,pcie-root-port-2.0",
>> .data = &altera_pcie_2_0_data },
>> + {.compatible = "altr,pcie-root-port-3.0-f-tile",
>> + .data = &altera_pcie_3_0_f_tile_data },
>> + {.compatible = "altr,pcie-root-port-3.0-p-tile",
>> + .data = &altera_pcie_3_0_p_tile_data },
>> + {.compatible = "altr,pcie-root-port-3.0-r-tile",
>> + .data = &altera_pcie_3_0_r_tile_data },
>
> Please run scripts/checkpatch.pl and fix reported warnings. After that,
> run also `scripts/checkpatch.pl --strict` and (probably) fix more
> warnings. Some warnings can be ignored, especially from --strict run,
> but the code here looks like it needs a fix. Feel free to get in touch
> if the warning is not clear.
I will fix the duplicate signature warning.
Thanks,
Matthew Gerlach
>
> Best regards,
> Krzysztof
>
Powered by blists - more mailing lists