OSDN Git Service

net: ipa: use "tre_ring" for all TRE ring local variables
authorAlex Elder <elder@linaro.org>
Mon, 13 Jun 2022 17:17:54 +0000 (12:17 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jun 2022 08:07:58 +0000 (09:07 +0100)
commit2295947bdaa6c34a019793ec5f49517b8b7942b3
treec65466c3ff668f118c482ce71769efeed2f8a1fe
parent5cb3ab50a39f365eb7d78a2b11711d6861477734
net: ipa: use "tre_ring" for all TRE ring local variables

All local variables that represent event rings are named "ring".

All but two functions that represent a channel's TRE ring with a
local variable use the name "tre_ring".  For consistency, use that
name in the two functions that don't fit the pattern.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/gsi_trans.c