aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
diff options
context:
space:
mode:
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>2014-01-01 04:34:50 +0800
committerDavid S. Miller <davem@davemloft.net>2013-12-31 16:44:10 -0500
commit855abcf0664512df945fba911fa0b9d88e2ea0bf (patch)
tree27750dbd458370e2c8f197c1dc7dd54628015349 /net/core/dev.c
parentnet, rps: fix build failure when CONFIG_RPS isn't set (diff)
downloadlinux-dev-855abcf0664512df945fba911fa0b9d88e2ea0bf.tar.xz
linux-dev-855abcf0664512df945fba911fa0b9d88e2ea0bf.zip
net, rps: fix the comment of net_rps_action_and_irq_enable()
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/dev.c')
-rw-r--r--net/core/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 973c23656673..cc9ab80581d7 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -4030,7 +4030,7 @@ gro_result_t napi_gro_frags(struct napi_struct *napi)
EXPORT_SYMBOL(napi_gro_frags);
/*
- * net_rps_action sends any pending IPI's for rps.
+ * net_rps_action_and_irq_enable sends any pending IPI's for rps.
* Note: called with local irq disabled, but exits with local irq enabled.
*/
static void net_rps_action_and_irq_enable(struct softnet_data *sd)