]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Fix format string in ixgbe_fcoe.c
authorMasanari Iida <standby24x7@gmail.com>
Tue, 14 Jan 2014 16:14:42 +0000 (01:14 +0900)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 13 Mar 2014 02:05:23 +0000 (19:05 -0700)
commitd04eaa93edb280dabb71c3601a597703d0e01fdc
tree26b3fb6108841929f7976262b5aab86a35d569d2
parent817f65c79fb1ec068c0f6df795ed0bf116206052
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