Re: [PATCH net-next v5 5/8] net: phylink: Adjust link settings based on rate adaptation
From: "Russell King (Oracle)" <linux@armlinux.org.uk>
Date: 2022-09-07 18:06:58
Also in:
lkml
From: "Russell King (Oracle)" <linux@armlinux.org.uk>
Date: 2022-09-07 18:06:58
Also in:
lkml
On Wed, Sep 07, 2022 at 01:01:49PM -0400, Sean Anderson wrote:
quoted
quoted
if (pl->pcs && pl->pcs->ops->pcs_link_up) pl->pcs->ops->pcs_link_up(pl->pcs, pl->cur_link_an_mode, - pl->cur_interface, - link_state.speed, link_state.duplex); + pl->cur_interface, speed, duplex);It seems you have one extra unnecessary space here - not sure how that occurred as it isn't in my original patch.This corrects a spacing issue in the existing code.
Okay, I agree. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!