Commit cc55c899 authored by Yannick Guerrini's avatar Yannick Guerrini Committed by Darren Hart

intel-oaktrail: Fix trivial typo in comment

Change 'disalbe' to 'disable'
Signed-off-by: default avatarYannick Guerrini <yguerrini@tomshardware.fr>
Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
parent 741d98c7
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
* (1 << 1): Bluetooth enable/disable, RW. * (1 << 1): Bluetooth enable/disable, RW.
* (1 << 2): GPS enable/disable, RW. * (1 << 2): GPS enable/disable, RW.
* (1 << 3): WiFi enable/disable, RW. * (1 << 3): WiFi enable/disable, RW.
* (1 << 4): WWAN (3G) enable/disalbe, RW. * (1 << 4): WWAN (3G) enable/disable, RW.
* (1 << 5): Touchscreen enable/disable, Read Only. * (1 << 5): Touchscreen enable/disable, Read Only.
*/ */
#define OT_EC_DEVICE_STATE_ADDRESS 0xD6 #define OT_EC_DEVICE_STATE_ADDRESS 0xD6
......
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