From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:41917 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752366Ab3F2Jt0 (ORCPT ); Sat, 29 Jun 2013 05:49:26 -0400 Message-ID: <51CEADA5.7050800@kernel.org> Date: Sat, 29 Jun 2013 10:49:25 +0100 From: Jonathan Cameron MIME-Version: 1.0 To: Lars-Peter Clausen CC: Peter Meerwald , linux-iio@vger.kernel.org Subject: Re: [PATCH 1/5] iio: fix typos in dac Kconfig References: <1372022900-18670-1-git-send-email-pmeerw@pmeerw.net> <51C7E4A6.7020107@metafoo.de> In-Reply-To: <51C7E4A6.7020107@metafoo.de> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 06/24/2013 07:18 AM, Lars-Peter Clausen wrote: > On 06/23/2013 11:28 PM, Peter Meerwald wrote: >> Signed-off-by: Peter Meerwald >> Cc: Lars-Peter Clausen > > Acked-by: Lars-Peter Clausen Applied to the togreg branch of iio.git Thanks, > > Thanks > >> --- >> drivers/iio/dac/Kconfig | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig >> index c9c33ce..b9fd4c7 100644 >> --- a/drivers/iio/dac/Kconfig >> +++ b/drivers/iio/dac/Kconfig >> @@ -15,7 +15,7 @@ config AD5064 >> module will be called ad5064. >> >> config AD5360 >> - tristate "Analog Devices Analog Devices AD5360/61/62/63/70/71/73 DAC driver" >> + tristate "Analog Devices AD5360/61/62/63/70/71/73 DAC driver" >> depends on SPI >> help >> Say yes here to build support for Analog Devices AD5360, AD5361, >> @@ -68,7 +68,7 @@ config AD5446 >> module will be called ad5446. >> >> config AD5449 >> - tristate "Analog Device AD5449 and similar DACs driver" >> + tristate "Analog Devices AD5449 and similar DACs driver" >> depends on SPI_MASTER >> help >> Say yes here to build support for Analog Devices AD5415, AD5426, AD5429, >> @@ -131,7 +131,7 @@ config AD5686 >> module will be called ad5686. >> >> config AD7303 >> - tristate "Analog Devices Analog Devices AD7303 DAC driver" >> + tristate "Analog Devices AD7303 DAC driver" >> depends on SPI >> help >> Say yes here to build support for Analog Devices AD7303 Digital to Analog > > -- > 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 >