ipv4: fix checkpatch errors
[deliverable/linux.git] / net / ipv4 / ping.c
index ab6b36e6da153638714c8a716e23a9832b432f49..9f380ace22eed36f8c5fa4f872425739318b91b2 100644 (file)
@@ -20,7 +20,6 @@
  *
  */
 
-#include <asm/system.h>
 #include <linux/uaccess.h>
 #include <linux/types.h>
 #include <linux/fcntl.h>
@@ -411,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.023335 seconds and 5 git commands to generate.