aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/af_inet.c')
-rw-r--r--net/ipv4/af_inet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c
index 45b89d7bda5a..7ceb80447631 100644
--- a/net/ipv4/af_inet.c
+++ b/net/ipv4/af_inet.c
@@ -1231,7 +1231,7 @@ out:
1231 return err; 1231 return err;
1232} 1232}
1233 1233
1234static struct sk_buff *inet_gso_segment(struct sk_buff *skb, int features) 1234static struct sk_buff *inet_gso_segment(struct sk_buff *skb, u32 features)
1235{ 1235{
1236 struct sk_buff *segs = ERR_PTR(-EINVAL); 1236 struct sk_buff *segs = ERR_PTR(-EINVAL);
1237 struct iphdr *iph; 1237 struct iphdr *iph;