kernel/net/packet/diag.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 #include <linux/module.h> 2 3 #include <linux/sock_diag.h> 3 4 #include <linux/net.h> .. .. @@ -39,7 +40,7 @@ 39 40 struct nlattr *mca; 40 41 struct packet_mclist *ml; 41 42 42 - mca = nla_nest_start(nlskb, PACKET_DIAG_MCLIST);43 + mca = nla_nest_start_noflag(nlskb, PACKET_DIAG_MCLIST);43 44 if (!mca) 44 45 return -EMSGSIZE; 45 46