]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: gred/red: remove unused variables in struct red_stats
authorZhengchao Shao <shaozhengchao@huawei.com>
Tue, 30 Aug 2022 09:22:55 +0000 (17:22 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Sep 2022 02:39:53 +0000 (19:39 -0700)
commit9a885495acfff57880511757f36bd1f93bf85ef6
tree400dfe32a8cec1361177ea79e6630c18e6787efd
parent5c713cae293bc834914b09fa874f1e63aaf1474b
net: sched: gred/red: remove unused variables in struct red_stats

The variable "other" in the struct red_stats is not used. Remove it.

Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/red.h
net/sched/sch_gred.c
net/sched/sch_red.c