diff options
author | Ivo van Doorn <ivdoorn@gmail.com> | 2007-09-25 14:57:25 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:53:06 -0400 |
commit | dcf5475bc8458798794af9afafdb3ef33ab67fd9 (patch) | |
tree | ee1ed27a66322dfe4f7f35b4724f2c266f054289 /drivers/net | |
parent | 25ab002f94c73d9f214130fe0e0a8065e7b55841 (diff) |
[PATCH] rt2x00: Fix obvious typo in comment
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2500pci.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/rt2x00/rt61pci.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2500pci.c b/drivers/net/wireless/rt2x00/rt2500pci.c index 929257d34ae4..842da900d7c1 100644 --- a/drivers/net/wireless/rt2x00/rt2500pci.c +++ b/drivers/net/wireless/rt2x00/rt2500pci.c | |||
@@ -244,7 +244,7 @@ static int rt2500pci_rfkill_poll(struct rt2x00_dev *rt2x00dev) | |||
244 | rt2x00pci_register_read(rt2x00dev, GPIOCSR, ®); | 244 | rt2x00pci_register_read(rt2x00dev, GPIOCSR, ®); |
245 | return rt2x00_get_field32(reg, GPIOCSR_BIT0); | 245 | return rt2x00_get_field32(reg, GPIOCSR_BIT0); |
246 | } | 246 | } |
247 | #endif /* CONFIG_RT2400PCI_RFKILL */ | 247 | #endif /* CONFIG_RT2500PCI_RFKILL */ |
248 | 248 | ||
249 | /* | 249 | /* |
250 | * Configuration handlers. | 250 | * Configuration handlers. |
diff --git a/drivers/net/wireless/rt2x00/rt61pci.c b/drivers/net/wireless/rt2x00/rt61pci.c index 4c5e317a3ad7..6aa517645b6a 100644 --- a/drivers/net/wireless/rt2x00/rt61pci.c +++ b/drivers/net/wireless/rt2x00/rt61pci.c | |||
@@ -269,7 +269,7 @@ static int rt61pci_rfkill_poll(struct rt2x00_dev *rt2x00dev) | |||
269 | rt2x00pci_register_read(rt2x00dev, MAC_CSR13, ®); | 269 | rt2x00pci_register_read(rt2x00dev, MAC_CSR13, ®); |
270 | return rt2x00_get_field32(reg, MAC_CSR13_BIT5);; | 270 | return rt2x00_get_field32(reg, MAC_CSR13_BIT5);; |
271 | } | 271 | } |
272 | #endif /* CONFIG_RT2400PCI_RFKILL */ | 272 | #endif /* CONFIG_RT61PCI_RFKILL */ |
273 | 273 | ||
274 | /* | 274 | /* |
275 | * Configuration handlers. | 275 | * Configuration handlers. |