netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] net, rps: fix the comment of net_rps_action_and_irq_enable()
@ 2013-12-31 20:34 Zhi Yong Wu
  2013-12-31 20:34 ` [PATCH 2/2] net, sch: fix the typo in register_qdisc() Zhi Yong Wu
  2013-12-31 21:44 ` [PATCH 1/2] net, rps: fix the comment of net_rps_action_and_irq_enable() David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Zhi Yong Wu @ 2013-12-31 20:34 UTC (permalink / raw)
  To: netdev; +Cc: davem, Zhi Yong Wu

From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
---
 net/core/dev.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/core/dev.c b/net/core/dev.c
index 973c236..cc9ab80 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)
-- 
1.7.6.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-12-31 21:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-31 20:34 [PATCH 1/2] net, rps: fix the comment of net_rps_action_and_irq_enable() Zhi Yong Wu
2013-12-31 20:34 ` [PATCH 2/2] net, sch: fix the typo in register_qdisc() Zhi Yong Wu
2013-12-31 21:44   ` David Miller
2013-12-31 21:44 ` [PATCH 1/2] net, rps: fix the comment of net_rps_action_and_irq_enable() David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).