Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194051
b: refs/heads/master
c: 5611551
h: refs/heads/master
i:
  194049: d715eef
  194047: 012cb60
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Apr 13, 2010
1 parent fe8b0ac commit 7a8703b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 69d7ce72b926d4ceeacd2b7b9ffcbc37ae4b1c58
refs/heads/master: 561155110307ad304226a23272244398fa46cbae
4 changes: 2 additions & 2 deletions trunk/net/core/dst.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ EXPORT_SYMBOL(dst_release);
*
* Commented and originally written by Alexey.
*/
static inline void dst_ifdown(struct dst_entry *dst, struct net_device *dev,
int unregister)
static void dst_ifdown(struct dst_entry *dst, struct net_device *dev,
int unregister)
{
if (dst->ops->ifdown)
dst->ops->ifdown(dst, dev, unregister);
Expand Down

0 comments on commit 7a8703b

Please sign in to comment.