diff options
author | Michael Buesch <mb@bu3sch.de> | 2007-09-27 08:42:42 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:53:18 -0400 |
commit | 279632be3f546f4d88bdb086fa71479bcde9d641 (patch) | |
tree | b5b636369306e068d714ce466b20e002e2cb793f /include/linux | |
parent | 30ccb08847c2d89e1cf893bf5f3155c023a9d142 (diff) |
[PATCH] rfkill: Fix documentation typos
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/rfkill.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h index f9a50dab4168..8909682415dc 100644 --- a/include/linux/rfkill.h +++ b/include/linux/rfkill.h | |||
@@ -29,9 +29,9 @@ | |||
29 | 29 | ||
30 | /** | 30 | /** |
31 | * enum rfkill_type - type of rfkill switch. | 31 | * enum rfkill_type - type of rfkill switch. |
32 | * RFKILL_TYPE_WLAN: switch is no a Wireless network devices. | 32 | * RFKILL_TYPE_WLAN: switch is on a 802.11 wireless network device. |
33 | * RFKILL_TYPE_BlUETOOTH: switch is on a bluetooth device. | 33 | * RFKILL_TYPE_BLUETOOTH: switch is on a bluetooth device. |
34 | * RFKILL_TYPE_UWB: switch is on a Ultra wideband device. | 34 | * RFKILL_TYPE_UWB: switch is on a ultra wideband device. |
35 | */ | 35 | */ |
36 | enum rfkill_type { | 36 | enum rfkill_type { |
37 | RFKILL_TYPE_WLAN , | 37 | RFKILL_TYPE_WLAN , |