From 68946159da1b0b6791c5990242940950b9383cfc Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Tue, 16 Jun 2015 20:10:48 +0100 Subject: [PATCH] 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 Cc: Wei Liu Cc: Ian Campbell Cc: netdev@vger.kernel.org Acked-by: Ian Campbell Signed-off-by: David S. Miller --- Reading git-format-patch failed