diff options
author | Antoine Tenart <antoine.tenart@bootlin.com> | 2019-03-01 11:52:04 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-03-02 08:23:34 +0100 |
commit | 31383c03c03193220132dfedbe9052183fbfd86c (patch) | |
tree | 7e961e060a5531b83cafd2095638dc86daf29612 /drivers/net/ethernet/marvell | |
parent | net: mvpp2: fix a typo in the header (diff) | |
download | linux-31383c03c03193220132dfedbe9052183fbfd86c.tar.xz linux-31383c03c03193220132dfedbe9052183fbfd86c.zip |
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>
Diffstat (limited to 'drivers/net/ethernet/marvell')
-rw-r--r-- | drivers/net/ethernet/marvell/mvpp2/mvpp2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h index 83fb2b03e789..9b05fcbc6953 100644 --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h @@ -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; |