All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] Staging: most: dim2: Fix malformed SPDX-License-Identifier
@ 2019-03-06  4:39 Wentao Cai
  2019-03-06  4:39 ` [PATCH 2/4] " Wentao Cai
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Wentao Cai @ 2019-03-06  4:39 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel, Wentao Cai

This patch fixes the checkpatch.pl warning:
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1

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

diff --git a/drivers/staging/most/dim2/errors.h b/drivers/staging/most/dim2/errors.h
index 3487510fbd2f..cbbdaaf5c52d 100644
--- a/drivers/staging/most/dim2/errors.h
+++ b/drivers/staging/most/dim2/errors.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * errors.h - Definitions of errors for DIM2 HAL API
  * (MediaLB, Device Interface Macro IP, OS62420)
-- 
2.11.0



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

end of thread, other threads:[~2019-03-07 10:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-06  4:39 [PATCH 1/4] Staging: most: dim2: Fix malformed SPDX-License-Identifier Wentao Cai
2019-03-06  4:39 ` [PATCH 2/4] " Wentao Cai
2019-03-06  4:39 ` [PATCH 3/4] " Wentao Cai
2019-03-06  4:39 ` [PATCH 4/4] " Wentao Cai
2019-03-06  7:08 ` [Outreachy kernel] [PATCH 1/4] " Julia Lawall
2019-03-06  9:07   ` Greg KH
2019-03-07 10:35   ` etsai042
2019-03-06  9:08 ` Greg KH

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.