net: phy: Fix ethernet-phy-id <dot> in the code
authorMichal Simek <michal.simek@amd.com>
Tue, 1 Nov 2022 00:08:44 +0000 (17:08 -0700)
committerMichal Simek <michal.simek@amd.com>
Tue, 22 Nov 2022 14:02:07 +0000 (15:02 +0100)
commit2e9946aba8e770a626ea5b9a23c95981569d6e61
treefbc70d089849e071df1cf08ada08201e0568a2aa
parent96dcde487e7ece6de437a55175f9a5ec5c4ecd59
net: phy: Fix ethernet-phy-id <dot> in the code

Use dot instead of comma. The fix doesn't affect anything but it is good to
be aligned with used pattern. The first is used only for string size
calculation and the second change is in the comment.

Fixes: db681d4929ca ("net: phy: Add new read ethernet phy id function")
Signed-off-by: Michal Simek <michal.simek@amd.com>
drivers/core/ofnode.c