On Tue, 2016-08-02 at 20:15 +0200, Heinrich Schuchardt wrote: > i is defined as int but output as %u several times. > Adjust the format identifiers. > > v2: >         Keep definition of i as int. >         David indicated that this is the preferable way to define >         loop variables. > > Signed-off-by: Heinrich Schuchardt > --- >  drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 26 +++++++++++++------- > ------ >  1 file changed, 13 insertions(+), 13 deletions(-) your title needs fixing as well... s/i10e/i40e/ and s/indentifiers/identifiers/