On Thu, 23 May 2019, Thomas Gleixner wrote: > --- a/drivers/regulator/tps65132-regulator.c > +++ b/drivers/regulator/tps65132-regulator.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * TI TPS65132 Regulator driver > * > @@ -5,16 +6,6 @@ > * > * Author: Venkat Reddy Talla <vreddytalla@xxxxxxxxxx> > * Laxman Dewangan <ldewangan@xxxxxxxxxx> > - * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License as > - * published by the Free Software Foundation; either version 2 of the > - * License, or (at your option) any later version. > - * > - * This program is distributed "as is" WITHOUT ANY WARRANTY of any kind, > - * whether express or implied; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * General Public License for more details. A new variant of the scheme ... Thanks, tglx