]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
virtio_net: tidy a couple debug statements
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 6 Apr 2017 09:04:47 +0000 (12:04 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 9 May 2017 13:43:24 +0000 (16:43 +0300)
commit56da5fd04e3d51d0d876c685b0107ca357b9fd9d
tree8bd4e1c4e9a1079f7a18581e4c4adcfa9e6aa6c9
parent3008a206209fba670ab1da5590694a616b705efb
virtio_net: tidy a couple debug statements

We are printing a decimal value for truesize so we shouldn't use an "0x"
prefix.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/net/virtio_net.c