On 11/19/2023 8:23 AM, Jakub Kicinski wrote:
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
Thanks Jakub, i will add this option for the patch check.