diff mbox

[2/2] iio: exynos_adc: Fix a typo in Kconfig help text

Message ID 1364290931-25772-2-git-send-email-sachin.kamat@linaro.org
State Rejected
Headers show

Commit Message

Sachin Kamat March 26, 2013, 9:42 a.m. UTC
Fixes a trivial typo.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/iio/adc/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Naveen Krishna Ch March 26, 2013, 1:23 p.m. UTC | #1
On 26 March 2013 15:12, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> Fixes a trivial typo.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  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
I took these lines from arch/arm/plat-samsung/Kconfig for S3C ADC.
Sure if this change makes sence.
> +         of SoCs for drivers such as the touchscreen and hwmon to use and share
>           this resource.
>
>  config LP8788_ADC
> --
> 1.7.4.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



--
Shine bright,
(: Nav :)
Jonathan Cameron March 29, 2013, 9:26 a.m. UTC | #2
On 03/26/2013 01:23 PM, Naveen Krishna Ch wrote:
> On 26 March 2013 15:12, Sachin Kamat <sachin.kamat@linaro.org> wrote:
>> Fixes a trivial typo.
>>
>> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>> ---
>>  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
> I took these lines from arch/arm/plat-samsung/Kconfig for S3C ADC.
> Sure if this change makes sence.
Original text is just fine and has a subtly different meaning so not taking this
patch.

>> +         of SoCs for drivers such as the touchscreen and hwmon to use and share
>>           this resource.
>>
>>  config LP8788_ADC
>> --
>> 1.7.4.1
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 
> 
> --
> Shine bright,
> (: Nav :)
>
diff mbox

Patch

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