aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatherine Sullivan <catherine.sullivan@intel.com>2014-05-20 04:01:36 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2014-06-09 02:00:45 -0400
commit3dd5550f18960deb69884cd935d2aab774e51e4c (patch)
tree36b6c2c7880a29ce264c19ce35cf52ccfc04d745
parent86df242b4dbe4d38ef85e0e828ff8a55d182ec80 (diff)
i40evf: Fix function header
Fix function header comment to have the correct function name. Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
-rw-r--r--drivers/net/ethernet/intel/i40evf/i40evf_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/i40evf/i40evf_main.c b/drivers/net/ethernet/intel/i40evf/i40evf_main.c
index e8d2481d1849..af45d0cc868d 100644
--- a/drivers/net/ethernet/intel/i40evf/i40evf_main.c
+++ b/drivers/net/ethernet/intel/i40evf/i40evf_main.c
@@ -1395,7 +1395,7 @@ restart_watchdog:
1395} 1395}
1396 1396
1397/** 1397/**
1398 * i40evf_configure_rss - increment to next available tx queue 1398 * next_queue - increment to next available tx queue
1399 * @adapter: board private structure 1399 * @adapter: board private structure
1400 * @j: queue counter 1400 * @j: queue counter
1401 * 1401 *