[Intel-wired-lan] [PATCH v5 05/11] igc: Add support for Tx/Rx rings

Neftin, Sasha sasha.neftin at intel.com
Thu Aug 16 06:35:03 UTC 2018


On 8/15/2018 19:20, Jeff Kirsher wrote:
> On Wed, 2018-08-15 at 18:02 +0300, Sasha Neftin wrote:
>> diff --git a/drivers/net/ethernet/intel/igc/igc_defines.h
>> b/drivers/net/ethernet/intel/igc/igc_defines.h
>> index 1ce997a..f9d1842 100644
>> --- a/drivers/net/ethernet/intel/igc/igc_defines.h
>> +++ b/drivers/net/ethernet/intel/igc/igc_defines.h
>> @@ -28,13 +28,13 @@
>>   #define IGC_RAH_POOL_1         0x00040000
>>   
>>   /* Error Codes */
>> -#define IGC_SUCCESS                            0
>> -#define IGC_ERR_NVM                            1
>> -#define IGC_ERR_PHY                            2
>> -#define IGC_ERR_CONFIG                         3
>> -#define IGC_ERR_PARAM                          4
>> -#define IGC_ERR_MAC_INIT                       5
>> -#define IGC_ERR_RESET                          9
>> +#define IGC_SUCCESS                    0
>> +#define IGC_ERR_NVM                    1
>> +#define IGC_ERR_PHY                    2
>> +#define IGC_ERR_CONFIG                 3
>> +#define IGC_ERR_PARAM                  4
>> +#define IGC_ERR_MAC_INIT               5
>> +#define IGC_ERR_RESET                  9
> 
> This change in indentation should be in patch 2, when the code was
> first introduced.
> 
Fix will be applied in next version.


More information about the Intel-wired-lan mailing list