diff mbox

i40e:Remove unneeded comments about the function i40e_vsi_free_arrays

Message ID 1435632182-23668-1-git-send-email-xerofoify@gmail.com
State Rejected
Headers show

Commit Message

Nicholas Krause June 30, 2015, 2:43 a.m. UTC
This removes unneeded comments about this functio's return values
and what they mean when returned to this function's caller due to
this function being declared as void and therefore has no return
values.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
---
 drivers/net/ethernet/intel/i40e/i40e_main.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c b/drivers/net/ethernet/intel/i40e/i40e_main.c
index 48a52b3..dfe29eb 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_main.c
+++ b/drivers/net/ethernet/intel/i40e/i40e_main.c
@@ -6905,8 +6905,6 @@  unlock_pf:
  * @type: VSI pointer
  * @free_qvectors: a bool to specify if q_vectors need to be freed.
  *
- * On error: returns error code (negative)
- * On success: returns 0
  **/
 static void i40e_vsi_free_arrays(struct i40e_vsi *vsi, bool free_qvectors)
 {