From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 09CA82C98 for ; Wed, 3 Nov 2021 08:25:25 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 05F4361175; Wed, 3 Nov 2021 08:25:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1635927925; bh=sPQhiSpWqU7ltM/bRP2NYDzHvnqa1Ml6ZEmtev8txNE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HvGccrJMeDDyUpaQXn41IRSVvZCUTn58ez115/anlgOkT+lE4qcodZ5fZL3ZdRXuV dr18qSGv9o1Y43SoOkTJPqlvQZ57raFrFLXY5H323T8NS82HpaXS2naFddztGSj+9T Cn7+pLWYvfMAHZldpcIMdzYIjtR0KOk1074KtuNk= Date: Wed, 3 Nov 2021 09:25:22 +0100 From: Greg KH To: Ankit Pandey Cc: linux-kernel@vger.kernel.or, linux-staging@lists.linux.dev Subject: Re: [PATCH] gdm724x: add SPDX License in gdm724x drivers (resend) Message-ID: References: <20211102185844.GA94400@ankit-pc> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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, 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 > > > --- > > > 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