From: Rickard Strandqvist Date: Tue, 27 Jan 2015 21:29:59 +0000 (+0100) Subject: staging: lustre: libcfs: nidstrings: Change type in printf format string X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef99fd59f122ace847636b9143f33197c51f18b5;p=pandora-kernel.git staging: lustre: libcfs: nidstrings: Change type in printf format string Wrong type in printf format string, requires 'unsigned int' but the argument type is 'int' This was found using a static code analysis program called cppcheck Signed-off-by: Rickard Strandqvist Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed