aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rfkill.h
diff options
context:
space:
mode:
authorMichael Buesch <mb@bu3sch.de>2007-09-27 14:42:42 +0200
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:53:18 -0700
commit279632be3f546f4d88bdb086fa71479bcde9d641 (patch)
treeb5b636369306e068d714ce466b20e002e2cb793f /include/linux/rfkill.h
parent30ccb08847c2d89e1cf893bf5f3155c023a9d142 (diff)
downloadkernel_samsung_smdk4412-279632be3f546f4d88bdb086fa71479bcde9d641.zip
kernel_samsung_smdk4412-279632be3f546f4d88bdb086fa71479bcde9d641.tar.gz
kernel_samsung_smdk4412-279632be3f546f4d88bdb086fa71479bcde9d641.tar.bz2
[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/rfkill.h')
-rw-r--r--include/linux/rfkill.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h
index f9a50da..8909682 100644
--- a/include/linux/rfkill.h
+++ b/include/linux/rfkill.h
@@ -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 ,