net: phy: update outdated comment for removed phy_package_read/write()
authorKexin Sun <kexinsun@smail.nju.edu.cn>
Sat, 21 Mar 2026 10:58:25 +0000 (18:58 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 24 Mar 2026 12:21:28 +0000 (13:21 +0100)
commita4b908c89d88d4b7251c566457979c4167b9664c
treeb072537f74084f13d2c09c595e7ec65712beae13
parent88c07dff9f6dd0b89b3e5364b202978eab2541c2
net: phy: update outdated comment for removed phy_package_read/write()

The locked convenience functions phy_package_read() and
phy_package_write() were removed (as they had no users) by commit
e7f984e925d2 ("net: phy: move PHY package related code from phy.h
to phy_package.c").  Update the comment to reference the existing
unlocked counterparts __phy_package_read() and __phy_package_write().

Assisted-by: unnamed:deepseek-v3.2 coccinelle
Signed-off-by: Kexin Sun <kexinsun@smail.nju.edu.cn>
Link: https://patch.msgid.link/20260321105825.7221-1-kexinsun@smail.nju.edu.cn
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/phy/phy_package.c