[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20091118.232927.133649487.davem@davemloft.net>
Date: Wed, 18 Nov 2009 23:29:27 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: joe@...ches.com
Cc: netdev@...r.kernel.org, julia@...u.dk, ebiederm@...ssion.com
Subject: Re: [PATCH net-next] drivers/net: request_irq - Remove unnecessary
leading & from second arg
From: Joe Perches <joe@...ches.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@...ches.com>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists