From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 1/1 net-next] net/core: include linux/types.h instead of asm/types.h Date: Mon, 17 Nov 2014 16:35:32 -0500 (EST) Message-ID: <20141117.163532.788436432373669437.davem@davemloft.net> References: <1416258502-9001-1-git-send-email-fabf@skynet.be> <1416259376.18588.8.camel@edumazet-glaptop2.roam.corp.google.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: fabf@skynet.be, linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: eric.dumazet@gmail.com Return-path: In-Reply-To: <1416259376.18588.8.camel@edumazet-glaptop2.roam.corp.google.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Eric Dumazet Date: Mon, 17 Nov 2014 13:22:56 -0800 > On Mon, 2014-11-17 at 22:08 +0100, Fabian Frederick wrote: >> Signed-off-by: Fabian Frederick >> --- >> net/core/link_watch.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/net/core/link_watch.c b/net/core/link_watch.c >> index bd0767e..49a9e3e 100644 >> --- a/net/core/link_watch.c >> +++ b/net/core/link_watch.c >> @@ -21,7 +21,7 @@ >> #include >> #include >> #include >> -#include >> +#include >> > > We have 99 such occurrences in net/ > > Are you going to send 99 patches ? Yeah, probably best to consolidate into one or a few patches.