]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[PATCH] rfkill: Fix documentation typos
authorMichael Buesch <mb@bu3sch.de>
Thu, 27 Sep 2007 12:42:42 +0000 (14:42 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:53:18 +0000 (16:53 -0700)
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/rfkill.h

index f9a50dab4168cc5e1a242597c2e62ad970fa5d1a..8909682415dcbabbf828e1962c9d01ef4f3a4392 100644 (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 ,