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: Rami Rosen <rami.rosen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
Rami Rosen 2017-09-16 05:49:48 +03:00 committed by Jeff Kirsher
parent 9bcc07f065
commit 3d7d7a86ec
1 changed files with 1 additions and 1 deletions

View File

@ -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)