[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20181217131557.GA12376@kroah.com>
Date: Mon, 17 Dec 2018 14:15:57 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Amir Mahdi Ghorbanian <indigoomega021@...il.com>
Cc: abbotti@....co.uk, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: comedi: 8255: fixed an SPDX License Tag coding
style issue
On Thu, Dec 13, 2018 at 08:53:17AM -0800, Amir Mahdi Ghorbanian wrote:
> From: Amir Mahdi Ghorbanian <indigoOmega021@...il.com>
>
> Fixed a coding style issue.
>
> Signed-off-by: Amir Mahdi Ghorbanian <indigoOmega021@...il.com>
> ---
> drivers/staging/comedi/drivers/8255.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/comedi/drivers/8255.h b/drivers/staging/comedi/drivers/8255.h
> index 6cd1339..ceae3ca 100644
> --- a/drivers/staging/comedi/drivers/8255.h
> +++ b/drivers/staging/comedi/drivers/8255.h
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0+
> +/* SPDX-License-Identifier: GPL-2.0+ */
> /*
> * module/8255.h
> * Header file for 8255
> --
> 2.7.4
This patch does not apply to my tree at all. Always work against
linux-next so you do not duplicate work others have already done.
thanks,
greg k-h
Powered by blists - more mailing lists