Commit 3bdee6a8 authored by Wenpeng Liang's avatar Wenpeng Liang Committed by David S. Miller

net: phy: fix space alignment issues

There are some space related issues, including spaces at the start of the
line, before tabs, after open parenthesis and before close parenthesis.
Signed-off-by: default avatarWenpeng Liang <liangwenpeng@huawei.com>
Signed-off-by: default avatarWeihang Li <liweihang@huawei.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e1f82127
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
#define MII_DM9161_INTR_LINK_CHANGE 0x0004 #define MII_DM9161_INTR_LINK_CHANGE 0x0004
#define MII_DM9161_INTR_INIT 0x0000 #define MII_DM9161_INTR_INIT 0x0000
#define MII_DM9161_INTR_STOP \ #define MII_DM9161_INTR_STOP \
(MII_DM9161_INTR_DPLX_MASK | MII_DM9161_INTR_SPD_MASK \ (MII_DM9161_INTR_DPLX_MASK | MII_DM9161_INTR_SPD_MASK | \
| MII_DM9161_INTR_LINK_MASK | MII_DM9161_INTR_MASK) MII_DM9161_INTR_LINK_MASK | MII_DM9161_INTR_MASK)
#define MII_DM9161_INTR_CHANGE \ #define MII_DM9161_INTR_CHANGE \
(MII_DM9161_INTR_DPLX_CHANGE | \ (MII_DM9161_INTR_DPLX_CHANGE | \
MII_DM9161_INTR_SPD_CHANGE | \ MII_DM9161_INTR_SPD_CHANGE | \
......
...@@ -164,7 +164,7 @@ static const struct of_device_id ks8895_spi_of_match[] = { ...@@ -164,7 +164,7 @@ static const struct of_device_id ks8895_spi_of_match[] = {
{ .compatible = "micrel,ksz8864" }, { .compatible = "micrel,ksz8864" },
{ .compatible = "micrel,ksz8795" }, { .compatible = "micrel,ksz8795" },
{ }, { },
}; };
MODULE_DEVICE_TABLE(of, ks8895_spi_of_match); MODULE_DEVICE_TABLE(of, ks8895_spi_of_match);
static inline u8 get_chip_id(u8 val) static inline u8 get_chip_id(u8 val)
......
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