This is an AI-generated review of your patch. The human sending this
email has considered the AI review valid, or at least plausible.
For local reproduction steps see https://netdev-ai.bots.linux.dev/ai-local.html
---
net: phy: Create SFP phy_port before registering usptream
This commit moves the creation of the SFP phy_port to occur before
registering the SFP upstream ops. This reordering allows passing
the phy_port along with the upstream information to the SFP bus.
net: phy: Create SFP phy_port before registering usptream
This isn't a bug, but there's a typo in the subject line: "usptream"
should be "upstream".