On 01/12/2018 09:38 PM, Milan Stevanovic wrote:
> From cb437dd49444fb12897f88ccf485369e6ed3184e Mon Sep 17 00:00:00 2001
> From: Milan Stevanovic <milan.o.stevano...@gmail.com>
> Date: Sun, 7 Jan 2018 21:44:33 +0100
> Subject: [PATCH] iio: adc: driver for ti adc081s/adc101s/adc121s
> 
>     Add Linux device driver for TI single-channel CMOS
>     8/10/12-bit analog-to-digital converter with a
>     high-speed serial interface.
> 
> Signed-off-by: Milan Stevanovic <milan.o.stevano...@gmail.com>
> ---
>  drivers/iio/adc/ad7476.c | 26 +++++++++++++++++++++++---
>  1 file changed, 23 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/iio/adc/ad7476.c b/drivers/iio/adc/ad7476.c
> index b7706bf..e872081 100644
> --- a/drivers/iio/adc/ad7476.c
> +++ b/drivers/iio/adc/ad7476.c
> @@ -1,9 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
> - * AD7466/7/8 AD7476/5/7/8 (A) SPI ADC driver
>   *
> - * Copyright 2010 Analog Devices Inc.

The copyright should probably stay.

> + * Analog Device AD7466/7/8 AD7476/5/7/8 (A) SPI ADC driver

Analog Devices with a s at the end.

> + * TI ADC081S/ADC101S/ADC121S 8/10/12-bit SPI ADC driver
>   *
> - * Licensed under the GPL-2 or later.
>   */
>  
[...]

Reply via email to