From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 24 Feb 2015 10:06:08 +0100 From: Ingo Molnar Subject: Re: [PATCH 2/3 v3] resource: Add new flag IORESOURCE_MEM_WARN Message-ID: <20150224090608.GB19930@gmail.com> References: <54EB1D33.3050107@plexistor.com> <54EB206E.4010009@plexistor.com> <54EC38CA.6050607@plexistor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54EC38CA.6050607@plexistor.com> Sender: linux-kernel-owner@vger.kernel.org To: Boaz Harrosh Cc: Ingo Molnar , Andy Lutomirski , Ross Zwisler , X86 ML , linux-kernel , "Roger C. Pao" , Dan Williams , Thomas Gleixner , Linus Torvalds , linux-nvdimm , "H. Peter Anvin" , Matthew Wilcox , Christoph Hellwig , Andrew Morton , Vivek Goyal List-ID: * Boaz Harrosh wrote: > --- a/include/linux/ioport.h > +++ b/include/linux/ioport.h > @@ -255,6 +256,5 @@ static inline bool resource_overlaps(struct resource *r1, struct resource *r2) > return (r1->start <= r2->end && r1->end >= r2->start); > } > > - > #endif /* __ASSEMBLY__ */ While the newline is spurious, it should probably not be removed in this patch. Thanks, Ingo