* [PATCH v2] phy: mvebu-cp110-comphy: fix spelling in structure name
@ 2018-11-23 9:21 Miquel Raynal
2018-11-23 9:27 ` Antoine Tenart
0 siblings, 1 reply; 2+ messages in thread
From: Miquel Raynal @ 2018-11-23 9:21 UTC (permalink / raw)
To: Kishon Vijay Abraham I; +Cc: linux-kernel, Antoine Tenart, Miquel Raynal
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>
---
Changes since v1
================
* Removed the Fixes: tag after Antoine's request.
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] phy: mvebu-cp110-comphy: fix spelling in structure name
2018-11-23 9:21 [PATCH v2] phy: mvebu-cp110-comphy: fix spelling in structure name Miquel Raynal
@ 2018-11-23 9:27 ` Antoine Tenart
0 siblings, 0 replies; 2+ messages in thread
From: Antoine Tenart @ 2018-11-23 9:27 UTC (permalink / raw)
To: Miquel Raynal; +Cc: Kishon Vijay Abraham I, linux-kernel, Antoine Tenart
Hi Miquel,
On Fri, Nov 23, 2018 at 10:21:15AM +0100, Miquel Raynal wrote:
> 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>
Thanks!
Antoine
> ---
>
> Changes since v1
> ================
> * Removed the Fixes: tag after Antoine's request.
>
>
> 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
>
--
Antoine Ténart, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-23 9:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-23 9:21 [PATCH v2] phy: mvebu-cp110-comphy: fix spelling in structure name Miquel Raynal
2018-11-23 9:27 ` Antoine Tenart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).