All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Zach Turner <turnerzdp@gmail.com>
Cc: hwentland@gmail.com, manasi.d.navare@intel.com,
	daniel.vetter@ffwl.ch, outreachy-kernel@googlegroups.com
Subject: Re: [PATCH] staging: rtl8192e: Add SPDX-License-Identifier - Style
Date: Tue, 30 Oct 2018 10:28:29 +0100	[thread overview]
Message-ID: <20181030092829.GA25103@kroah.com> (raw)
In-Reply-To: <20181023052559.GA12944@venus>

On Mon, Oct 22, 2018 at 11:25:59PM -0600, Zach Turner wrote:
> 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

Please read Documentation/process/license-rules.rst for the proper
string to put here (hint do not use "or-later" in it...)

thanks,

greg k-h


      parent reply	other threads:[~2018-10-30  9:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-23  5:25 [PATCH] staging: rtl8192e: Add SPDX-License-Identifier - Style Zach Turner
2018-10-23  7:36 ` [Outreachy kernel] " Himanshu Jha
2018-10-30  9:28 ` Greg KH [this message]

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=20181030092829.GA25103@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=daniel.vetter@ffwl.ch \
    --cc=hwentland@gmail.com \
    --cc=manasi.d.navare@intel.com \
    --cc=outreachy-kernel@googlegroups.com \
    --cc=turnerzdp@gmail.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.