diff options
Diffstat (limited to 'include/linux/mlx5/vport.h')
| -rw-r--r-- | include/linux/mlx5/vport.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/linux/mlx5/vport.h b/include/linux/mlx5/vport.h index 7f31432f44c2..fbb9bf447889 100644 --- a/include/linux/mlx5/vport.h +++ b/include/linux/mlx5/vport.h @@ -132,6 +132,6 @@ int mlx5_nic_vport_affiliate_multiport(struct mlx5_core_dev *master_mdev,  int mlx5_nic_vport_unaffiliate_multiport(struct mlx5_core_dev *port_mdev);  u64 mlx5_query_nic_system_image_guid(struct mlx5_core_dev *mdev); -int mlx5_vport_get_other_func_cap(struct mlx5_core_dev *dev, u16 function_id, void *out, +int mlx5_vport_get_other_func_cap(struct mlx5_core_dev *dev, u16 vport, void *out,  				  u16 opmod);  #endif /* __MLX5_VPORT_H__ */ |