Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

phy: mvebu-cp110-comphy: fix spelling in structure name

Rename the mvebu_comhy_conf structure to be mvebu_comphy_conf, which is
probably what the original author meant.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Miquel Raynal and committed by
Kishon Vijay Abraham I
c5e18b34 2ad2af08

+2 -2
+2 -2
drivers/phy/marvell/phy-mvebu-cp110-comphy.c
··· 115 115 #define MVEBU_COMPHY_LANES 6 116 116 #define MVEBU_COMPHY_PORTS 3 117 117 118 - struct mvebu_comhy_conf { 118 + struct mvebu_comphy_conf { 119 119 enum phy_mode mode; 120 120 int submode; 121 121 unsigned lane; ··· 132 132 .mux = _mux, \ 133 133 } 134 134 135 - static const struct mvebu_comhy_conf mvebu_comphy_cp110_modes[] = { 135 + static const struct mvebu_comphy_conf mvebu_comphy_cp110_modes[] = { 136 136 /* lane 0 */ 137 137 MVEBU_COMPHY_CONF(0, 1, PHY_INTERFACE_MODE_SGMII, 0x1), 138 138 MVEBU_COMPHY_CONF(0, 1, PHY_INTERFACE_MODE_2500BASEX, 0x1),