From patchwork Tue Nov 20 05:22:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 12961 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id DD4D323FC2 for ; Tue, 20 Nov 2012 05:29:00 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 8A3C2A18F7F for ; Tue, 20 Nov 2012 05:29:00 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so7671712iej.11 for ; Mon, 19 Nov 2012 21:29:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=UY9eSbIMk3i95Zn1Rm/hrLVHhRWC22xvA82HMapE8T8=; b=JmotuC9cVzuwbtDtn8FGKgZPe2Chh7g1NK6U89t+zSNF6MzZDmpPGpSiLt9bTzuSTF 2dMRduKCmRUEeq9WChnGkO6WPTKXRF23NPDRz27Z/XHqDk/5LLGd7pRffwf0nqzeul/y AAHlKhUCtrtxl9bxn3iD5laF8GZpEwMLSfd5YLn5f98F0H7T/vLM93Kn5h3izGTdPgDY bBr8It8aKzGtGxpNzZ6MPnousHEoGBv/jjvphVb93DEGWy/Q1qhxQ9abltaZUL28eBiP dKuIEHTDvM9vnhfQBeLGzcdowRKdshtcEWCwIMtVD5F9aG717biFOISxczE711riBPFE ggAQ== Received: by 10.50.152.137 with SMTP id uy9mr8719579igb.62.1353389340320; Mon, 19 Nov 2012 21:29:00 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp271264igt; Mon, 19 Nov 2012 21:28:59 -0800 (PST) Received: by 10.66.85.10 with SMTP id d10mr4927456paz.52.1353389339684; Mon, 19 Nov 2012 21:28:59 -0800 (PST) Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by mx.google.com with ESMTPS id tp3si16765542pbc.85.2012.11.19.21.28.59 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 21:28:59 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.47 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.220.47; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.47 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pa0-f47.google.com with SMTP id fa11so3777736pad.34 for ; Mon, 19 Nov 2012 21:28:59 -0800 (PST) Received: by 10.68.243.72 with SMTP id ww8mr45553799pbc.56.1353389339450; Mon, 19 Nov 2012 21:28:59 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id d2sm7429712paw.19.2012.11.19.21.28.56 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 21:28:58 -0800 (PST) From: Sachin Kamat To: linux-kernel@vger.kernel.org Cc: myungjoo.ham@samsung.com, cw00.choi@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 2/7] extcon: max8997: Fix a typo Date: Tue, 20 Nov 2012 10:52:38 +0530 Message-Id: <1353388963-23761-3-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1353388963-23761-1-git-send-email-sachin.kamat@linaro.org> References: <1353388963-23761-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQlSd54aGFLhKXe/QLczVv+mL/aJz7E9VO8RVboEJuLr7iECl6rxIM4s2IlsiwK8Hi0nNmM2 Electrnoics -> Electronics Signed-off-by: Sachin Kamat --- drivers/extcon/extcon-max8997.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/extcon/extcon-max8997.c b/drivers/extcon/extcon-max8997.c index c364794..af8a5bc 100644 --- a/drivers/extcon/extcon-max8997.c +++ b/drivers/extcon/extcon-max8997.c @@ -1,7 +1,7 @@ /* * extcon-max8997.c - MAX8997 extcon driver to support MAX8997 MUIC * - * Copyright (C) 2012 Samsung Electrnoics + * Copyright (C) 2012 Samsung Electronics * Donggeun Kim * * This program is free software; you can redistribute it and/or modify