diff options
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/sock.c b/net/core/sock.c index 6046fc69428..12ad2067a98 100644 --- a/net/core/sock.c +++ b/net/core/sock.c | |||
@@ -927,7 +927,7 @@ static void sk_prot_free(struct proto *prot, struct sock *sk) | |||
927 | * @zero_it: if we should zero the newly allocated sock | 927 | * @zero_it: if we should zero the newly allocated sock |
928 | */ | 928 | */ |
929 | struct sock *sk_alloc(struct net *net, int family, gfp_t priority, | 929 | struct sock *sk_alloc(struct net *net, int family, gfp_t priority, |
930 | struct proto *prot, int zero_it) | 930 | struct proto *prot) |
931 | { | 931 | { |
932 | struct sock *sk; | 932 | struct sock *sk; |
933 | 933 | ||