On Thu, Dec 28, 2017 at 05:53:27PM +1100, Herbert Xu wrote: > Cheah Kok Cheong <thrust73@xxxxxxxxx> wrote: > > Add SPDX license identifier according to the type of license text found > > in the file. > > > > Cc: Philippe Ombredanne <pombredanne@xxxxxxxx> > > Signed-off-by: Cheah Kok Cheong <thrust73@xxxxxxxxx> > > --- > > kernel/padata.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/kernel/padata.c b/kernel/padata.c > > index e265953..eb9a9d9 100644 > > --- a/kernel/padata.c > > +++ b/kernel/padata.c > > @@ -1,3 +1,4 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > /* > > * padata.c - generic interface to process data streams in parallel > > * > > Steffen, are you OK with this patch? Yes, I'm ok with this. Acked-by: Steffen Klassert <steffen.klassert@xxxxxxxxxxx>