aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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 ,