Received: by 2002:ac0:b08d:0:0:0:0:0 with SMTP id l13csp2529388imc; Sat, 23 Feb 2019 05:28:13 -0800 (PST) X-Google-Smtp-Source: AHgI3Ia0dq03L4aPyXPwhMYeL/9HP+cLoFpM/Ns1yVJcQKBEM6YBB7xNhqPsye0Iix5LRtSuj12b X-Received: by 2002:a63:ef50:: with SMTP id c16mr8967140pgk.3.1550928493834; Sat, 23 Feb 2019 05:28:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550928493; cv=none; d=google.com; s=arc-20160816; b=Bbr8wFkbhJqNjXC+zwRD3DyU0cvdtfnD0sc3NU4zLvsNO6DM+QHHT6466oOFUl/8C/ t592bpk1wlHxPtPo/A5WEa9MjrszLNPK7K/fLa16/IbuL7ufcFD53UXBFcRYKt1vZH8x vIxGrugLl7lKaVNUAChz35RPJcai7ht0RM719+g21LcHeU8dRYKpSDjijBXnwWRzerqQ GY4r1ELs8P26zbyZJlrB2Da9SvUtnO/5Ut1sj0xpNfU8+GgNwzrz5aYcdjJVzXNpJXw8 pEp2ePqZtLwFY3Xktg5hpT2HzH8MBo5tBQ75GIYq3H79Rz1GoPrOVMwwnXMc/q/Ruiud R4Lw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=v915eR+ESpnU52ZATOqSnH5VKKsQiZKrCZ68VYvaFBQ=; b=aA1Msp25aApFAxDYZ9IMU/awVE9hTj/HtdapsW7cLGqVUxAG1hy6jhuz1gdlgbc59g tnYzQ17agOKtIiKfs/ypYDmxmGMpVtwqVVq+CO155jH9/grhkmFCTH5RrkEZ1lETQeBE WyKMC3+TDNeZwAhU5hqU6IFoAIr/BYk8vQgF7/tORahP7VJ/X3Xqax+8z/9xouEpBu4k If4H9EdMVLAIMj5t76FDMJ43wbavy4OxciX68arbJvXDAnzwMbKuew9dCKRZWFpqNKfj DHQD/hWDu09F0h2q3Vu4v2cxjkijRI3XgCYmCiKOQDTLiZ1AFDm2KWGs7uitU4Ek75hN 8wCw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q4si3581718pgv.338.2019.02.23.05.27.52; Sat, 23 Feb 2019 05:28:13 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727854AbfBWNWw (ORCPT + 99 others); Sat, 23 Feb 2019 08:22:52 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:43178 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726326AbfBWNWv (ORCPT ); Sat, 23 Feb 2019 08:22:51 -0500 X-IronPort-AV: E=Sophos;i="5.58,403,1544482800"; d="scan'208";a="297103495" Received: from abo-58-107-68.mrs.modulonet.fr (HELO hadrien) ([85.68.107.58]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Feb 2019 14:22:48 +0100 Date: Sat, 23 Feb 2019 14:22:48 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: Jules Irenge cc: jreuter@yaina.de, linux-hams@vger.kernel.org, linux-kernel@vger.kernel.org, davem@davemloft.net, ralf@linux-mips.org, netdev@vger.kernel.org, outreachy-kernel@googlegroups.com Subject: Re: [Outreachy kernel] [PATCH] net: ax25: Fix multiple blank lines warning In-Reply-To: <20190223111751.14620-1-jbi.octave@gmail.com> Message-ID: References: <20190223111751.14620-1-jbi.octave@gmail.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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_list); > DEFINE_SPINLOCK(ax25_list_lock); > > -- > 2.20.1 > > -- > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com. > To post to this group, send email to outreachy-kernel@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20190223111751.14620-1-jbi.octave%40gmail.com. > For more options, visit https://groups.google.com/d/optout. >