diff options
author | Guojia Liao <[email protected]> | 2019-10-31 19:23:23 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-10-31 12:03:23 -0700 |
commit | adcf738b804b3cfd5a72d9975e92d84053fd394f (patch) | |
tree | 2df9971dc19aa2ecb4861ec8b5017bbd9ab4572d /drivers/net/ethernet/intel/igc/igc_main.c | |
parent | 9e69045654ec12d11254ffc31860b3ced441ba65 (diff) |
net: hns3: cleanup some print format warning
Using '%d' for printing type unsigned int or '%u' for
type int would cause static tools to give false warnings,
so this patch cleanups this warning by using the suitable
format specifier of the type of variable.
BTW, modifies the type of some variables and macro to
synchronize with their usage.
Signed-off-by: Guojia Liao <[email protected]>
Signed-off-by: Huazhong Tan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_main.c')
0 files changed, 0 insertions, 0 deletions