[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1289892645.28741.8.camel@Joe-Laptop>
Date: Mon, 15 Nov 2010 23:30:45 -0800
From: Joe Perches <joe@...ches.com>
To: Belisko Marek <marek.belisko@...il.com>
Cc: Jiri Kosina <trivial@...nel.org>, devel@...verdev.osuosl.org,
Greg Kroah-Hartman <gregkh@...e.de>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 09/10] drivers/staging: Remove unnecessary casts of
netdev_priv
On Tue, 2010-11-16 at 08:20 +0100, Belisko Marek wrote:
> On Mon, Nov 15, 2010 at 10:12 PM, Joe Perches <joe@...ches.com> wrote:
> > Signed-off-by: Joe Perches <joe@...ches.com>
> If I do: grep -r -n 'netdev_priv' drivers/staging/*/*[ch]
Try:
$ grep -rP --include=*.[ch] "=\s*\([^\*]+\*\s*\)\s*netdev_priv" drivers/staging
> there is a more netdev_priv occurences ;)
I'm sure there are, but probably not assigns.
If you find more unnecessary casts, by all means submit them.
cheers, Joe
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists