public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: H Hartley Sweeten <hartleys@visionengravers.com>, cocci <cocci@diku.dk>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
	dan.j.williams@intel.com, vinod.koul@intel.com
Subject: [RFC] Convert "resource->end - resource->start + 1" to resource_size(resource) via coccinelle
Date: Mon, 06 Jun 2011 14:52:54 -0700	[thread overview]
Message-ID: <1307397174.4994.26.camel@Joe-Laptop> (raw)
In-Reply-To: <201106061349.00474.hartleys@visionengravers.com>

On Mon, 2011-06-06 at 13:49 -0700, H Hartley Sweeten wrote:
> Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
> Cc: Dan Williams <dan.j.williams@intel.com> (supporter:ASYNCHRONOUS TRAN...)
> Cc: Vinod Koul <vinod.koul@intel.com> (supporter:DMA GENERIC OFFLO...)

Perhaps do a treewide update via:

$ cat resource.cocci
@@
struct resource *ptr;
@@

- ptr->end - ptr->start + 1
+ resource_size(ptr)

$ spatch -sp_file resource.cocci linux-2.6/



  reply	other threads:[~2011-06-06 21:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-06 20:49 [PATCH] dma: mv_xor: use resource_size() H Hartley Sweeten
2011-06-06 21:52 ` Joe Perches [this message]
2011-06-06 21:57   ` [RFC] Convert "resource->end - resource->start + 1" to resource_size(resource) via coccinelle H Hartley Sweeten
2011-06-07  1:04     ` [PATCH] treewide: Convert uses of struct resource * to resource_size(ptr) Joe Perches
2011-06-07  1:26       ` Mike Frysinger
2011-06-07 16:31       ` H Hartley Sweeten
2011-06-07 18:27       ` H Hartley Sweeten
2011-06-07 18:35         ` Joe Perches
2011-06-07 21:29         ` [TRIVIAL PATCH v2] treewide: Convert uses of struct resource " Joe Perches
2011-06-09 12:25           ` Jiri Kosina
2011-06-09 16:09             ` Joe Perches
2011-06-07  5:07   ` [Cocci] [RFC] Convert "resource->end - resource->start + 1" to resource_size(resource) via coccinelle Julia Lawall
2011-06-07  5:32     ` Joe Perches
2011-06-07  5:42       ` Julia Lawall
2011-06-07  7:42         ` Joe Perches
2011-07-13 22:02 ` [PATCH] dma: mv_xor: use resource_size() Koul, Vinod

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1307397174.4994.26.camel@Joe-Laptop \
    --to=joe@perches.com \
    --cc=cocci@diku.dk \
    --cc=dan.j.williams@intel.com \
    --cc=hartleys@visionengravers.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox