All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zach Turner <turnerzdp@gmail.com>
To: gregkh@linuxfoundation.org, hwentland@gmail.com,
	manasi.d.navare@intel.com, daniel.vetter@ffwl.ch,
	outreachy-kernel@googlegroups.com
Subject: [PATCH] staging: rtl8192e: Add SPDX-License-Identifier - Style
Date: Mon, 22 Oct 2018 23:25:59 -0600	[thread overview]
Message-ID: <20181023052559.GA12944@venus> (raw)

Add SPDX-License-Identifier tag to the start of the file. This is
a coding style change which should not impact runtime code execution.

Signed-off-by: Zach Turner <turnerzdp@gmail.com>
---
 drivers/staging/rtl8192e/rtllib_crypt_ccmp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c b/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
index bc45cf098b04..8cfc2a1a5c48 100644
--- a/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
+++ b/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
@@ -1,5 +1,5 @@
-/*
- * Host AP crypt: host-based CCMP encryption implementation for Host AP driver
+// SPDX-License-Identifier: GPL-2.0-or-later
+/* Host AP crypt: host-based CCMP encryption implementation for Host AP driver
  *
  * Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.fi>
  *
-- 
2.17.1



             reply	other threads:[~2018-10-23  5:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-23  5:25 Zach Turner [this message]
2018-10-23  7:36 ` [Outreachy kernel] [PATCH] staging: rtl8192e: Add SPDX-License-Identifier - Style Himanshu Jha
2018-10-30  9:28 ` 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=20181023052559.GA12944@venus \
    --to=turnerzdp@gmail.com \
    --cc=daniel.vetter@ffwl.ch \
    --cc=gregkh@linuxfoundation.org \
    --cc=hwentland@gmail.com \
    --cc=manasi.d.navare@intel.com \
    --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.