diff options
author | Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> | 2019-02-19 18:04:09 -0500 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2019-03-26 18:17:44 -0400 |
commit | 6c2f997af50c7f5a14337082ca88c543b3f902b6 (patch) | |
tree | 4e54000ebbd4ffd4c0969c120799e34ff2bcc66c /drivers/net/ethernet/intel/ice/ice_lib.c | |
parent | ac4667551ea56ccd11af8169427bc89874cfade1 (diff) |
ice: Update function header for __ice_vsi_get_qs
Remove some redundant text in the function header for __ice_vsi_get_qs
Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_lib.c')
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_lib.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_lib.c b/drivers/net/ethernet/intel/ice/ice_lib.c index bf0160b6d6ac..45e361f72057 100644 --- a/drivers/net/ethernet/intel/ice/ice_lib.c +++ b/drivers/net/ethernet/intel/ice/ice_lib.c | |||
@@ -608,11 +608,10 @@ err_scatter: | |||
608 | 608 | ||
609 | /** | 609 | /** |
610 | * __ice_vsi_get_qs - helper function for assigning queues from PF to VSI | 610 | * __ice_vsi_get_qs - helper function for assigning queues from PF to VSI |
611 | * @qs_cfg: gathered variables needed for PF->VSI queues assignment | 611 | * @qs_cfg: gathered variables needed for pf->vsi queues assignment |
612 | * | 612 | * |
613 | * This is an internal function for assigning queues from the PF to VSI and | 613 | * This function first tries to find contiguous space. If it is not successful, |
614 | * initially tries to find contiguous space. If it is not successful to find | 614 | * it tries with the scatter approach. |
615 | * contiguous space, then it tries with the scatter approach. | ||
616 | * | 615 | * |
617 | * Return 0 on success and -ENOMEM in case of no left space in PF queue bitmap | 616 | * Return 0 on success and -ENOMEM in case of no left space in PF queue bitmap |
618 | */ | 617 | */ |