mbox series

[net-next,v3,0/2] net: sched: remove unused variables

Message ID 20220830092255.281330-1-shaozhengchao@huawei.com (mailing list archive)
Headers show
Series net: sched: remove unused variables | expand

Message

shaozhengchao Aug. 30, 2022, 9:22 a.m. UTC
The variable "other" is unused, remove it.

Zhengchao Shao (2):
  net: sched: choke: remove unused variables in struct choke_sched_data
  net: sched: gred/red: remove unused variables in struct red_stats

 include/net/red.h     | 1 -
 net/sched/sch_choke.c | 2 --
 net/sched/sch_gred.c  | 3 ---
 net/sched/sch_red.c   | 1 -
 4 files changed, 7 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 1, 2022, 3 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 30 Aug 2022 17:22:53 +0800 you wrote:
> The variable "other" is unused, remove it.
> 
> Zhengchao Shao (2):
>   net: sched: choke: remove unused variables in struct choke_sched_data
>   net: sched: gred/red: remove unused variables in struct red_stats
> 
>  include/net/red.h     | 1 -
>  net/sched/sch_choke.c | 2 --
>  net/sched/sch_gred.c  | 3 ---
>  net/sched/sch_red.c   | 1 -
>  4 files changed, 7 deletions(-)

Here is the summary with links:
  - [net-next,v3,1/2] net: sched: choke: remove unused variables in struct choke_sched_data
    https://git.kernel.org/netdev/net-next/c/38af11717b38
  - [net-next,v3,2/2] net: sched: gred/red: remove unused variables in struct red_stats
    https://git.kernel.org/netdev/net-next/c/4516c873e3b5

You are awesome, thank you!