Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752172Ab1FIQJq (ORCPT ); Thu, 9 Jun 2011 12:09:46 -0400 Received: from mail.perches.com ([173.55.12.10]:2662 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751956Ab1FIQJp (ORCPT ); Thu, 9 Jun 2011 12:09:45 -0400 Subject: Re: [TRIVIAL PATCH v2] treewide: Convert uses of struct resource to resource_size(ptr) From: Joe Perches To: Jiri Kosina Cc: "linux-kernel@vger.kernel.org" , H Hartley Sweeten In-Reply-To: References: <201106061349.00474.hartleys@visionengravers.com> <1307397174.4994.26.camel@Joe-Laptop> <1307408678.4994.46.camel@Joe-Laptop> <1307482186.22272.29.camel@Joe-Laptop> Content-Type: text/plain; charset="UTF-8" Date: Thu, 09 Jun 2011 09:09:44 -0700 Message-ID: <1307635784.13329.4.camel@Joe-Laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1249 Lines: 36 On Thu, 2011-06-09 at 14:25 +0200, Jiri Kosina wrote: > On Tue, 7 Jun 2011, Joe Perches wrote: > > Several fixes as well where the +1 was missing. > > Done via coccinelle scripts like: > > @@ > > struct resource *ptr; > > @@ > > - ptr->end - ptr->start + 1 > > + resource_size(ptr) > > and some grep and typing. > > Mostly uncompiled, no cross-compilers. > > Some checkpatch complaints cheerfully ignored. > > Signed-off-by: Joe Perches > thanks a lot for the patch. I will be happily taking it. However it seems > like some of the files are going away/have been moved in -next. Could you > please respin on top of what is still applicable on -next and resend? Hi Jiri. The original patch is for next-20110607. There were 2 identical patches for resource_size applied to the next tree as of next-20110609. I just cherry-pick'ed it and the diff is the same modulo those 2 already applied bits. Because it's pretty large, I'll send the new diff just to you off-list. cheers, Joe -- 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/