Re: [PATCH] lib: linear_ranges: Add missing MODULE_LICENSE()

2020-05-11 Thread Mark Brown
On Sat, 9 May 2020 18:15:19 +0300, Matti Vaittinen wrote: > When linear_ranges is compiled as module we get warning > about missing MODULE_LICENSE(). Fix it by adding > MODULE_LICENSE("GPL") as is suggested by SPDX and EXPORTs. Applied to local tree asoc/for-5.7 Thanks! [1/1] lib: linear_ran

Re: [PATCH] lib: linear_ranges: Add missing MODULE_LICENSE()

2020-05-10 Thread Vaittinen, Matti
Morning folks, On Sun, 2020-05-10 at 21:50 +0200, Sebastian Reichel wrote: > Hi, > > On Sat, May 09, 2020 at 06:15:19PM +0300, Matti Vaittinen wrote: > > When linear_ranges is compiled as module we get warning > > about missing MODULE_LICENSE(). Fix it by adding > > MODULE_LICENSE("GPL") as is su

Re: [PATCH] lib: linear_ranges: Add missing MODULE_LICENSE()

2020-05-10 Thread Sebastian Reichel
Hi, On Sat, May 09, 2020 at 06:15:19PM +0300, Matti Vaittinen wrote: > When linear_ranges is compiled as module we get warning > about missing MODULE_LICENSE(). Fix it by adding > MODULE_LICENSE("GPL") as is suggested by SPDX and EXPORTs. > > Signed-off-by: Matti Vaittinen > --- > > I saw Mark

[PATCH] lib: linear_ranges: Add missing MODULE_LICENSE()

2020-05-09 Thread Matti Vaittinen
When linear_ranges is compiled as module we get warning about missing MODULE_LICENSE(). Fix it by adding MODULE_LICENSE("GPL") as is suggested by SPDX and EXPORTs. Signed-off-by: Matti Vaittinen --- I saw Mark applied the linear-ranges patch. So I sent this fix as incremental patch - but I still