net: pcs: lynx: use a common naming scheme for all lynx_pcs variables
authorColin Foster <colin.foster@in-advantage.com>
Wed, 29 Dec 2021 05:03:10 +0000 (21:03 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Jan 2022 18:48:47 +0000 (18:48 +0000)
commit0699b3e06f220a66150b718ac26569cf73e81bd2
tree5246a26de0c5a297a26c82453f2a24ef1d94e764
parent82cc453753c574fec6e808bd6ce6f3dbb448b1b6
net: pcs: lynx: use a common naming scheme for all lynx_pcs variables

pcs-lynx.c used lynx_pcs and lynx as a variable name within the same file.
This standardizes all internal variables to just "lynx"

Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/pcs/pcs-lynx.c