Re: [PATCH 1/1 v2] net: i10e: use matching format indentifiers

2016-08-10 Thread Jeff Kirsher
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. > > Sig

[PATCH 1/1 v2] net: i10e: use matching format indentifiers

2016-08-02 Thread Heinrich Schuchardt
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_ethto