From: Julien Grall Date: Tue, 16 Jun 2015 19:10:48 +0000 (+0100) Subject: net/xen-netback: Don't mix hexa and decimal with 0x in the printf format X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68946159da1b0b6791c5990242940950b9383cfc;p=pandora-kernel.git 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-diff-tree failed