]> git.ipfire.org Git - thirdparty/iproute2.git/commit
dcb: app: move colon printing out of callbacks
authorDaniel Machon <daniel.machon@microchip.com>
Tue, 6 Jun 2023 07:19:38 +0000 (09:19 +0200)
committerDavid Ahern <dsahern@kernel.org>
Fri, 9 Jun 2023 21:43:43 +0000 (15:43 -0600)
commit00d59f4013b88b237b37fd830c8ca262102f6b49
treeb3d50eb6c458a7c95ab5544e0b930b8fa3472ca2
parent503e150007a1ff1376553a88e6a8b12cbe9ebcd8
dcb: app: move colon printing out of callbacks

In preparation for changing the prototype of dcb_app_print_filtered(),
move the colon printing out of the callbacks, and into
dcb_app_print_filtered().

Signed-off-by: Daniel Machon <daniel.machon@microchip.com>
Reviewed-by: Petr Machata <me@pmachata.org>
Signed-off-by: David Ahern <dsahern@kernel.org>
dcb/dcb_app.c