All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] Staging: unisys: Correct malformed SPDX-License-Identifier
@ 2019-03-20  4:40 Wentao Cai
  2019-03-20  6:53 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Wentao Cai @ 2019-03-20  4:40 UTC (permalink / raw)
  To: David Kershner, Greg Kroah-Hartman; +Cc: outreachy-kernel, Wentao Cai

Correct SPDX-License-Identifier comment characters to silence
checkpatch.pl warning:
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1

Signed-off-by: Wentao Cai <etsai042@gmail.com>
---
 drivers/staging/unisys/include/iochannel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/unisys/include/iochannel.h b/drivers/staging/unisys/include/iochannel.h
index 45c785d80ce4..9ef812c0bc42 100644
--- a/drivers/staging/unisys/include/iochannel.h
+++ b/drivers/staging/unisys/include/iochannel.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) 2010 - 2016 UNISYS CORPORATION
  * All rights reserved.
-- 
2.11.0



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

* Re: [PATCH 1/4] Staging: unisys: Correct malformed SPDX-License-Identifier
  2019-03-20  4:40 [PATCH 1/4] Staging: unisys: Correct malformed SPDX-License-Identifier Wentao Cai
@ 2019-03-20  6:53 ` Greg Kroah-Hartman
  2019-03-20  7:01   ` Wentao Cai
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Kroah-Hartman @ 2019-03-20  6:53 UTC (permalink / raw)
  To: Wentao Cai; +Cc: David Kershner, outreachy-kernel

On Tue, Mar 19, 2019 at 09:40:18PM -0700, Wentao Cai wrote:
> Correct SPDX-License-Identifier comment characters to silence
> checkpatch.pl warning:
> WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
> 
> Signed-off-by: Wentao Cai <etsai042@gmail.com>
> ---
>  drivers/staging/unisys/include/iochannel.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Patch 1/4?  Where are the other 3 patches?

Please fix up and resend the series properly.

thanks,

greg k-h


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

* Re: [PATCH 1/4] Staging: unisys: Correct malformed SPDX-License-Identifier
  2019-03-20  6:53 ` Greg Kroah-Hartman
@ 2019-03-20  7:01   ` Wentao Cai
  0 siblings, 0 replies; 3+ messages in thread
From: Wentao Cai @ 2019-03-20  7:01 UTC (permalink / raw)
  To: outreachy-kernel


[-- Attachment #1.1: Type: text/plain, Size: 242 bytes --]

On Tuesday, March 19, 2019 at 11:53:42 PM UTC-7, gregkh wrote:
>
> > Patch 1/4?  Where are the other 3 patches? 
> > 
> > Please fix up and resend the series properly. 
> > 
> > thanks, 
> > 
> > greg k-h 
>
 
Sorry, I'll resend it. 

Wentao

[-- Attachment #1.2: Type: text/html, Size: 479 bytes --]

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

end of thread, other threads:[~2019-03-20  7:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-20  4:40 [PATCH 1/4] Staging: unisys: Correct malformed SPDX-License-Identifier Wentao Cai
2019-03-20  6:53 ` Greg Kroah-Hartman
2019-03-20  7:01   ` Wentao Cai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.