lkml.org 
[lkml]   [2022]   [Mar]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectlinux-next: build warning after merge of the vhost tree
Hi all,

After merging the vhost tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

drivers/net/virtio_net.c: In function 'virtnet_rx_vq_reset':
drivers/net/virtio_net.c:1823:63: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=]
1823 | "reset rx reset vq fail: rx queue index: %ld err: %d\n",
| ~~^
| |
| long int
| %d
1824 | rq - vi->rq, err);
| ~~~~~~~~~~~
| |
| int
drivers/net/virtio_net.c: In function 'virtnet_tx_vq_reset':
drivers/net/virtio_net.c:1873:63: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=]
1873 | "reset tx reset vq fail: tx queue index: %ld err: %d\n",
| ~~^
| |
| long int
| %d
1874 | sq - vi->sq, err);
| ~~~~~~~~~~~
| |
| int

Introduced by commit

920ee0c540a2 ("virtio_net: support rx/tx queue reset")

--
Cheers,
Stephen Rothwell
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2022-03-07 05:40    [W:0.186 / U:0.448 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site