Commit 31383c03 authored by Antoine Tenart's avatar Antoine Tenart Committed by David S. Miller

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: default avatarAntoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6bdb87ef
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment