Skip to content

Commit

Permalink
[PATCH] rfkill: Fix documentation typos
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Michael Buesch authored and David S. Miller committed Oct 10, 2007
1 parent 30ccb08 commit 279632b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/linux/rfkill.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ,
Expand Down

0 comments on commit 279632b

Please sign in to comment.