diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2003-10-24 10:45:09 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-10-24 10:45:09 -0700 |
| commit | 82cfd269b54b5da6b60b20e670d27395e04bd9b9 (patch) | |
| tree | ea1ecacb16c62496476f1af2d1d731ec8dbb80be | |
| parent | 63244616c5239fa6d44e1f8b63e6239b28f89288 (diff) | |
[IPV4]: Fix typo in ipmr.c
| -rw-r--r-- | net/ipv4/ipmr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c index 2f3f7152dcd5..15049a4d50b5 100644 --- a/net/ipv4/ipmr.c +++ b/net/ipv4/ipmr.c @@ -1124,7 +1124,7 @@ static inline int ipmr_forward_finish(struct sk_buff *skb) * Processing handlers for ipmr_forward */ -static void ipmr_queue_xmit(struct sk_buff *skb, struct mfc_cache *c, int vifi); +static void ipmr_queue_xmit(struct sk_buff *skb, struct mfc_cache *c, int vifi) { struct iphdr *iph = skb->nh.iph; struct vif_device *vif = &vif_table[vifi]; |
