From: David Miller <davem@davemloft.net>
To: joe@perches.com
Cc: netdev@vger.kernel.org, julia@diku.dk, ebiederm@xmission.com
Subject: Re: [PATCH net-next] drivers/net: request_irq - Remove unnecessary leading & from second arg
Date: Wed, 18 Nov 2009 23:29:27 -0800 (PST) [thread overview]
Message-ID: <20091118.232927.133649487.davem@davemloft.net> (raw)
In-Reply-To: <1258587958.24178.222.camel@Joe-Laptop.home>
From: Joe Perches <joe@perches.com>
Date: Wed, 18 Nov 2009 15:45:57 -0800
> Not as fancy as coccinelle. Checkpatch errors ignored.
> Compile tested allyesconfig x86, not all files compiled.
>
> grep -rPl --include=*.[ch] "\brequest_irq\s*\([^,\)]+,\s*\&" drivers/net | while read file ; do \
> perl -i -e 'local $/; while (<>) { s@(\brequest_irq\s*\([^,\)]+,\s*)\&@\1@g ; print ; }' $file ;\
> done
>
> Signed-off-by: Joe Perches <joe@perches.com>
Applied, thanks.
prev parent reply other threads:[~2009-11-19 7:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-18 18:26 [PATCH 16/16] drivers/net/wireless/rtl818x: remove exceptional & on function name Julia Lawall
2009-11-18 18:52 ` David Miller
2009-11-18 23:45 ` [PATCH net-next] drivers/net: request_irq - Remove unnecessary leading & from second arg Joe Perches
2009-11-19 7:29 ` David Miller [this message]
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=20091118.232927.133649487.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=ebiederm@xmission.com \
--cc=joe@perches.com \
--cc=julia@diku.dk \
--cc=netdev@vger.kernel.org \
/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