diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-04-16 12:30:56 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-04-19 17:56:41 +0200 |
commit | 8cba4a9927df08c3bf7037e90692699e4152fa00 (patch) | |
tree | 7923d2ef161837626d17796ab989adbc55254037 /drivers/iio/adc/ad7791.c | |
parent | iio: light: isl29125: fix iio_triggered_buffer_{predisable,postenable} positions (diff) | |
download | linux-8cba4a9927df08c3bf7037e90692699e4152fa00.tar.xz linux-8cba4a9927df08c3bf7037e90692699e4152fa00.zip |
iio: Fix misspellings of "Analog Devices"
According to https://www.analog.com/, the company name is spelled
"Analog Devices".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/adc/ad7791.c')
-rw-r--r-- | drivers/iio/adc/ad7791.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/ad7791.c b/drivers/iio/adc/ad7791.c index ba22808507d0..48432b6f6002 100644 --- a/drivers/iio/adc/ad7791.c +++ b/drivers/iio/adc/ad7791.c @@ -492,5 +492,5 @@ static struct spi_driver ad7791_driver = { module_spi_driver(ad7791_driver); MODULE_AUTHOR("Lars-Peter Clausen <lars@metafoo.de>"); -MODULE_DESCRIPTION("Analog Device AD7787/AD7788/AD7789/AD7790/AD7791 ADC driver"); +MODULE_DESCRIPTION("Analog Devices AD7787/AD7788/AD7789/AD7790/AD7791 ADC driver"); MODULE_LICENSE("GPL v2"); |