From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755328AbbCFWHg (ORCPT ); Fri, 6 Mar 2015 17:07:36 -0500 Received: from mail-by2on0117.outbound.protection.outlook.com ([207.46.100.117]:14871 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754128AbbCFWG5 (ORCPT ); Fri, 6 Mar 2015 17:06:57 -0500 From: Yannick Guerrini To: CC: , , , Yannick Guerrini Subject: [PATCH] platform: x86: Fix trivial typo in comment Date: Fri, 6 Mar 2015 22:50:30 +0100 Message-ID: <1425678630-9332-1-git-send-email-yguerrini@tomshardware.fr> X-Mailer: git-send-email 1.9.5.msysgit.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [92.133.144.115] X-ClientProxiedBy: BY2PR12CA0002.namprd12.prod.outlook.com (25.160.121.12) To DM2PR0201MB0591.namprd02.prod.outlook.com (25.160.94.149) Authentication-Results: infradead.org; dkim=none (message not signed) header.d=none; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DM2PR0201MB0591; X-Microsoft-Antispam-PRVS: X-Forefront-Antispam-Report: BMV:1;SFV:NSPM;SFS:(10019020)(6009001)(6069001)(36756003)(77156002)(2351001)(110136001)(46102003)(42186005)(50466002)(92566002)(66066001)(48376002)(74482002)(40100003)(62966003)(47776003)(229853001)(19580405001)(33646002)(50986999)(87976001)(19580395003)(122386002)(50226001)(42882002);DIR:OUT;SFP:1102;SCL:1;SRVR:DM2PR0201MB0591;H:localhost.localdomain;FPR:;SPF:None;MLV:sfv;LANG:en; X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005006)(5002007);SRVR:DM2PR0201MB0591;BCL:0;PCL:0;RULEID:;SRVR:DM2PR0201MB0591; X-Forefront-PRVS: 05079D8470 X-OriginatorOrg: TOMSHARDWARE.FR X-MS-Exchange-CrossTenant-OriginalArrivalTime: 06 Mar 2015 21:51:22.6518 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: DM2PR0201MB0591 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Change 'disalbe' to 'disable' Signed-off-by: Yannick Guerrini --- drivers/platform/x86/intel_oaktrail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/x86/intel_oaktrail.c b/drivers/platform/x86/intel_oaktrail.c index a4a4258..8037c8b 100644 --- a/drivers/platform/x86/intel_oaktrail.c +++ b/drivers/platform/x86/intel_oaktrail.c @@ -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 -- 1.9.5.msysgit.0