提交 f5e5cb75 编写于 作者: P Patrick McHardy 提交者: David S. Miller

[NET_SCHED]: sch_atm: fix format string warning

Fix format string warning introduces by the netlink API conversion:

net/sched/sch_atm.c:250: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'int'.
Signed-off-by: NPatrick McHardy <kaber@trash.net>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 dde1bc0e
...@@ -246,7 +246,7 @@ static int atm_tc_change(struct Qdisc *sch, u32 classid, u32 parent, ...@@ -246,7 +246,7 @@ static int atm_tc_change(struct Qdisc *sch, u32 classid, u32 parent,
if (!excess) if (!excess)
return -ENOENT; return -ENOENT;
} }
pr_debug("atm_tc_change: type %d, payload %lu, hdr_len %d\n", pr_debug("atm_tc_change: type %d, payload %d, hdr_len %d\n",
opt->nla_type, nla_len(opt), hdr_len); opt->nla_type, nla_len(opt), hdr_len);
sock = sockfd_lookup(fd, &error); sock = sockfd_lookup(fd, &error);
if (!sock) if (!sock)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册