提交 3d7d7a86 编写于 作者: R Rami Rosen 提交者: Jeff Kirsher

i40e: fix a typo

This patch fixes a typo in i40e_vsi_alloc_arrays() documentation.
The first parameter name should be "vsi" instead of "type".
Signed-off-by: NRami Rosen <rami.rosen@intel.com>
Tested-by: NAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
上级 9bcc07f0
...@@ -7688,7 +7688,7 @@ static int i40e_set_num_rings_in_vsi(struct i40e_vsi *vsi) ...@@ -7688,7 +7688,7 @@ static int i40e_set_num_rings_in_vsi(struct i40e_vsi *vsi)
/** /**
* i40e_vsi_alloc_arrays - Allocate queue and vector pointer arrays for the vsi * i40e_vsi_alloc_arrays - Allocate queue and vector pointer arrays for the vsi
* @type: VSI pointer * @vsi: VSI pointer
* @alloc_qvectors: a bool to specify if q_vectors need to be allocated. * @alloc_qvectors: a bool to specify if q_vectors need to be allocated.
* *
* On error: returns error code (negative) * On error: returns error code (negative)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册