[PATCH 5/8] drivers/net/mv643xx_eth.c: 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@

[PATCH 5/8] drivers/net/mv643xx_eth.c: 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/) // smpl @haskernel@ @@ #include linux/kernel.h