From: Michael Buesch <mb@bu3sch.de>
Date: Thu, 27 Sep 2007 12:42:42 +0000 (+0200)
Subject: [PATCH] rfkill: Fix documentation typos
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=279632be3f546f4d88bdb086fa71479bcde9d641;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

[PATCH] rfkill: Fix documentation typos

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
---

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 @@
 
 /**
  * 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 ,