From patchwork Tue Mar 26 09:42:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 15652 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 7B83523E0E for ; Tue, 26 Mar 2013 09:53:37 +0000 (UTC) Received: from mail-vc0-f178.google.com (mail-vc0-f178.google.com [209.85.220.178]) by fiordland.canonical.com (Postfix) with ESMTP id 38133A19658 for ; Tue, 26 Mar 2013 09:53:37 +0000 (UTC) Received: by mail-vc0-f178.google.com with SMTP id hz11so5385684vcb.37 for ; Tue, 26 Mar 2013 02:53:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=SvTP+meXjTpZNJERj8ulMo41ikErOddjBjQ/jx2a3pc=; b=eTB167qzOV9ruHN6EuFUR6tjW4LrItt1z5B1pGxxN3S4W0xmZY7c29jy5mkutmlZX/ NdUprRM4BOZXWQ61KLHslf2Uho1HvddzzpGO5/djcEyzNISaqu8nuJW2gX9Hh/pcxOJO Jlo8Kpa9z/Hj7cJ+qQSw8W3s9Z4fb3dutaIE9gRvR9fUiPwqr78sR+wLR+HDnTsYZHey 2O3DrVzouMJdN+qlnN9WoxsMOt9mzgPmJh7D06W5RvMevhFmBxU41lukRpRksGHVb4bN suxePpK1xMDJ8ZNYazDNzLOOG3l3JkCW1aD9xt008YcWmERcThgVlCup/cdZV8bTYcqL FddQ== X-Received: by 10.52.233.225 with SMTP id tz1mr16546482vdc.54.1364291616775; Tue, 26 Mar 2013 02:53:36 -0700 (PDT) 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.59.4.204 with SMTP id cg12csp63370ved; Tue, 26 Mar 2013 02:53:36 -0700 (PDT) X-Received: by 10.67.1.8 with SMTP id bc8mr23128921pad.96.1364291615845; Tue, 26 Mar 2013 02:53:35 -0700 (PDT) Received: from mail-pd0-f172.google.com (mail-pd0-f172.google.com [209.85.192.172]) by mx.google.com with ESMTPS id fd8si17362517pad.75.2013.03.26.02.53.35 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Mar 2013 02:53:35 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.192.172 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.192.172; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.192.172 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-pd0-f172.google.com with SMTP id w10so2960968pde.17 for ; Tue, 26 Mar 2013 02:53:35 -0700 (PDT) X-Received: by 10.68.135.196 with SMTP id pu4mr7814227pbb.111.1364291615437; Tue, 26 Mar 2013 02:53:35 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id 1sm16940332pbg.18.2013.03.26.02.53.32 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 26 Mar 2013 02:53:34 -0700 (PDT) From: Sachin Kamat To: linux-iio@vger.kernel.org Cc: jic23@kernel.org, jic23@cam.ac.uk, ch.naveen@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 2/2] iio: exynos_adc: Fix a typo in Kconfig help text Date: Tue, 26 Mar 2013 15:12:11 +0530 Message-Id: <1364290931-25772-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1364290931-25772-1-git-send-email-sachin.kamat@linaro.org> References: <1364290931-25772-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQn2mUJ9hmr7Ftcgs6Kt4NmLZfsXGvEN6sulhvY/5LGO8u8s2H4/VVWSu0Pq2OgzOb0Z3sZe Fixes a trivial typo. Signed-off-by: Sachin Kamat --- drivers/iio/adc/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index ab0767e6..718084f 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -108,7 +108,7 @@ config EXYNOS_ADC depends on OF help Core support for the ADC block found in the Samsung EXYNOS series - of SoCs for drivers such as the touchscreen and hwmon to use to share + of SoCs for drivers such as the touchscreen and hwmon to use and share this resource. config LP8788_ADC