提交 00aefceb 编写于 作者: Z Zoltan Kiss 提交者: David S. Miller

xen-netback: Trivial format string fix

There is a "%" after pending_idx instead of ":".
Signed-off-by: NZoltan Kiss <zoltan.kiss@citrix.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 65e71ff3
...@@ -956,7 +956,7 @@ static int xenvif_tx_check_gop(struct xenvif *vif, ...@@ -956,7 +956,7 @@ static int xenvif_tx_check_gop(struct xenvif *vif,
if (unlikely(err)) { if (unlikely(err)) {
if (net_ratelimit()) if (net_ratelimit())
netdev_dbg(vif->dev, netdev_dbg(vif->dev,
"Grant copy of header failed! status: %d pending_idx% %u ref: %u\n", "Grant copy of header failed! status: %d pending_idx: %u ref: %u\n",
(*gopp_copy)->status, (*gopp_copy)->status,
pending_idx, pending_idx,
(*gopp_copy)->source.u.ref); (*gopp_copy)->source.u.ref);
...@@ -985,7 +985,7 @@ static int xenvif_tx_check_gop(struct xenvif *vif, ...@@ -985,7 +985,7 @@ static int xenvif_tx_check_gop(struct xenvif *vif,
/* Error on this fragment: respond to client with an error. */ /* Error on this fragment: respond to client with an error. */
if (net_ratelimit()) if (net_ratelimit())
netdev_dbg(vif->dev, netdev_dbg(vif->dev,
"Grant map of %d. frag failed! status: %d pending_idx% %u ref: %u\n", "Grant map of %d. frag failed! status: %d pending_idx: %u ref: %u\n",
i, i,
gop_map->status, gop_map->status,
pending_idx, pending_idx,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册