]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: remove the unused return value of unregister_qdisc
authorZhengchao Shao <shaozhengchao@huawei.com>
Mon, 15 Aug 2022 03:04:17 +0000 (11:04 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 17 Aug 2022 02:37:06 +0000 (19:37 -0700)
commit47e763bdd6354bb9ba72abfafd0389ac9f2c32eb
tree690ca13b8a17d2c7e5fb684858edbc8764abac18
parent966ad949d93c5142d4cb6bbf6b1a0e064697305a
net: sched: remove the unused return value of unregister_qdisc

Return value of unregister_qdisc is unused, remove it.

Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Link: https://lore.kernel.org/r/20220815030417.271894-1-shaozhengchao@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/pkt_sched.h
net/sched/sch_api.c