summaryrefslogtreecommitdiff
path: root/tc/f_cgroup.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2024-04-13 15:04:05 -0700
committerDavid Ahern <dsahern@kernel.org>2024-04-21 01:45:38 +0000
commit6879d2046b1d707541a9ab71a3e755b3f53be899 (patch)
treefb4fd533bf4b38c0d1f33760ccfbedd30b9da910 /tc/f_cgroup.c
parent2c42df86896ea9459aa204433128e1861727c8cf (diff)
tc/police: remove unused argument to tc_print_police
FILE handle no longer used. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David Ahern <dsahern@kernel.org>
Diffstat (limited to 'tc/f_cgroup.c')
-rw-r--r--tc/f_cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/f_cgroup.c b/tc/f_cgroup.c
index 4aba4bac..9b94b62e 100644
--- a/tc/f_cgroup.c
+++ b/tc/f_cgroup.c
@@ -93,7 +93,7 @@ static int cgroup_print_opt(const struct filter_util *qu, FILE *f,
if (tb[TCA_CGROUP_POLICE]) {
print_nl();
- tc_print_police(f, tb[TCA_CGROUP_POLICE]);
+ tc_print_police(tb[TCA_CGROUP_POLICE]);
}
if (tb[TCA_CGROUP_ACT])