diff options
author | 2020-05-15 17:36:38 -0700 | |
---|---|---|
committer | 2020-05-27 17:02:47 -0700 | |
commit | 22bef5e78f1193b664f59834361704cb22f9d5d7 (patch) | |
tree | 0bc1daf90501814fff8b00b359bbce07d842708e /drivers/net/ethernet/intel/ice/ice_common.c | |
parent | sctp: fix typo sctp_ulpevent_nofity_peer_addr_change (diff) | |
download | linux-dev-22bef5e78f1193b664f59834361704cb22f9d5d7.tar.xz linux-dev-22bef5e78f1193b664f59834361704cb22f9d5d7.zip |
ice: fix signed vs unsigned comparisons
Fix the remaining signed vs unsigned issues, which appear
when compiling with -Werror=sign-compare.
Many of these are because there is an external interface that is passing
an int to us (which we can't change) but that we (rightfully) store
and compare against as an unsigned in our data structures.
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_common.c')
0 files changed, 0 insertions, 0 deletions