diff options
author | Catherine Sullivan <catherine.sullivan@intel.com> | 2014-05-20 08:01:36 +0000 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2014-06-08 23:00:45 -0700 |
commit | 3dd5550f18960deb69884cd935d2aab774e51e4c (patch) | |
tree | 36b6c2c7880a29ce264c19ce35cf52ccfc04d745 /drivers | |
parent | 86df242b4dbe4d38ef85e0e828ff8a55d182ec80 (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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/intel/i40evf/i40evf_main.c | 2 |
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 e8d2481d184..af45d0cc868 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: } /** - * i40evf_configure_rss - increment to next available tx queue + * next_queue - increment to next available tx queue * @adapter: board private structure * @j: queue counter * |