]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit98e5fa26155f0f7d1dd1605123a2fbe017107e5f
treec65466c3ff668f118c482ce71769efeed2f8a1fe
parent4adb3bb38591f85b34beb43a7feb99737a185058
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