On Wed, Nov 03, 2021 at 01:49:27PM +0530, Ankit Pandey wrote: > I am sorry, there was some issue with my git and I was looking at wrong > history. I have fixed my git and checked drivers/staging/gdm724x/ for > license issues. No such issue was present. > Please ignore this patch. > > Note: This was my first patch, I am still figuring out and learning things. > > On Wed, 3 Nov, 2021, 1:20 am Greg KH, <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > > On Wed, Nov 03, 2021 at 12:28:44AM +0530, Ankit Kumar Pandey wrote: > > > This work ensure SPDX-License convention is followed. License is taken > > > from file gdm_mux.c present in drivers/staging/gdm724x. > > > > > > Signed-off-by: Ankit Kumar Pandey <itsankitkp@xxxxxxxxx> > > > --- > > > drivers/staging/gdm724x/gdmulte.mod.c | 40 +++++++++++++++++++++++++++ > > > 1 file changed, 40 insertions(+) > > > create mode 100644 drivers/staging/gdm724x/gdmulte.mod.c > > > > Why are you adding this file to the kernel source tree? This file should not have been in your git history at all, it is automataically generated by the build. So what tool was scanning it for a SPDX license? thanks, greg k-h