xfs-masters
[Top] [All Lists]

[xfs-masters] Re: [E1000-devel] [PATCH] drivers/net: convert & to &&

To: Joe Perches <joe@xxxxxxxxxxx>
Subject: [xfs-masters] Re: [E1000-devel] [PATCH] drivers/net: convert & to &&
From: "Kok, Auke" <auke-jan.h.kok@xxxxxxxxx>
Date: Fri, 07 Mar 2008 10:38:01 -0800
Cc: e1000-devel@xxxxxxxxxxxxxxxxxxxxx, xfs-masters <xfs-masters@xxxxxxxxxxx>, kernel-janitors@xxxxxxxxxxxxxxx, Julia Lawall <julia@xxxxxxx>, linux-kernel@xxxxxxxxxxxxxxx
In-reply-to: <1204914033.5541.74.camel@localhost>
References: <Pine.LNX.4.58.0803061841000.1669@pc-041.diku.dk> <1204826347.5541.20.camel@localhost> <47D032FA.9000909@intel.com> <1204914033.5541.74.camel@localhost>
Reply-to: xfs-masters@xxxxxxxxxxx
Sender: xfs-masters-bounce@xxxxxxxxxxx
User-agent: Thunderbird 2.0.0.9 (X11/20071125)
Joe Perches wrote:
> On Thu, 2008-03-06 at 10:07 -0800, Kok, Auke wrote:
>> (which, BTW also could use the uint32_t -> u32 (etc) changes... while you're 
>> at it)
> 
> I think this does what you want:
> 
> for size in "8" "16" "32" "64" ; do \
> sed -r -i -e 's/\bu_{0,1}int'$size'_t\b/u'$size'/g' \
> $(grep -rPlw --include=*.[ch] 'u_{0,1}int'$size'_t' drivers/net/e1000 
> drivers/net/ixgb); done
> 
> But why?  boolean_t is used by 3 subsystems with local typedefs.
> These others are much more frequently used by kernel source.

afaik they're really meant for userspace related code and don't belong in our
driver from that perspective.

> $ grep -rPlw --include=*.[ch] "u{0,1}_{0,1}int(8|16|32|64)_t" * | wc -l
> 876

yes, a lot of that *is* userspace related code.

do the same search in drivers/net/ .... you'll see the only drivers using this 
for
everything is our old drivers...

Auke


<Prev in Thread] Current Thread [Next in Thread>