* [PATCH] iio:adc: Fix typo in MODULE_DESCRIPTION in ad7793.c
@ 2015-03-04 3:44 Masanari Iida
2015-03-07 19:19 ` Jonathan Cameron
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2015-03-04 3:44 UTC (permalink / raw)
To: jic23, linux-kernel.vger.kernel.org, linux-iio; +Cc: Masanari Iida
This patch fix spelling typo in MODULE_DESCRIPTION
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
drivers/iio/adc/ad7793.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/adc/ad7793.c b/drivers/iio/adc/ad7793.c
index 4dddeab..b84922a 100644
--- a/drivers/iio/adc/ad7793.c
+++ b/drivers/iio/adc/ad7793.c
@@ -861,5 +861,5 @@ static struct spi_driver ad7793_driver = {
module_spi_driver(ad7793_driver);
MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
-MODULE_DESCRIPTION("Analog Devices AD7793 and simialr ADCs");
+MODULE_DESCRIPTION("Analog Devices AD7793 and similar ADCs");
MODULE_LICENSE("GPL v2");
--
2.3.1.167.g7f4ba4b
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] iio:adc: Fix typo in MODULE_DESCRIPTION in ad7793.c
2015-03-04 3:44 [PATCH] iio:adc: Fix typo in MODULE_DESCRIPTION in ad7793.c Masanari Iida
@ 2015-03-07 19:19 ` Jonathan Cameron
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2015-03-07 19:19 UTC (permalink / raw)
To: Masanari Iida, linux-iio
On 04/03/15 03:44, Masanari Iida wrote:
> This patch fix spelling typo in MODULE_DESCRIPTION
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Applied to the togreg branch of iio.git Thanks.
Jonathan
> ---
> drivers/iio/adc/ad7793.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/adc/ad7793.c b/drivers/iio/adc/ad7793.c
> index 4dddeab..b84922a 100644
> --- a/drivers/iio/adc/ad7793.c
> +++ b/drivers/iio/adc/ad7793.c
> @@ -861,5 +861,5 @@ static struct spi_driver ad7793_driver = {
> module_spi_driver(ad7793_driver);
>
> MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
> -MODULE_DESCRIPTION("Analog Devices AD7793 and simialr ADCs");
> +MODULE_DESCRIPTION("Analog Devices AD7793 and similar ADCs");
> MODULE_LICENSE("GPL v2");
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-07 19:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 3:44 [PATCH] iio:adc: Fix typo in MODULE_DESCRIPTION in ad7793.c Masanari Iida
2015-03-07 19:19 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).