On Mon, 7 Sep 2020 17:14:34 +0100 Edward Cree wrote: > drivers/net/ethernet/sfc/mcdi_port.c | 593 +------------------- > drivers/net/ethernet/sfc/mcdi_port_common.c | 560 ++++++++++++++++++
Would you mind improving variable ordering and addressing checkpatch complaints while moving this code? The camel case and breaking up case statements warning can definitely be ignored, but there are others.