Re: [PATCH net-next v13 03/12] net: pcs: implement Firmware node support for PCS driver

From: Randy Dunlap

Date: Tue Aug 11 2026 - 12:35:19 EST




On 8/11/26 2:28 AM, Christian Marangi wrote:
> diff --git a/drivers/net/pcs/Kconfig b/drivers/net/pcs/Kconfig
> index e417fd66f660..f5c9ca2e992b 100644
> --- a/drivers/net/pcs/Kconfig
> +++ b/drivers/net/pcs/Kconfig
> @@ -5,6 +5,12 @@
>
> menu "PCS device drivers"
>
> +config FWNODE_PCS
> + bool "PCS Firmware Node"
> + depends on ACPI || OF || COMPILE_TEST
> + help
> + Firmware node PCS accessors

That indentation for the help text is incorrect.
Should be just one tab + 2 spaces.

--
~Randy