Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752861AbbBXJGV (ORCPT ); Tue, 24 Feb 2015 04:06:21 -0500 Received: from mail-we0-f174.google.com ([74.125.82.174]:35992 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751433AbbBXJGN (ORCPT ); Tue, 24 Feb 2015 04:06:13 -0500 Date: Tue, 24 Feb 2015 10:06:08 +0100 From: Ingo Molnar 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 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> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 658 Lines: 23 * 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 -- 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/