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

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.