Re: [PATCH 2/8] drivers/block: Use FIELD_SIZEOF

2008-02-10 Thread Stephen Rothwell
On Sun, 10 Feb 2008 21:08:49 +0100 (CET) Julia Lawall <[EMAIL PROTECTED]> wrote: > > From: Julia Lawall <[EMAIL PROTECTED]> > > Robert P.J. Day proposed to use the macro FIELD_SIZEOF in replace of code > that matches its definition. > > The modification was made using the following semantic patch

[PATCH 2/8] drivers/block: Use FIELD_SIZEOF

2008-02-10 Thread Julia Lawall
From: Julia Lawall <[EMAIL PROTECTED]> Robert P.J. Day proposed to use the macro FIELD_SIZEOF in replace of code that matches its definition. The modification was made using the following semantic patch (http://www.emn.fr/x-info/coccinelle/) // @haskernel@ @@ #include @depends on haskernel@