Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90390
b: refs/heads/master
c: 7a6d84c
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Jeff Garzik committed Mar 26, 2008
1 parent f63a06a commit c3a7355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef11291bcd5f963c72e7ba5952be3e3c97463d2c
refs/heads/master: 7a6d84c1b26fd8a1deb28a4bbed672959f7f26ae
2 changes: 1 addition & 1 deletion trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -3156,7 +3156,7 @@ struct mv643xx_stats {
int stat_offset;
};

#define MV643XX_STAT(m) sizeof(((struct mv643xx_private *)0)->m), \
#define MV643XX_STAT(m) FIELD_SIZEOF(struct mv643xx_private, m), \
offsetof(struct mv643xx_private, m)

static const struct mv643xx_stats mv643xx_gstrings_stats[] = {
Expand Down

0 comments on commit c3a7355

Please sign in to comment.