[NET_SCHED]: Use NLA_PUT_STRING for string dumping
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
4b3550ef53
commit
57e1c487a4
@@ -352,7 +352,7 @@ static int fw_dump(struct tcf_proto *tp, unsigned long fh,
|
||||
NLA_PUT(skb, TCA_FW_CLASSID, 4, &f->res.classid);
|
||||
#ifdef CONFIG_NET_CLS_IND
|
||||
if (strlen(f->indev))
|
||||
NLA_PUT(skb, TCA_FW_INDEV, IFNAMSIZ, f->indev);
|
||||
NLA_PUT_STRING(skb, TCA_FW_INDEV, f->indev);
|
||||
#endif /* CONFIG_NET_CLS_IND */
|
||||
if (head->mask != 0xFFFFFFFF)
|
||||
NLA_PUT(skb, TCA_FW_MASK, 4, &head->mask);
|
||||
|
Reference in New Issue
Block a user