ixgbe: Fix format string in ixgbe_fcoe.c
commit0e7bcee42f32b4343f0ec2126cfd8d275905f655
authorMasanari Iida <standby24x7@gmail.com>
Tue, 14 Jan 2014 16:14:42 +0000 (15 01:14 +0900)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 13 Mar 2014 02:05:23 +0000 (12 19:05 -0700)
tree26b3fb6108841929f7976262b5aab86a35d569d2
parent38da9853aa6d885353f4c96c553ce0462357d5d9
ixgbe: Fix format string in ixgbe_fcoe.c

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 <standby24x7@gmail.com>
Tested-By: Jack Morgan<jack.morgan@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c