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)
commit4516c873e3b55856012ddd6db9d4366ce3c60c5d
tree400dfe32a8cec1361177ea79e6630c18e6787efd
parent38af11717b386560f10f2891350933fc5200aeea
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