mii: Convert spaces to tabs in mii.h
Whitespace changes - spaces converted to tabs after each define name and value Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c37e0c9930
commit
c44f7eb4c1
1 changed files with 103 additions and 105 deletions
|
@ -11,7 +11,6 @@
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
/* Generic MII registers. */
|
/* Generic MII registers. */
|
||||||
|
|
||||||
#define MII_BMCR 0x00 /* Basic mode control register */
|
#define MII_BMCR 0x00 /* Basic mode control register */
|
||||||
#define MII_BMSR 0x01 /* Basic mode status register */
|
#define MII_BMSR 0x01 /* Basic mode status register */
|
||||||
#define MII_PHYSID1 0x02 /* PHYS ID 1 */
|
#define MII_PHYSID1 0x02 /* PHYS ID 1 */
|
||||||
|
@ -189,7 +188,6 @@ static inline struct mii_ioctl_data *if_mii(struct ifreq *rq)
|
||||||
return (struct mii_ioctl_data *) &rq->ifr_ifru;
|
return (struct mii_ioctl_data *) &rq->ifr_ifru;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* mii_nway_result
|
* mii_nway_result
|
||||||
* @negotiated: value of MII ANAR and'd with ANLPAR
|
* @negotiated: value of MII ANAR and'd with ANLPAR
|
||||||
|
|
Loading…
Add table
Reference in a new issue