Commit 279632be authored by Michael Buesch's avatar Michael Buesch Committed by David S. Miller

[PATCH] rfkill: Fix documentation typos

Signed-off-by: default avatarMichael Buesch <mb@bu3sch.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 30ccb088
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
/** /**
* enum rfkill_type - type of rfkill switch. * enum rfkill_type - type of rfkill switch.
* RFKILL_TYPE_WLAN: switch is no a Wireless network devices. * RFKILL_TYPE_WLAN: switch is on a 802.11 wireless network device.
* RFKILL_TYPE_BlUETOOTH: switch is on a bluetooth device. * RFKILL_TYPE_BLUETOOTH: switch is on a bluetooth device.
* RFKILL_TYPE_UWB: switch is on a Ultra wideband device. * RFKILL_TYPE_UWB: switch is on a ultra wideband device.
*/ */
enum rfkill_type { enum rfkill_type {
RFKILL_TYPE_WLAN , RFKILL_TYPE_WLAN ,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment