]> asedeno.scripts.mit.edu Git - linux.git/commit
net/xen-netback: Don't mix hexa and decimal with 0x in the printf format
authorJulien Grall <julien.grall@citrix.com>
Tue, 16 Jun 2015 19:10:48 +0000 (20:10 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Jun 2015 16:40:41 +0000 (09:40 -0700)
commit68946159da1b0b6791c5990242940950b9383cfc
tree53af9801c86337ca719d233110c33feab64a2a34
parent44f0764cfec9c607d43cad6a51e8592c7b2b9b84
net/xen-netback: Don't mix hexa and decimal with 0x in the printf format

Append 0x to all %x in order to avoid while reading when there is other
decimal value in the log.

Also replace some of the hexadecimal print to decimal to uniformize the
format with netfront.

Signed-off-by: Julien Grall <julien.grall@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: netdev@vger.kernel.org
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/xen-netback/netback.c