diff options
author | 2020-12-23 11:44:25 -0800 | |
---|---|---|
committer | 2021-02-03 16:32:18 -0800 | |
commit | 2f7c1fd23d9faad5bcf8cdfe04c1632352bc0136 (patch) | |
tree | c3e0692ad688cef936a81c0f5622042bba59c0b4 /drivers/net/ethernet/intel/ice | |
parent | igb: Enable RSS for Intel I211 Ethernet Controller (diff) | |
download | linux-dev-2f7c1fd23d9faad5bcf8cdfe04c1632352bc0136.tar.xz linux-dev-2f7c1fd23d9faad5bcf8cdfe04c1632352bc0136.zip |
igb: remove h from printk format specifier
This change fixes the checkpatch warning described in this
commit cbacb5ab0aa0 ("docs: printk-formats: Stop encouraging use of
unnecessary %h[xudi] and %hh[xudi]")
Standard integer promotion is already done and %hx and %hhx is useless
so do not encourage the use of %hh[xudi] or %h[xudi].
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice')
0 files changed, 0 insertions, 0 deletions