From: Shuah Khan Date: Wed, 25 Jun 2014 00:11:26 +0000 (-0600) Subject: tools: fix kcmp_test compile warnings X-Git-Tag: omap-for-v3.17/fixes-against-rc2~168^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e7e6c348492cb7e0a8a36a9d74d098de6f93208;p=pandora-kernel.git tools: fix kcmp_test compile warnings kcmp_test.c: In function ‘main’: kcmp_test.c:85:5: warning: format ‘%li’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Wformat=] ret, strerror(errno)); ^ Signed-off-by: Shuah Khan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed