Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115038
b: refs/heads/master
c: 8fa0b31
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Oct 15, 2008
1 parent 93516bd commit e811b80
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: 22441cfa0c70dcd457f3c081fcf285c3bd155824
refs/heads/master: 8fa0b315fc0c1a414da1371f1fc39523a657c192
2 changes: 1 addition & 1 deletion trunk/net/decnet/dn_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ static struct dn_dev_parms dn_dev_list[] = {

#define DN_DEV_LIST_SIZE ARRAY_SIZE(dn_dev_list)

#define DN_DEV_PARMS_OFFSET(x) ((int) ((char *) &((struct dn_dev_parms *)0)->x))
#define DN_DEV_PARMS_OFFSET(x) offsetof(struct dn_dev_parms, x)

#ifdef CONFIG_SYSCTL

Expand Down

0 comments on commit e811b80

Please sign in to comment.