ipv4: fix checkpatch errors
[deliverable/linux.git] / net / ipv4 / ip_forward.c
index 29a07b6c7168f7369b13e25d8c96011c6118ec56..e5c44fc586abe7157f8b75b8f164a7222ae8548c 100644 (file)
@@ -41,7 +41,7 @@
 
 static int ip_forward_finish(struct sk_buff *skb)
 {
-       struct ip_options * opt = &(IPCB(skb)->opt);
+       struct ip_options *opt  = &(IPCB(skb)->opt);
 
        IP_INC_STATS_BH(dev_net(skb_dst(skb)->dev), IPSTATS_MIB_OUTFORWDATAGRAMS);
 
@@ -55,7 +55,7 @@ int ip_forward(struct sk_buff *skb)
 {
        struct iphdr *iph;      /* Our header */
        struct rtable *rt;      /* Route we use */
-       struct ip_options * opt = &(IPCB(skb)->opt);
+       struct ip_options *opt  = &(IPCB(skb)->opt);
 
        if (skb_warn_if_lro(skb))
                goto drop;
This page took 0.025412 seconds and 5 git commands to generate.