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:
Mark Einon 2011-08-31 23:22:16 +00:00 committed by David S. Miller
parent c37e0c9930
commit c44f7eb4c1

View file

@ -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