From ef99fd59f122ace847636b9143f33197c51f18b5 Mon Sep 17 00:00:00 2001 From: Rickard Strandqvist Date: Tue, 27 Jan 2015 22:29:59 +0100 Subject: [PATCH] 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-format-patch failed