phy: mvebu-cp110-comphy: fix spelling in structure name
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 23 Nov 2018 09:21:15 +0000 (10:21 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Wed, 12 Dec 2018 04:31:39 +0000 (10:01 +0530)
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>
drivers/phy/marvell/phy-mvebu-cp110-comphy.c

index 2b4462a28a58b83907455964431dc65914914ffb..187cccde53b5086e66f5ecc393401c398aa77f7e 100644 (file)
 #define MVEBU_COMPHY_LANES     6
 #define MVEBU_COMPHY_PORTS     3
 
-struct mvebu_comhy_conf {
+struct mvebu_comphy_conf {
        enum phy_mode mode;
        int submode;
        unsigned lane;
@@ -132,7 +132,7 @@ struct mvebu_comhy_conf {
                .mux = _mux,                            \
        }
 
-static const struct mvebu_comhy_conf mvebu_comphy_cp110_modes[] = {
+static const struct mvebu_comphy_conf mvebu_comphy_cp110_modes[] = {
        /* lane 0 */
        MVEBU_COMPHY_CONF(0, 1, PHY_INTERFACE_MODE_SGMII, 0x1),
        MVEBU_COMPHY_CONF(0, 1, PHY_INTERFACE_MODE_2500BASEX, 0x1),