From 3dd5550f18960deb69884cd935d2aab774e51e4c Mon Sep 17 00:00:00 2001 From: Catherine Sullivan <catherine.sullivan@intel.com> Date: Tue, 20 May 2014 08:01:36 +0000 Subject: [PATCH] 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> --- drivers/net/ethernet/intel/i40evf/i40evf_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/intel/i40evf/i40evf_main.c b/drivers/net/ethernet/intel/i40evf/i40evf_main.c index e8d2481d18494..af45d0cc868d1 100644 --- a/drivers/net/ethernet/intel/i40evf/i40evf_main.c +++ b/drivers/net/ethernet/intel/i40evf/i40evf_main.c @@ -1395,7 +1395,7 @@ static void i40evf_watchdog_task(struct work_struct *work) } /** - * i40evf_configure_rss - increment to next available tx queue + * next_queue - increment to next available tx queue * @adapter: board private structure * @j: queue counter * -- GitLab