net: sched: choke: remove unused variables in struct choke_sched_data
authorZhengchao Shao <shaozhengchao@huawei.com>
Tue, 30 Aug 2022 09:22:54 +0000 (17:22 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Sep 2022 02:39:53 +0000 (19:39 -0700)
commit38af11717b386560f10f2891350933fc5200aeea
treee7962760d904043773266c419dea66909808c2d8
parentcb45a8bf4693965e89d115cd2c510f12bc127c37
net: sched: choke: remove unused variables in struct choke_sched_data

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

Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/sched/sch_choke.c