aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/net/sch_generic.h2
-rw-r--r--net/core/dev.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h
index e2ab13687fb9..d4907b584b38 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)
540 return false; 540 return false;
541} 541}
542 542
543/* Reset all TX qdiscs greater then index of a device. */ 543/* Reset all TX qdiscs greater than index of a device. */
544static inline void qdisc_reset_all_tx_gt(struct net_device *dev, unsigned int i) 544static inline void qdisc_reset_all_tx_gt(struct net_device *dev, unsigned int i)
545{ 545{
546 struct Qdisc *qdisc; 546 struct Qdisc *qdisc;
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);
2378 2378
2379/* 2379/*
2380 * Routine to help set real_num_tx_queues. To avoid skbs mapped to queues 2380 * Routine to help set real_num_tx_queues. To avoid skbs mapped to queues
2381 * greater then real_num_tx_queues stale skbs on the qdisc must be flushed. 2381 * greater than real_num_tx_queues stale skbs on the qdisc must be flushed.
2382 */ 2382 */
2383int netif_set_real_num_tx_queues(struct net_device *dev, unsigned int txq) 2383int netif_set_real_num_tx_queues(struct net_device *dev, unsigned int txq)
2384{ 2384{