ipv4: fix checkpatch errors
[deliverable/linux.git] / net / ipv4 / xfrm4_policy.c
index a0b4c5da8d43a9ad0bac1f2614c375b61bd17aa0..8ef24e16afce08c3d15984931bbf4566f41f09a0 100644 (file)
@@ -152,7 +152,7 @@ _decode_session4(struct sk_buff *skb, struct flowi *fl, int reverse)
 
                case IPPROTO_AH:
                        if (pskb_may_pull(skb, xprth + 8 - skb->data)) {
-                               __be32 *ah_hdr = (__be32*)xprth;
+                               __be32 *ah_hdr = (__be32 *)xprth;
 
                                fl4->fl4_ipsec_spi = ah_hdr[1];
                        }
This page took 0.044676 seconds and 5 git commands to generate.