]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit59d49c5f0147bc92599ef2e176c4f0fe8f62f388
tree5246a26de0c5a297a26c82453f2a24ef1d94e764
parent09b20ce9eac29f4b7060abed7e1c1c8daa5938dd
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