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

* [PATCH 2/2] net, sch: fix the typo in register_qdisc()
  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 ` 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
  1 sibling, 1 reply; 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/sched/sch_api.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c
index c31190e..1313145 100644
--- a/net/sched/sch_api.c
+++ b/net/sched/sch_api.c
@@ -135,7 +135,7 @@ static DEFINE_RWLOCK(qdisc_mod_lock);
 
 static struct Qdisc_ops *qdisc_base;
 
-/* Register/uregister queueing discipline */
+/* Register/unregister queueing discipline */
 
 int register_qdisc(struct Qdisc_ops *qops)
 {
-- 
1.7.6.5

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

* Re: [PATCH 1/2] net, rps: fix the comment of net_rps_action_and_irq_enable()
  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
  1 sibling, 0 replies; 4+ messages in thread
From: David Miller @ 2013-12-31 21:44 UTC (permalink / raw)
  To: zwu.kernel; +Cc: netdev, wuzhy

From: Zhi Yong Wu <zwu.kernel@gmail.com>
Date: Wed,  1 Jan 2014 04:34:50 +0800

> From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
> 
> Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

Applied to net-next

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

* Re: [PATCH 2/2] net, sch: fix the typo in register_qdisc()
  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
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2013-12-31 21:44 UTC (permalink / raw)
  To: zwu.kernel; +Cc: netdev, wuzhy

From: Zhi Yong Wu <zwu.kernel@gmail.com>
Date: Wed,  1 Jan 2014 04:34:51 +0800

> From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
> 
> Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

Also applied to net-next, thanks.

^ permalink raw reply	[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).