Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752949AbbBXJIf (ORCPT ); Tue, 24 Feb 2015 04:08:35 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:48884 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752351AbbBXJIc (ORCPT ); Tue, 24 Feb 2015 04:08:32 -0500 Message-ID: <54EC3F8C.6050706@plexistor.com> Date: Tue, 24 Feb 2015 11:08:28 +0200 From: Boaz Harrosh User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Ingo Molnar 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 Subject: Re: [PATCH 2/3 v3] resource: Add new flag IORESOURCE_MEM_WARN References: <54EB1D33.3050107@plexistor.com> <54EB206E.4010009@plexistor.com> <54EC38CA.6050607@plexistor.com> <20150224090608.GB19930@gmail.com> In-Reply-To: <20150224090608.GB19930@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 794 Lines: 28 On 02/24/2015 11:06 AM, Ingo Molnar wrote: > > * 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. > Rrrr you are right. thanks. I did not notice that I did this. I will resend. Boaz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/