[PATCH] net: ax25: Add SPDX License to fix missing License warning

2019-02-23 Thread Jules Irenge
Signed-off-by: Jules Irenge --- net/ax25/af_ax25.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c index 5d01edf8d819..5048790a75f6 100644 --- a/net/ax25/af_ax25.c +++ b/net/ax25/af_ax25.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Thi

[PATCH] net: ax25: Fix multiple blank lines warning

2019-02-23 Thread Jules Irenge
Signed-off-by: Jules Irenge --- net/ax25/af_ax25.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c index 5048790a75f6..2da349b7854a 100644 --- a/net/ax25/af_ax25.c +++ b/net/ax25/af_ax25.c @@ -49,8 +49,6 @@ #include #include - - HLIST_HEAD(ax25_

Re: [PATCH] net: ax25: Add SPDX License to fix missing License warning

2019-02-23 Thread Greg KH
On Sat, Feb 23, 2019 at 11:11:00AM +, Jules Irenge wrote: > Signed-off-by: Jules Irenge I know I never take patches without any changelog text :( > --- > net/ax25/af_ax25.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c > index 5d01edf8d81

Re: [Outreachy kernel] [PATCH] net: ax25: Fix multiple blank lines warning

2019-02-23 Thread Greg KH
On Sat, Feb 23, 2019 at 11:17:51AM +, Jules Irenge wrote: > Signed-off-by: Jules Irenge > --- > net/ax25/af_ax25.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c > index 5048790a75f6..2da349b7854a 100644 > --- a/net/ax25/af_ax25.c > +++ b/ne

Re: [Outreachy kernel] [PATCH] net: ax25: Fix multiple blank lines warning

2019-02-23 Thread Ivan Ivanov
as usual, Outreachy is doing stiuupid almost-useless commits like remove two blank lines or fix a tiny typo. They are trying hard to pretend that they are useful by doing many lame patches like this, while promoting their SJW madness, anti-male sieexism and anti-white riaacism. But with the lame st

Re: [Outreachy kernel] [PATCH] net: ax25: Fix multiple blank lines warning

2019-02-23 Thread Julia Lawall
On Sat, 23 Feb 2019, Jules Irenge wrote: You need a commit message here. > Signed-off-by: Jules Irenge > --- > net/ax25/af_ax25.c | 2 -- This is the same file as in your previous patch, so they should be in a series. But please work on files in drivers/staging instead. julia > 1 file chang