aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
diff options
context:
space:
mode:
authorGal Pressman <galp@mellanox.com>2018-02-28 15:59:15 +0200
committerDavid S. Miller <davem@davemloft.net>2018-03-01 13:39:39 -0500
commit3a053b1a30dcb4e39569bcce2f4357509260db75 (patch)
treed2034c3d5a0f14abbfced4b0307aac040ca475e6 /net/core/dev.c
parentnet: phylink: Remove redundant netdev.phydev assignment (diff)
downloadlinux-dev-3a053b1a30dcb4e39569bcce2f4357509260db75.tar.xz
linux-dev-3a053b1a30dcb4e39569bcce2f4357509260db75.zip
net: Fix spelling mistake "greater then" -> "greater than"
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>
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 5bdcc5a161fe..40fb3aed5df2 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)
{