]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: delete unused input parameter in qdisc_create
authorZhengchao Shao <shaozhengchao@huawei.com>
Mon, 15 Aug 2022 06:10:23 +0000 (14:10 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 17 Aug 2022 02:49:56 +0000 (19:49 -0700)
commite8ba73952b306f6c175d7485a1d002ed4512c11a
tree1546fafbc0b390b550a5e3be9d85cea077c9c9f3
parent48e4e8da6ec345fe914f26e1b7844f9a2b6cb205
net: sched: delete unused input parameter in qdisc_create

The input parameter p is unused in qdisc_create. Delete it.

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