aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/niu.c
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2008-03-04 15:19:19 -0800
committerJeff Garzik <jeff@garzik.org>2008-03-26 00:19:41 -0400
commit7a6d84c1b26fd8a1deb28a4bbed672959f7f26ae (patch)
treedbe209b8dee48a7c1aaff213300ed33078add94d /drivers/net/niu.c
parentef11291bcd5f963c72e7ba5952be3e3c97463d2c (diff)
drivers/net/mv643xx_eth.c: Use FIELD_SIZEOF
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> @depends on haskernel@ type t; identifier f; @@ - (sizeof(((t*)0)->f)) + FIELD_SIZEOF(t, f) @depends on haskernel@ type t; identifier f; @@ - sizeof(((t*)0)->f) + FIELD_SIZEOF(t, f) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/niu.c')
0 files changed, 0 insertions, 0 deletions