aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ping.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/ping.c')
-rw-r--r--net/ipv4/ping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ping.c b/net/ipv4/ping.c
index 50009c787bcd..9f380ace22ee 100644
--- a/net/ipv4/ping.c
+++ b/net/ipv4/ping.c
@@ -410,7 +410,7 @@ struct pingfakehdr {
410 __wsum wcheck; 410 __wsum wcheck;
411}; 411};
412 412
413static int ping_getfrag(void *from, char * to, 413static int ping_getfrag(void *from, char *to,
414 int offset, int fraglen, int odd, struct sk_buff *skb) 414 int offset, int fraglen, int odd, struct sk_buff *skb)
415{ 415{
416 struct pingfakehdr *pfh = (struct pingfakehdr *)from; 416 struct pingfakehdr *pfh = (struct pingfakehdr *)from;