Commit d0e13fd5 authored by Ansuel Smith's avatar Ansuel Smith Committed by David S. Miller

net: phy: at803x: clean whitespace errors

Clean any whitespace errors and fix not aligned define.
Signed-off-by: default avatarAnsuel Smith <ansuelsmth@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a46aec02
...@@ -147,14 +147,16 @@ ...@@ -147,14 +147,16 @@
#define AT803X_PAGE_FIBER 0 #define AT803X_PAGE_FIBER 0
#define AT803X_PAGE_COPPER 1 #define AT803X_PAGE_COPPER 1
/* don't turn off internal PLL */
#define AT803X_KEEP_PLL_ENABLED BIT(0)
#define AT803X_DISABLE_SMARTEEE BIT(1)
MODULE_DESCRIPTION("Qualcomm Atheros AR803x PHY driver"); MODULE_DESCRIPTION("Qualcomm Atheros AR803x PHY driver");
MODULE_AUTHOR("Matus Ujhelyi"); MODULE_AUTHOR("Matus Ujhelyi");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
struct at803x_priv { struct at803x_priv {
int flags; int flags;
#define AT803X_KEEP_PLL_ENABLED BIT(0) /* don't turn off internal PLL */
#define AT803X_DISABLE_SMARTEEE BIT(1)
u16 clk_25m_reg; u16 clk_25m_reg;
u16 clk_25m_mask; u16 clk_25m_mask;
u8 smarteee_lpi_tw_1g; u8 smarteee_lpi_tw_1g;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment