Re: [PATCH 2/3 v3] resource: Add new flag IORESOURCE_MEM_WARN

From: Ingo Molnar
Date: Tue Feb 24 2015 - 04:06:26 EST



* Boaz Harrosh <boaz@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/