Skip to content

Commit

Permalink
phy: mvebu-cp110-comphy: fix spelling in structure name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Miquel Raynal authored and Kishon Vijay Abraham I committed Dec 12, 2018
1 parent 2ad2af0 commit c5e18b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/phy/marvell/phy-mvebu-cp110-comphy.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
#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;
Expand All @@ -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),
Expand Down

0 comments on commit c5e18b3

Please sign in to comment.