Re: [PATCH net-next 04/30] net: dsa: mt7530: improve comments regarding port 5 and 6

From: Vladimir Oltean
Date: Wed May 24 2023 - 10:50:00 EST


On Mon, May 22, 2023 at 03:15:06PM +0300, arinc9.unal@xxxxxxxxx wrote:
> diff --git a/drivers/net/dsa/mt7530.c b/drivers/net/dsa/mt7530.c
> index 024b853f9558..b28d66a7c0b2 100644
> --- a/drivers/net/dsa/mt7530.c
> +++ b/drivers/net/dsa/mt7530.c
> @@ -2499,7 +2499,9 @@ static void mt7530_mac_port_get_caps(struct dsa_switch *ds, int port,
> config->supported_interfaces);
> break;
>
> - case 5: /* 2nd cpu port with phy of port 0 or 4 / external phy */
> + case 5: /* Port 5 which can be used as a CPU port supports rgmii with
> + * delays, mii, and gmii.
> + */

Please put the comments on dedicated lines:

/* Port X can be used as ... */
case X: