2022-11-29 08:17:22

by Chukun Pan

[permalink] [raw]
Subject: [PATCH 1/1] net: phy: motorcomm: change the phy id of yt8521 to lowercase

The phy id is usually defined in lower case, also align the indents.

Signed-off-by: Chukun Pan <[email protected]>
---
drivers/net/phy/motorcomm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/phy/motorcomm.c b/drivers/net/phy/motorcomm.c
index bd1ab5d0631f..e0aa98e890dd 100644
--- a/drivers/net/phy/motorcomm.c
+++ b/drivers/net/phy/motorcomm.c
@@ -12,7 +12,7 @@
#include <linux/phy.h>

#define PHY_ID_YT8511 0x0000010a
-#define PHY_ID_YT8521 0x0000011A
+#define PHY_ID_YT8521 0x0000011a

/* YT8521 Register Overview
* UTP Register space | FIBER Register space
--
2.25.1


2022-11-29 13:45:02

by Andrew Lunn

[permalink] [raw]
Subject: Re: [PATCH 1/1] net: phy: motorcomm: change the phy id of yt8521 to lowercase

On Tue, Nov 29, 2022 at 04:00:05PM +0800, Chukun Pan wrote:
> The phy id is usually defined in lower case, also align the indents.
>
> Signed-off-by: Chukun Pan <[email protected]>

Reviewed-by: Andrew Lunn <[email protected]>

Andrew

2022-12-01 06:53:28

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [PATCH 1/1] net: phy: motorcomm: change the phy id of yt8521 to lowercase

On Tue, 29 Nov 2022 16:00:05 +0800 Chukun Pan wrote:
> The phy id is usually defined in lower case, also align the indents.

does not apply, please rebase on netdev/net-next/main and repost.