Re: [PATCH v5 3/6] net: phy: at803x: add QCA8084 ethernet phy support

From: Jakub Kicinski
Date: Sat Nov 18 2023 - 19:24:03 EST


On Sat, 18 Nov 2023 14:27:51 +0800 Luo Jie wrote:
> + /* There are two PCSs available for QCA8084, which support the following
> + * interface modes.
> + *
> + * 1. PHY_INTERFACE_MODE_10G_QXGMII utilizes PCS1 for all available 4 ports,
> + * which is for all link speeds.
> + *
> + * 2. PHY_INTERFACE_MODE_2500BASEX utilizes PCS0 for the fourth port,
> + * which is only for the link speed 2500M same as QCA8081.
> + *
> + * 3. PHY_INTERFACE_MODE_SGMII utilizes PCS0 for the fourth port,
> + * which is for the link speed 10M, 100M and 1000M same as QCA8081.

Wrap the comments please.

Please use checkpatch with --max-line-length=80