]> 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)
commitc3483a11baf338d39ccb7f4a48a90b352ccd0b9a
treec65466c3ff668f118c482ce71769efeed2f8a1fe
parent97af12c161b99687441a2718d2b64fe26dd1acc4
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