public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: comedi: 8255: fixed an SPDX License Tag coding style issue
@ 2018-12-13 16:53 Amir Mahdi Ghorbanian
  2018-12-17 13:15 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Amir Mahdi Ghorbanian @ 2018-12-13 16:53 UTC (permalink / raw)
  To: abbotti; +Cc: devel, linux-kernel, gregkh, Amir Mahdi Ghorbanian

From: Amir Mahdi Ghorbanian <indigoOmega021@gmail.com>

Fixed a coding style issue.

Signed-off-by: Amir Mahdi Ghorbanian <indigoOmega021@gmail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: comedi: 8255: fixed an SPDX License Tag coding style issue
  2018-12-13 16:53 [PATCH] Staging: comedi: 8255: fixed an SPDX License Tag coding style issue Amir Mahdi Ghorbanian
@ 2018-12-17 13:15 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-12-17 13:15 UTC (permalink / raw)
  To: Amir Mahdi Ghorbanian; +Cc: abbotti, devel, linux-kernel

On Thu, Dec 13, 2018 at 08:53:17AM -0800, Amir Mahdi Ghorbanian wrote:
> From: Amir Mahdi Ghorbanian <indigoOmega021@gmail.com>
> 
> Fixed a coding style issue.
> 
> Signed-off-by: Amir Mahdi Ghorbanian <indigoOmega021@gmail.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-17 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-13 16:53 [PATCH] Staging: comedi: 8255: fixed an SPDX License Tag coding style issue Amir Mahdi Ghorbanian
2018-12-17 13:15 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox