diff options
author | Luis de Bethencourt <luisbg@dharma.ireland.sun.com> | 2010-03-31 15:07:48 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-06 16:55:07 -0400 |
commit | b409894f9d6961bd5feffb86ba1d8dbbebfb5b72 (patch) | |
tree | 6f421c24ce6cca3c656858e89c9c45e1b2d2a252 /drivers/net/wireless/ath/ar9170/eeprom.h | |
parent | 4d66edc8b6c0622ed6df74709de65f70d1ca222f (diff) | |
download | blackbird-op-linux-b409894f9d6961bd5feffb86ba1d8dbbebfb5b72.tar.gz blackbird-op-linux-b409894f9d6961bd5feffb86ba1d8dbbebfb5b72.zip |
ath: fix coding style/readability in ath/ar9170
This is a patch to files in ath/ar9170 that fixes a set of warnings
found by checkpatch.pl tool. A line over 80 characters, a few empty
spaces before tab and a few empty characters before a new line.
Signed-off-by: Luis de Bethencourt <luisbg@ubuntu.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ar9170/eeprom.h')
-rw-r--r-- | drivers/net/wireless/ath/ar9170/eeprom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ar9170/eeprom.h b/drivers/net/wireless/ath/ar9170/eeprom.h index d2c8cc83f1dd..6c4663883423 100644 --- a/drivers/net/wireless/ath/ar9170/eeprom.h +++ b/drivers/net/wireless/ath/ar9170/eeprom.h @@ -127,8 +127,8 @@ struct ar9170_eeprom { __le16 checksum; __le16 version; u8 operating_flags; -#define AR9170_OPFLAG_5GHZ 1 -#define AR9170_OPFLAG_2GHZ 2 +#define AR9170_OPFLAG_5GHZ 1 +#define AR9170_OPFLAG_2GHZ 2 u8 misc; __le16 reg_domain[2]; u8 mac_address[6]; |