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 f2b61107df6c..e5e2d9d64abb 100644
--- a/net/ipv4/af_inet.c
+++ b/net/ipv4/af_inet.c
@@ -1215,7 +1215,7 @@ out:
1215 return err; 1215 return err;
1216} 1216}
1217 1217
1218static struct sk_buff *inet_gso_segment(struct sk_buff *skb, int features) 1218static struct sk_buff *inet_gso_segment(struct sk_buff *skb, u32 features)
1219{ 1219{
1220 struct sk_buff *segs = ERR_PTR(-EINVAL); 1220 struct sk_buff *segs = ERR_PTR(-EINVAL);
1221 struct iphdr *iph; 1221 struct iphdr *iph;