ipv4: fix checkpatch errors
[deliverable/linux.git] / net / ipv4 / ip_sockglue.c
index 2fd0fba77124e3f0e3031a54e5029c918cd03358..0a87e1fc0ce50d74c8809a7333ca4a8663778f99 100644 (file)
@@ -90,7 +90,7 @@ static void ip_cmsg_recv_opts(struct msghdr *msg, struct sk_buff *skb)
 static void ip_cmsg_recv_retopts(struct msghdr *msg, struct sk_buff *skb)
 {
        unsigned char optbuf[sizeof(struct ip_options) + 40];
-       struct ip_options * opt = (struct ip_options *)optbuf;
+       struct ip_options *opt = (struct ip_options *)optbuf;
 
        if (IPCB(skb)->opt.optlen == 0)
                return;
This page took 0.039822 seconds and 5 git commands to generate.