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

From: Greg KH
Date: Sat Feb 23 2019 - 07:59:47 EST


On Sat, Feb 23, 2019 at 11:17:51AM +0000, Jules Irenge wrote:
> Signed-off-by: Jules Irenge <jbi.octave@xxxxxxxxx>
> ---
> 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 <net/ip.h>
> #include <net/arp.h>
>
> -
> -
> HLIST_HEAD(ax25_list);
> DEFINE_SPINLOCK(ax25_list_lock);

Why are you doing outreachy application patches in net/? We only accept
them in drivers/staging/ Always start there first.

thanks,

greg k-h