From 86c35d74f07f28f9013756a416ab6abd6999418e Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Thu, 20 Feb 2014 14:43:40 +0100 Subject: [PATCH] ixgbe: Fix format string in ixgbe_fcoe. cppcheck detected following warning in ixgbe_fcoe.c (warning) %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. Signed-off-by: Masanari Iida Tested-By: Jack Morgan Signed-off-by: Aaron Brown Signed-off-by: Jiri Kosina --- Reading git-format-patch failed