diff options
| author | Wolfgang Denk <[email protected]> | 2021-09-27 17:42:39 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-30 09:08:16 -0400 |
| commit | 0cf207ec01cbacae47585fcc26591dd2296507d6 (patch) | |
| tree | 573cfefc2ab21a033ae98fa2afbd57f1f6528496 /include/phy.h | |
| parent | 0a50b3c97b3408e52589d873d4c7b54ad365a76c (diff) | |
WS cleanup: remove SPACE(s) followed by TAB
Signed-off-by: Wolfgang Denk <[email protected]>
Diffstat (limited to 'include/phy.h')
| -rw-r--r-- | include/phy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/phy.h b/include/phy.h index b9d8dc3a61e..c66fd43ea88 100644 --- a/include/phy.h +++ b/include/phy.h @@ -575,8 +575,8 @@ static inline bool phy_interface_is_sgmii(struct phy_device *phydev) } /* PHY UIDs for various PHYs that are referenced in external code */ -#define PHY_UID_CS4340 0x13e51002 -#define PHY_UID_CS4223 0x03e57003 +#define PHY_UID_CS4340 0x13e51002 +#define PHY_UID_CS4223 0x03e57003 #define PHY_UID_TN2020 0x00a19410 #define PHY_UID_IN112525_S03 0x02107440 |
