]> www.infradead.org Git - users/jedix/linux-maple.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)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Tue, 6 Oct 2015 16:13:56 +0000 (09:13 -0700)
commit66860f7055f57bc548a96b10330b6139d0feae85
tree36aec47ab9d24a9fea55699c81448fb3d934e0a6
parent1b311741e6d06d2a3f68d847d6bb72078568fa10
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.

Acked-by: Konrad Rzeszutek Wilk <Konrad.wilk@oracle>
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>
(cherry picked from commit 68946159da1b0b6791c5990242940950b9383cfc)
Signed-off-by: Annie Li <annie.li@oracle.com>
drivers/net/xen-netback/netback.c