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

From: Chukun Pan
Date: Tue Nov 29 2022 - 03:00:46 EST


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

Signed-off-by: Chukun Pan <amadeus@xxxxxxxxxx>
---
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