]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
net: Fix spelling mistake "greater then" -> "greater than"
authorGal Pressman <galp@mellanox.com>
Wed, 28 Feb 2018 13:59:15 +0000 (15:59 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Mar 2018 18:39:39 +0000 (13:39 -0500)
Fix trivial spelling mistake "greater then" -> "greater than".

Signed-off-by: Gal Pressman <galp@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sch_generic.h
net/core/dev.c

index e2ab13687fb9741f3977b5452a958f8e886189f4..d4907b584b38dee8571312e1d63f58f5de434a43 100644 (file)
@@ -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;
index 5bdcc5a161fefd67c0a2fe6c74f74425c27dfd16..40fb3aed5df206d2b16df2f296936301361035d3 100644 (file)
@@ -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)
 {