commit | 586616cbd4663a51a53f57ad503d7a93416762c0 | [log] [tgz] |
---|---|---|
author | Mark Starovoytov <mstarovoitov@marvell.com> | Fri Jun 26 21:40:35 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 26 16:32:50 2020 -0700 |
tree | 6ffc5e966e73806c7e4405d5c7f42faec97a9b8e | |
parent | ab3518acac42751f5e85c57d5d14ffcd897e1957 [diff] |
net: atlantic: fix typo in aq_ring_tx_clean This patch fixes a typo in aq_ring_tx_clean. stats is a union, so the typo doesn't cause any issues, but it's a typo nonetheless. Signed-off-by: Mark Starovoytov <mstarovoitov@marvell.com> Signed-off-by: Igor Russkikh <irusskikh@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>