All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: Fix spelling mistake "greater then" -> "greater than"
@ 2018-02-28 13:59 Gal Pressman
  2018-03-01 18:40 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Gal Pressman @ 2018-02-28 13:59 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Gal Pressman

Fix trivial spelling mistake "greater then" -> "greater than".

Signed-off-by: Gal Pressman <galp@mellanox.com>
---
 include/net/sch_generic.h | 2 +-
 net/core/dev.c            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h
index e2ab136..d4907b5 100644
--- a/include/net/sch_generic.h
+++ b/include/net/sch_generic.h
@@ -540,7 +540,7 @@ static inline bool skb_skip_tc_classify(struct sk_buff *skb)
 	return false;
 }
 
-/* Reset all TX qdiscs greater then index of a device.  */
+/* Reset all TX qdiscs greater than index of a device.  */
 static inline void qdisc_reset_all_tx_gt(struct net_device *dev, unsigned int i)
 {
 	struct Qdisc *qdisc;
diff --git a/net/core/dev.c b/net/core/dev.c
index 1bc3792..ff1d0ef 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -2378,7 +2378,7 @@ EXPORT_SYMBOL(netdev_set_num_tc);
 
 /*
  * Routine to help set real_num_tx_queues. To avoid skbs mapped to queues
- * greater then real_num_tx_queues stale skbs on the qdisc must be flushed.
+ * greater than real_num_tx_queues stale skbs on the qdisc must be flushed.
  */
 int netif_set_real_num_tx_queues(struct net_device *dev, unsigned int txq)
 {
-- 
2.7.4

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

* Re: [PATCH net-next] net: Fix spelling mistake "greater then" -> "greater than"
  2018-02-28 13:59 [PATCH net-next] net: Fix spelling mistake "greater then" -> "greater than" Gal Pressman
@ 2018-03-01 18:40 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-03-01 18:40 UTC (permalink / raw)
  To: galp; +Cc: netdev

From: Gal Pressman <galp@mellanox.com>
Date: Wed, 28 Feb 2018 15:59:15 +0200

> Fix trivial spelling mistake "greater then" -> "greater than".
> 
> Signed-off-by: Gal Pressman <galp@mellanox.com>

Applied, thanks.

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

end of thread, other threads:[~2018-03-01 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28 13:59 [PATCH net-next] net: Fix spelling mistake "greater then" -> "greater than" Gal Pressman
2018-03-01 18:40 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.