Skip to content
Commit 2c5f4f84 authored by David S. Miller's avatar David S. Miller
Browse files

xen-netback: Proper printf format for ptrdiff_t is 't'.



This fixes:

drivers/net/xen-netback/netback.c: In function ‘xenvif_tx_dealloc_action’:
drivers/net/xen-netback/netback.c:1573:8: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long int’ [-Wformat=]

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 397dfd9f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment