net: atlantic: fix typo in aq_ring_tx_clean
authorMark Starovoytov <mstarovoitov@marvell.com>
Fri, 26 Jun 2020 18:40:35 +0000 (21:40 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Jun 2020 23:32:50 +0000 (16:32 -0700)
commit586616cbd4663a51a53f57ad503d7a93416762c0
tree6ffc5e966e73806c7e4405d5c7f42faec97a9b8e
parentab3518acac42751f5e85c57d5d14ffcd897e1957
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>
drivers/net/ethernet/aquantia/atlantic/aq_ring.c