• Jan Sokolowski's avatar
    i40e: use int for i40e_status · 5180ff13
    Jan Sokolowski authored
    To prepare for removal of i40e_status, change the variables
    from i40e_status to int. This eases the transition when values
    are changed to return standard int error codes over enum i40e_status.
    
    As such changes often also change variable orders, a cleanup
    is also applied here to make variables conform to RCT and
    some lines are also reformatted where applicable.
    Signed-off-by: default avatarJan Sokolowski <jan.sokolowski@intel.com>
    Tested-by: Gurucharan G <gurucharanx.g@intel.com> (A Contingent worker at Intel)
    Signed-off-by: default avatarTony Nguyen <anthony.l.nguyen@intel.com>
    5180ff13
i40e_virtchnl_pf.c 126 KB