diff options
Diffstat (limited to 'net/core/sock_diag.c')
-rw-r--r-- | net/core/sock_diag.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/core/sock_diag.c b/net/core/sock_diag.c index fb9d0e2fd148..217f4e3b82f6 100644 --- a/net/core/sock_diag.c +++ b/net/core/sock_diag.c | |||
@@ -238,7 +238,8 @@ static int __sock_diag_cmd(struct sk_buff *skb, struct nlmsghdr *nlh) | |||
238 | return err; | 238 | return err; |
239 | } | 239 | } |
240 | 240 | ||
241 | static int sock_diag_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh) | 241 | static int sock_diag_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh, |
242 | struct netlink_ext_ack *extack) | ||
242 | { | 243 | { |
243 | int ret; | 244 | int ret; |
244 | 245 | ||