aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c')
-rw-r--r--drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c b/drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c
index 2f583554a260..400fb28db576 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c
+++ b/drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c
@@ -223,7 +223,7 @@ static int i40e_dcbnl_vsi_del_app(struct i40e_vsi *vsi,
223 223
224/** 224/**
225 * i40e_dcbnl_del_app - Delete APP on all VSIs 225 * i40e_dcbnl_del_app - Delete APP on all VSIs
226 * @pf: the corresponding pf 226 * @pf: the corresponding PF
227 * @app: APP to delete 227 * @app: APP to delete
228 * 228 *
229 * Delete given APP from all the VSIs for given PF 229 * Delete given APP from all the VSIs for given PF
@@ -268,7 +268,7 @@ static bool i40e_dcbnl_find_app(struct i40e_dcbx_config *cfg,
268 268
269/** 269/**
270 * i40e_dcbnl_flush_apps - Delete all removed APPs 270 * i40e_dcbnl_flush_apps - Delete all removed APPs
271 * @pf: the corresponding pf 271 * @pf: the corresponding PF
272 * @old_cfg: old DCBX configuration data 272 * @old_cfg: old DCBX configuration data
273 * @new_cfg: new DCBX configuration data 273 * @new_cfg: new DCBX configuration data
274 * 274 *