net: renesas: rswitch: Rename rings in struct rswitch_gwca_queue
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Thu, 9 Feb 2023 08:17:38 +0000 (17:17 +0900)
committerJakub Kicinski <kuba@kernel.org>
Sat, 11 Feb 2023 03:44:17 +0000 (19:44 -0800)
commit251eadcc640a0b5fd2767aaeb22a6f1ebf9b3c96
treed2f20bd3856de1137ae9dd8bc44727c207fb0c00
parent183514f7c569c462da45cc92a3843b666d588413
net: renesas: rswitch: Rename rings in struct rswitch_gwca_queue

To add a new ring which is really related to timestamp (ts_ring)
in the future, rename the following members to improve readability:

    ring --> tx_ring
    ts_ring --> rx_ring

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Alexander Duyck <alexanderduyck@fb.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/renesas/rswitch.c
drivers/net/ethernet/renesas/rswitch.h