lkml.org 
[lkml]   [2018]   [Nov]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] phy: mvebu-cp110-comphy: fix spelling in structure name
Date
Rename the mvebu_comhy_conf structure to be mvebu_comphy_conf, which is
probably what the original author meant.

Fixes: d0438bd6aa09 ("phy: add the mvebu cp110 comphy driver")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---

Hello Kishon,

Sorry for such a trivial patch. As I used this driver as a base for
another comphy driver (Armada 3700, coming soon) I spot this mistake
but I would understand if you ignore the patch!

Thanks,
Miquèl


drivers/phy/marvell/phy-mvebu-cp110-comphy.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/phy/marvell/phy-mvebu-cp110-comphy.c b/drivers/phy/marvell/phy-mvebu-cp110-comphy.c
index 86a5f7b9448b..31b9a1c18345 100644
--- a/drivers/phy/marvell/phy-mvebu-cp110-comphy.c
+++ b/drivers/phy/marvell/phy-mvebu-cp110-comphy.c
@@ -114,7 +114,7 @@
#define MVEBU_COMPHY_LANES 6
#define MVEBU_COMPHY_PORTS 3

-struct mvebu_comhy_conf {
+struct mvebu_comphy_conf {
enum phy_mode mode;
unsigned lane;
unsigned port;
@@ -129,7 +129,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_MODE_SGMII, 0x1),
MVEBU_COMPHY_CONF(0, 1, PHY_MODE_2500SGMII, 0x1),
--
2.19.1
\
 
 \ /
  Last update: 2018-11-22 21:19    [W:0.032 / U:0.520 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site