diff options
Diffstat (limited to 'net/sched/sch_choke.c')
-rw-r--r-- | net/sched/sch_choke.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/sched/sch_choke.c b/net/sched/sch_choke.c index 370dbcf49e8b..dba70377bbd9 100644 --- a/net/sched/sch_choke.c +++ b/net/sched/sch_choke.c | |||
@@ -1,13 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * net/sched/sch_choke.c CHOKE scheduler | 3 | * net/sched/sch_choke.c CHOKE scheduler |
3 | * | 4 | * |
4 | * Copyright (c) 2011 Stephen Hemminger <shemminger@vyatta.com> | 5 | * Copyright (c) 2011 Stephen Hemminger <shemminger@vyatta.com> |
5 | * Copyright (c) 2011 Eric Dumazet <eric.dumazet@gmail.com> | 6 | * Copyright (c) 2011 Eric Dumazet <eric.dumazet@gmail.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * version 2 as published by the Free Software Foundation. | ||
10 | * | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #include <linux/module.h> | 9 | #include <linux/module.h> |