diff mbox series

net/bonding: Fix full name of the GPL

Message ID 20230122182048.54710-1-didi.debian@cknow.org (mailing list archive)
State Rejected
Delegated to: Netdev Maintainers
Headers show
Series net/bonding: Fix full name of the GPL | expand

Checks

Context Check Description
netdev/tree_selection success Guessed tree name to be net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix warning Target tree name not specified in the subject
netdev/cover_letter success Single patches do not need cover letters
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 3 this patch: 3
netdev/cc_maintainers success CCed 8 of 8 maintainers
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 3 this patch: 3
netdev/checkpatch warning WARNING: Missing commit description - Add an appropriate one
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Diederik de Haas Jan. 22, 2023, 6:20 p.m. UTC
Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
---
 drivers/net/bonding/bonding_priv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Christophe JAILLET Jan. 22, 2023, 7:52 p.m. UTC | #1
Le 22/01/2023 à 19:20, Diederik de Haas a écrit :
> Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
> ---
>   drivers/net/bonding/bonding_priv.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/bonding/bonding_priv.h b/drivers/net/bonding/bonding_priv.h
> index 48cdf3a49a7d..353972436e5b 100644
> --- a/drivers/net/bonding/bonding_priv.h
> +++ b/drivers/net/bonding/bonding_priv.h
> @@ -8,7 +8,7 @@
>    * (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov
>    *
>    *	This software may be used and distributed according to the terms
> - *	of the GNU Public License, incorporated herein by reference.
> + *	of the GNU General Public License, incorporated herein by reference.
>    *
>    */
>   

Hi,

maybe a SPDX-License-Identifier: could be added and these few lines 
removed instead?

CJ
Stephen Hemminger Jan. 23, 2023, 4:33 p.m. UTC | #2
On Sun, 22 Jan 2023 20:52:33 +0100
Christophe JAILLET <christophe.jaillet@wanadoo.fr> wrote:

> Le 22/01/2023 à 19:20, Diederik de Haas a écrit :
> > Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
> > ---
> >   drivers/net/bonding/bonding_priv.h | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/net/bonding/bonding_priv.h b/drivers/net/bonding/bonding_priv.h
> > index 48cdf3a49a7d..353972436e5b 100644
> > --- a/drivers/net/bonding/bonding_priv.h
> > +++ b/drivers/net/bonding/bonding_priv.h
> > @@ -8,7 +8,7 @@
> >    * (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov
> >    *
> >    *	This software may be used and distributed according to the terms
> > - *	of the GNU Public License, incorporated herein by reference.
> > + *	of the GNU General Public License, incorporated herein by reference.
> >    *
> >    */
> >     
> 
> Hi,
> 
> maybe a SPDX-License-Identifier: could be added and these few lines 
> removed instead?

Yes, that is the correct fix. Please don't update the boilerplate.
diff mbox series

Patch

diff --git a/drivers/net/bonding/bonding_priv.h b/drivers/net/bonding/bonding_priv.h
index 48cdf3a49a7d..353972436e5b 100644
--- a/drivers/net/bonding/bonding_priv.h
+++ b/drivers/net/bonding/bonding_priv.h
@@ -8,7 +8,7 @@ 
  * (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov
  *
  *	This software may be used and distributed according to the terms
- *	of the GNU Public License, incorporated herein by reference.
+ *	of the GNU General Public License, incorporated herein by reference.
  *
  */