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
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
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.