]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virnetdevbridge.c: Fix comments in virNetDevBridgeSetupVlans()
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 12 May 2025 12:27:58 +0000 (14:27 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 14 May 2025 10:32:07 +0000 (12:32 +0200)
commit54fbcc6c7daf568e177b525440f2df4a59dfd2f1
tree642bd251bc43d31e8975f3b6e48e628672ef806a
parent89c622744fd310ad6a1e8e15b9c571e7a6c9117f
virnetdevbridge.c: Fix comments in virNetDevBridgeSetupVlans()

We still use C89 style of comments. Fix C99 style of comments
used in virNetDevBridgeSetupVlans().

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/util/virnetdevbridge.c