Commit 82cfd269 authored by David S. Miller's avatar David S. Miller

[IPV4]: Fix typo in ipmr.c

parent 63244616
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment