From: Hans Wennborg Date: Wed, 6 Aug 2014 04:43:42 +0000 (-0700) Subject: TTY: fix decimal printf format specifiers prefixed with 0x X-Git-Tag: fixes-for-v3.18-merge-window~14^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0525393baf07b1bb6e537ddbe7dfae3621649df;p=pandora-kernel.git TTY: fix decimal printf format specifiers prefixed with 0x The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed