linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] net: phy: motorcomm: change the phy id of yt8521 to lowercase
@ 2022-11-29  8:00 Chukun Pan
  2022-11-29 13:31 ` Andrew Lunn
  2022-12-01  5:48 ` Jakub Kicinski
  0 siblings, 2 replies; 3+ messages in thread
From: Chukun Pan @ 2022-11-29  8:00 UTC (permalink / raw)
  To: Frank
  Cc: Peter Geis, Andrew Lunn, Heiner Kallweit, Russell King,
	David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	linux-kernel, netdev, Chukun Pan

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

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-01  5:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-29  8:00 [PATCH 1/1] net: phy: motorcomm: change the phy id of yt8521 to lowercase Chukun Pan
2022-11-29 13:31 ` Andrew Lunn
2022-12-01  5:48 ` Jakub Kicinski

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