mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-06 10:56:54 +07:00
net: mvpp2: update the port documentation regarding the GoP
The Marvell PPv2 port structure stores the GoP id of a given port. This information is specific to PPv2.2, but cannot be used by PPv2.1. Update its comment to denote this specificity. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6bdb87ef9f
commit
31383c03c0
@ -803,7 +803,7 @@ struct mvpp2_port {
|
||||
u8 id;
|
||||
|
||||
/* Index of the port from the "group of ports" complex point
|
||||
* of view
|
||||
* of view. This is specific to PPv2.2.
|
||||
*/
|
||||
int gop_id;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user