]> git.ipfire.org Git - thirdparty/iproute2.git/commit
iplink_can: remove unused FILE *f parameter in three functions
authorVincent Mailhol <mailhol.vincent@wanadoo.fr>
Tue, 12 Nov 2024 17:27:51 +0000 (02:27 +0900)
committerDavid Ahern <dsahern@kernel.org>
Mon, 18 Nov 2024 16:49:28 +0000 (16:49 +0000)
commitdf72757907f3d29bce92afd638d3ef6f870977e6
tree8659df78b77aa42d9c4e364601a17b3804ad315b
parent5a63ee4ccfc382321236aeb8acb34b15796e64a2
iplink_can: remove unused FILE *f parameter in three functions

FILE *f, the first parameter of below functions:

 * can_print_tdc_opt()
 * can_print_tdc_const_opt()
 * void can_print_ctrlmode_ext()

is unused. Remove it.

Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Signed-off-by: David Ahern <dsahern@kernel.org>
ip/iplink_can.c