On Sun, Dec 24, 2017 at 8:02 PM, Milan Stevanovic <milan.o.stevanovic@xxxxxxxxx> wrote: > On 12/23/2017 03:13 PM, Philippe Ombredanne wrote: >> >> Milan, >> >> On Sat, Dec 23, 2017 at 12:19 AM, Milan Stevanovic >> <milan.o.stevanovic@xxxxxxxxx> wrote: >>> >>> Signed-off-by: Milan Stevanovic <milan.o.stevanovic@xxxxxxxxx> >> >> <snip> >> >> May be it is just me, but you may be missing a commit message? >> >> <snip> > > Yes... Sorry I missed this >>> >>> --- /dev/null >>> +++ b/drivers/iio/adc/ti-adc081s.c >>> @@ -0,0 +1,239 @@ >>> +/* >>> + * TI ADC081S/ADC101S/ADC121S 8/10/12-bit ADC driver >>> + * >>> + * >>> + * This program is free software; you can redistribute it and/or modify >>> + * it under the terms of the GNU General Public License version 2 as >>> + * published by the Free Software Foundation. >> >> Could you consider using an SPDX tag here as documented by Thomas in >> this patch set [1] ? >> This is the new thing for this end of of year and a must have for 2018! >> >> [1] https://lkml.org/lkml/2017/12/4/934 > > Thanks for this... I added it... > > Best regards > Milan > > From 039f53aa702bd524e53c61b0365d048e2624ef02 Mon Sep 17 00:00:00 2001 > From: Milan Stevanovic <milan.o.stevanovic@xxxxxxxxx> > Date: Sat, 23 Dec 2017 00:06:32 +0100 > Subject: [PATCH v2] iio: adc: add driver for ti adc081s/adc101s/adc121s > > Linux device driver for single-channel CMOS > 8/10/12-bit analog-to-digital converter with a > high-speed serial interface. > > Signed-off-by: Milan Stevanovic <milan.o.stevanovic@xxxxxxxxx> > > Changes in v2: > - Add SPDX tag > - Add correct git commit message <snip> > --- /dev/null > +++ b/drivers/iio/adc/ti-adc081s.c > @@ -0,0 +1,242 @@ > +/* > + * Released under the GPLv2 only. > + * SPDX-License-Identifier: GPL-2.0 > + * The SPDX tag should be on the first line using a C++ style comment when in a .c file as explained in Thomas doc And when using an SPDx id, do no repeat a license notice: this would defeat the whole purpose of getting rid of boilerplate. > +// SPDX-License-Identifier: GPL-2.0 -- Cordially Philippe Ombredanne -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html