All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wentao Cai <etsai042@gmail.com>
To: gregkh@linuxfoundation.org
Cc: outreachy-kernel@googlegroups.com, Wentao Cai <etsai042@gmail.com>
Subject: [PATCH 2/4] Staging: most: dim2: Fix malformed SPDX-License-Identifier
Date: Tue,  5 Mar 2019 20:39:39 -0800	[thread overview]
Message-ID: <20190306043941.6141-2-etsai042@gmail.com> (raw)
In-Reply-To: <20190306043941.6141-1-etsai042@gmail.com>

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/hal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/most/dim2/hal.h b/drivers/staging/most/dim2/hal.h
index e04a5350f134..fca6c22de8a6 100644
--- a/drivers/staging/most/dim2/hal.h
+++ b/drivers/staging/most/dim2/hal.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * hal.h - DIM2 HAL interface
  * (MediaLB, Device Interface Macro IP, OS62420)
-- 
2.11.0



  reply	other threads:[~2019-03-06  4:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-06  4:39 [PATCH 1/4] Staging: most: dim2: Fix malformed SPDX-License-Identifier Wentao Cai
2019-03-06  4:39 ` Wentao Cai [this message]
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

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=20190306043941.6141-2-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.