[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180811162605.GA20944@kroah.com>
Date: Sat, 11 Aug 2018 18:26:05 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Michael Anckaert <michael.anckaert@...ax.be>
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: netlogic: Fixed comments to include
SPDX-License-Identifier
On Sat, Aug 11, 2018 at 06:15:05PM +0200, Michael Anckaert wrote:
> This patch fixes some issues with missing SPDX-License-Identifier
> comments.
>
> Disclaimer: this is my first patch and instructions were taken from the
> KernelNewbies project.
This does not belong in a changelog comment. If you want to put info
like this, put it below the --- line.
>
> Signed-off-by: Michael Anckaert <michael.anckaert@...ax.be>
> ---
> drivers/staging/netlogic/Kconfig | 6 +++---
> drivers/staging/netlogic/platform_net.c | 1 +
> drivers/staging/netlogic/platform_net.h | 1 +
> drivers/staging/netlogic/xlr_net.c | 1 +
> drivers/staging/netlogic/xlr_net.h | 1 +
> 5 files changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/staging/netlogic/Kconfig b/drivers/staging/netlogic/Kconfig
> index d660de51b541..ab0b756bc08b 100644
> --- a/drivers/staging/netlogic/Kconfig
> +++ b/drivers/staging/netlogic/Kconfig
> @@ -2,6 +2,6 @@ config NETLOGIC_XLR_NET
> tristate "Netlogic XLR/XLS network device"
> depends on CPU_XLR
> select PHYLIB
> - ---help---
> - This driver support Netlogic XLR/XLS on chip gigabit
> - Ethernet.
> + help
> + This driver support Netlogic XLR/XLS on chip gigabit
> + Ethernet.
This change has nothing to do with spdx identifiers :(
Please fix up and resend as 2 different patches.
thanks,
greg k-h
Powered by blists - more mailing lists