Skip to content

Commit

Permalink
intel-oaktrail: Fix trivial typo in comment
Browse files Browse the repository at this point in the history
Change 'disalbe' to 'disable'

Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
  • Loading branch information
Yannick Guerrini authored and Darren Hart committed Mar 14, 2015
1 parent 741d98c commit cc55c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/intel_oaktrail.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
* (1 << 1): Bluetooth enable/disable, RW.
* (1 << 2): GPS 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.
*/
#define OT_EC_DEVICE_STATE_ADDRESS 0xD6
Expand Down

0 comments on commit cc55c89

Please sign in to comment.