dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] rfkill: Fix documentation typos

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Michael Buesch 2007-09-27 14:42:42 +02:00 committed by David S. Miller
parent 30ccb08847
commit 279632be3f
1 changed files with 3 additions and 3 deletions

View File

@ -29,9 +29,9 @@
/**
* enum rfkill_type - type of rfkill switch.
* RFKILL_TYPE_WLAN: switch is no a Wireless network devices.
* RFKILL_TYPE_BlUETOOTH: switch is on a bluetooth device.
* RFKILL_TYPE_UWB: switch is on a Ultra wideband device.
* RFKILL_TYPE_WLAN: switch is on a 802.11 wireless network device.
* RFKILL_TYPE_BLUETOOTH: switch is on a bluetooth device.
* RFKILL_TYPE_UWB: switch is on a ultra wideband device.
*/
enum rfkill_type {
RFKILL_TYPE_WLAN ,