ipv4: fix checkpatch errors
[deliverable/linux.git] / net / ipv4 / ping.c
index 50009c787bcdc3ae79291adf6e688dad2d612331..9f380ace22eed36f8c5fa4f872425739318b91b2 100644 (file)
@@ -410,7 +410,7 @@ struct pingfakehdr {
        __wsum wcheck;
 };
 
-static int ping_getfrag(void *from, char * to,
+static int ping_getfrag(void *from, char *to,
                        int offset, int fraglen, int odd, struct sk_buff *skb)
 {
        struct pingfakehdr *pfh = (struct pingfakehdr *)from;
This page took 0.048795 seconds and 5 git commands to generate.