All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wentao Cai <etsai042@gmail.com>
To: gregkh@linuxfoundation.org, etsai042@gmail.com
Cc: outreachy-kernel@googlegroups.com
Subject: [PATCH] Staging: most: dim2: Fix SPDX-License-Identifier in reg.h
Date: Fri,  8 Mar 2019 23:31:22 -0800	[thread overview]
Message-ID: <20190309073125.5610-3-etsai042@gmail.com> (raw)
In-Reply-To: <20190309073125.5610-1-etsai042@gmail.com>

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



  parent reply	other threads:[~2019-03-09  7:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-09  7:31 [PATCH v4 0/4] Correct malformed SPDX-License-Identifier Wentao Cai
2019-03-09  7:31 ` [PATCH v4 1/4] Staging: most: dim2: errors.h: Correct SPDX-License-Identifier Wentao Cai
2019-03-09  7:31 ` Wentao Cai [this message]
2019-03-09  7:31 ` [PATCH v4 2/4] Staging: most: dim2: hal.h: " Wentao Cai
2019-03-09  7:31 ` [PATCH v4 3/4] Staging: most: dim2: sysfs.h: " Wentao Cai
2019-03-09  7:31 ` [PATCH v4 4/4] Staging: most: dim2: reg.h: " Wentao Cai
2019-03-09 10:12 ` [PATCH v4 0/4] Correct malformed SPDX-License-Identifier Greg KH
2019-03-12  8:42   ` etsai042
2019-03-12  8:47     ` [Outreachy kernel] " Julia Lawall
2019-03-12  9:17       ` etsai042

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190309073125.5610-3-etsai042@gmail.com \
    --to=etsai042@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=outreachy-kernel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.