Open
Description
The following snippet from phylink.c:
if (pl->cur_link_an_mode == MLO_AN_INBAND &&
!test_bit(PHYLINK_DISABLE_STOPPED, &pl->phylink_disable_state)) {
phylink_mac_config(pl, &pl->link_config);
phylink_mac_an_restart(pl);
}
causes linuxsty.vim to highlight the { } around this with a red background. Afaik, there's no issue here, but it seems linuxsty thinks there is.
Metadata
Metadata
Assignees
Labels
No labels