All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 4/4] Staging: most: dim2: Fix SPDX-License-Identifier in reg.h
@ 2019-03-08  4:20 Wentao Cai
  0 siblings, 0 replies; only message in thread
From: Wentao Cai @ 2019-03-08  4:20 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel, Wentao Cai

Fix the checkpatch.pl warning in drivers/staging/most/dim2/reg.h:
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1

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

diff --git a/drivers/staging/most/dim2/reg.h b/drivers/staging/most/dim2/reg.h
index 4343a483017e..b0f36c208a57 100644
--- a/drivers/staging/most/dim2/reg.h
+++ b/drivers/staging/most/dim2/reg.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * reg.h - Definitions for registers of DIM2
  * (MediaLB, Device Interface Macro IP, OS62420)
-- 
2.11.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-08  4:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-08  4:20 [PATCH v3 4/4] Staging: most: dim2: Fix SPDX-License-Identifier in reg.h 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.