Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71281
b: refs/heads/master
c: 16910b9
h: refs/heads/master
i:
  71279: 40d2394
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Oct 18, 2007
1 parent 6461f54 commit 4cd91b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 47e958eac280c263397582d5581e868c3227a1bd
refs/heads/master: 16910b9829797cda4032fbc84e5292ac7b4474f7
3 changes: 1 addition & 2 deletions trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,11 @@ static int snmp6_alloc_dev(struct inet6_dev *idev)
return err;
}

static int snmp6_free_dev(struct inet6_dev *idev)
static void snmp6_free_dev(struct inet6_dev *idev)
{
snmp_mib_free((void **)idev->stats.icmpv6msg);
snmp_mib_free((void **)idev->stats.icmpv6);
snmp_mib_free((void **)idev->stats.ipv6);
return 0;
}

/* Nobody refers to this device, we may destroy it. */
Expand Down

0 comments on commit 4cd91b3

Please sign in to comment.