]> git.ipfire.org Git - thirdparty/linux.git/commit
net: pcs: xpcs: rename xpcs_config_usxgmii()
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Thu, 17 Oct 2024 11:53:05 +0000 (12:53 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Wed, 23 Oct 2024 14:10:16 +0000 (16:10 +0200)
commit11afdf3b2ecee038dda8a38b6b6e6d232e64a210
tree6c6227bb83db1128497cdcf524dfc6165917bcc3
parent4145921c305545cf86d49c0dd665084fb7245225
net: pcs: xpcs: rename xpcs_config_usxgmii()

xpcs_config_usxgmii() is only called from the xpcs_link_up() method, so
let's name it similarly to the SGMII and 1000BASEX functions.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Tested-by: Serge Semin <fancer.lancer@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/pcs/pcs-xpcs.c